<?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: How to filter syslogs to third parties? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-syslogs-to-third-parties/m-p/642606#M109533</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/93915"&gt;@VatsalJagani&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;this is the procedure described in the Splunk documentation and I tried it, but it didn't work and syslogs weren't sent, I also tried to open a case to Splunk Support for a behavior different than documented but they closed it because they didn't find any issue.&lt;/P&gt;&lt;P&gt;So I added&amp;nbsp;&lt;SPAN&gt;_SYSLOG_ROUTING and _TCP_ROUTING to the tcpinput on the HF, in this way syslogs are sent but the filter doesn't run.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ciao.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Giuseppe&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 09 May 2023 06:38:16 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2023-05-09T06:38:16Z</dc:date>
    <item>
      <title>How to filter syslogs to third parties?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-syslogs-to-third-parties/m-p/642380#M109470</link>
      <description>&lt;P&gt;Hi everyone,&lt;BR /&gt;As usual, I have a strange question:&lt;BR /&gt;I need to send a subset of the logs received from an appliance to an external SIEM via syslog, this appliance is a Mobileiron server with a Universal Forwarder embedded in it.&lt;BR /&gt;I configured the Heavy Forwarder and sending syslogs works fine.&lt;BR /&gt;However, I have the problem that all the logs from the source appliance are sent via syslog and not just a part of them as I would like.&lt;BR /&gt;Usually the problem is solved by using _TCP_ROUTING and _SYSLOG_ROUTING in the inputs.conf.&lt;BR /&gt;The problem is that the source server is a MobileIron appliance that sends logs through an embedded Universal Forwarder, where I cannot edit the configuration files by hand and therefore cannot enter parameters to select destinations for the various log types.&lt;BR /&gt;Can anyone&amp;nbsp; hint to a workaround to send via syslog only two prefixed sourcetypes, keeping sending all logs to Indexers?&lt;BR /&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;Ciao.&lt;/P&gt;
&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 11:03:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-syslogs-to-third-parties/m-p/642380#M109470</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-05-05T11:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter syslogs to third parties?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-syslogs-to-third-parties/m-p/642530#M109509</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;- Do you mean to send data to Splunk indexes and clone it to a third-party SIEM solution?&lt;/P&gt;&lt;P&gt;Give it a try with the below configuration on the testing environment to see what happens. (Though I still don't understand why you think ROUTING will not work in your case?)&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[my_sourcetype]
TRANSFORMS-routing = route_to_indexers, route_to_third_party_tool

[route_to_indexers]
DEST_KEY = _TCP_ROUTING
FORMAT = my_indexers

[route_to_third_party_tool]
DEST_KEY = _SYSLOG_ROUTING
FORMAT = my_third_party_tool&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2023 13:00:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-syslogs-to-third-parties/m-p/642530#M109509</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2023-05-08T13:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter syslogs to third parties?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-syslogs-to-third-parties/m-p/642541#M109514</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/93915"&gt;@VatsalJagani&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;thank you for your attention.&lt;/P&gt;&lt;P&gt;as I said, it's a strange situation:&lt;/P&gt;&lt;P&gt;I configured my system as you said and it's sending logs to syslog,&lt;/P&gt;&lt;P&gt;but the problem is that I don't need to send all logs to syslog, but only a part of them and I cannot filter them before sending because _TCP_ROUTING and SYSLOG_ROUTING must be inserted in inputs.conf,&amp;nbsp;but, in my situation, inputs.conf is in a closed appliance so I cannot.&lt;/P&gt;&lt;P&gt;I'm searching for a way to filter logs on the Heavy Forwarder.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2023 13:58:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-syslogs-to-third-parties/m-p/642541#M109514</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-05-08T13:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter syslogs to third parties?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-syslogs-to-third-parties/m-p/642549#M109520</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;- You can do _SYSLOG_ROUTING and _TCP_ROUTING with props.conf and transforms.conf as I suggested. That should allow you to do routing on specific sourcetype or source.&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2023 16:44:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-syslogs-to-third-parties/m-p/642549#M109520</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2023-05-08T16:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter syslogs to third parties?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-syslogs-to-third-parties/m-p/642606#M109533</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/93915"&gt;@VatsalJagani&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;this is the procedure described in the Splunk documentation and I tried it, but it didn't work and syslogs weren't sent, I also tried to open a case to Splunk Support for a behavior different than documented but they closed it because they didn't find any issue.&lt;/P&gt;&lt;P&gt;So I added&amp;nbsp;&lt;SPAN&gt;_SYSLOG_ROUTING and _TCP_ROUTING to the tcpinput on the HF, in this way syslogs are sent but the filter doesn't run.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ciao.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Giuseppe&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 06:38:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-syslogs-to-third-parties/m-p/642606#M109533</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-05-09T06:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter syslogs to third parties?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-syslogs-to-third-parties/m-p/642638#M109538</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It should work on HF through props/transforms.&lt;/P&gt;&lt;P&gt;Have you tried running tcpdump on receiving server to check? Have you checked Splunk logs?&lt;/P&gt;&lt;P&gt;If the configuration is okay then Splunk HF should send the data according to the documentation. If not its Splunk issue for sure.&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 10:29:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-syslogs-to-third-parties/m-p/642638#M109538</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2023-05-09T10:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter syslogs to third parties?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-syslogs-to-third-parties/m-p/642641#M109540</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/93915"&gt;@VatsalJagani&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I runned tcpdump on the same server and no syslog exits from the HF during my first test (without parameters in inputs.conf),&lt;/P&gt;&lt;P&gt;instead tcpdump displays syslog sending with the inputs.conf configuration.&lt;/P&gt;&lt;P&gt;I'll try again, to be more sure, but I already runned this test.&lt;/P&gt;&lt;P&gt;Ciao and thanks.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 10:40:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-syslogs-to-third-parties/m-p/642641#M109540</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-05-09T10:40:13Z</dc:date>
    </item>
  </channel>
</rss>

