<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Forwarding data to Qradar using syslog from HF in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-data-to-Qradar-using-syslog-from-HF/m-p/690137#M114841</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/266570"&gt;@KhalidAlharthi&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;If QRadar is receiving but not processing the data, you should probably contact IBM support. If IBM indicates the data is not in the correct format, the community can help with transforming the output on the Splunk side. (See my response to your previous question.)&lt;/P&gt;</description>
    <pubDate>Sun, 09 Jun 2024 15:23:42 GMT</pubDate>
    <dc:creator>tscroggins</dc:creator>
    <dc:date>2024-06-09T15:23:42Z</dc:date>
    <item>
      <title>Forwarding data to Qradar using syslog from HF</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-data-to-Qradar-using-syslog-from-HF/m-p/690134#M114839</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have forwarded the data for trend micro to another third-party SIEM (Qradar) using HF those the configuration i did&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;# props.conf

[source::udp:1411]
TRANSFORMS-send_tmao_route = send_tmao_to_remote_siem 

# transforms.conf

[send_tmao_to_remote_siem]
REGEX = .
SOURCE_KEY = _MetaData:Index
DEST_KEY = _SYSLOG_ROUTING
FORMAT = remote_siem

# outputs.conf

[syslog:remote_siem]
server = remotesiem:1234
sendCookedData = false&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;i have recieved the data by using tcpdump and packets are coming from HF to the third-party system&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but there are not appear in the SIEM why is that any help ...?&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jun 2024 13:52:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-data-to-Qradar-using-syslog-from-HF/m-p/690134#M114839</guid>
      <dc:creator>KhalidAlharthi</dc:creator>
      <dc:date>2024-06-09T13:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding data to Qradar using syslog from HF</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-data-to-Qradar-using-syslog-from-HF/m-p/690137#M114841</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/266570"&gt;@KhalidAlharthi&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;If QRadar is receiving but not processing the data, you should probably contact IBM support. If IBM indicates the data is not in the correct format, the community can help with transforming the output on the Splunk side. (See my response to your previous question.)&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jun 2024 15:23:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-data-to-Qradar-using-syslog-from-HF/m-p/690137#M114841</guid>
      <dc:creator>tscroggins</dc:creator>
      <dc:date>2024-06-09T15:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding data to Qradar using syslog from HF</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-data-to-Qradar-using-syslog-from-HF/m-p/690138#M114842</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/49493"&gt;@tscroggins&lt;/a&gt;&amp;nbsp;Thank you for your reply and help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i managed to forward the logs to linux server just to test the functionality and it's working fine i receieved the packets correctly in raw formats is there a possibility to route the data to another system with parsing of splunk i think this should be done from splunk indexers ..&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jun 2024 15:33:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-data-to-Qradar-using-syslog-from-HF/m-p/690138#M114842</guid>
      <dc:creator>KhalidAlharthi</dc:creator>
      <dc:date>2024-06-09T15:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding data to Qradar using syslog from HF</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-data-to-Qradar-using-syslog-from-HF/m-p/690142#M114843</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/266570"&gt;@KhalidAlharthi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;let me understand:&lt;/P&gt;&lt;P&gt;your fork is forwarding syslogs to the third party but not to Splunk, is it correct?&lt;/P&gt;&lt;P&gt;have you a defaultGroup in outputs.conf?&lt;/P&gt;&lt;P&gt;if yes, try to remove it.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jun 2024 16:07:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-data-to-Qradar-using-syslog-from-HF/m-p/690142#M114843</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-06-09T16:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding data to Qradar using syslog from HF</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-data-to-Qradar-using-syslog-from-HF/m-p/690175#M114851</link>
      <description>&lt;P&gt;that's my outputs.conf&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[syslog]&lt;BR /&gt;defaultGroup = group2&lt;/P&gt;&lt;P&gt;[syslog:remote_siem]&lt;BR /&gt;server = xx.xx.xx.xx:514&lt;BR /&gt;sendCookedData = false&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 06:48:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-data-to-Qradar-using-syslog-from-HF/m-p/690175#M114851</guid>
      <dc:creator>KhalidAlharthi</dc:creator>
      <dc:date>2024-06-10T06:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding data to Qradar using syslog from HF</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-data-to-Qradar-using-syslog-from-HF/m-p/690200#M114856</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/266570"&gt;@KhalidAlharthi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;did you trid to remove defaultGroup?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 09:50:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-data-to-Qradar-using-syslog-from-HF/m-p/690200#M114856</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-06-10T09:50:13Z</dc:date>
    </item>
  </channel>
</rss>

