<?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: Syslog routing in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Syslog-routing/m-p/429710#M7696</link>
    <description>&lt;P&gt;I tried to add the stanzas in one transform rule first. Unfortunately the result was the same. I got indexed data, but no syslog out. &lt;BR /&gt;
It is possible to debug this kind of failures with splunk log somehow ?&lt;/P&gt;</description>
    <pubDate>Tue, 29 May 2018 16:56:29 GMT</pubDate>
    <dc:creator>szrobag</dc:creator>
    <dc:date>2018-05-29T16:56:29Z</dc:date>
    <item>
      <title>Syslog routing</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Syslog-routing/m-p/429704#M7690</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;I have few of devices logging to an index feeding Splunk via Syslog on 514/UDP. &lt;BR /&gt;
I want to index &lt;STRONG&gt;and&lt;/STRONG&gt; syslog-route logs coming in over port 514 from one IP address to a specific remote syslog server.&lt;/P&gt;

&lt;P&gt;I have tried this config, dont know what's went wrong...  :&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;[host::x.x.x.x]&lt;BR /&gt;
TRANSFORMS-fw-1 = redirect_1&lt;BR /&gt;
TRANSFORMS-fw-2 = redirect_2&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;transforms.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;[redirect_1]&lt;BR /&gt;
 REGEX = .&lt;BR /&gt;
 DEST_KEY = _TCP_ROUTING&lt;BR /&gt;
 FORMAT = default-autolb-group&lt;/P&gt;

&lt;P&gt;[redirect_2]&lt;BR /&gt;
 REGEX = .&lt;BR /&gt;
 DEST_KEY = _SYSLOG_ROUTING&lt;BR /&gt;
 FORMAT = ( syslog server defined in outputs.conf )&lt;/P&gt;

&lt;P&gt;I see indexed data, but not the syslog output...&lt;/P&gt;

&lt;P&gt;Or... define the host in &lt;STRONG&gt;inputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;[udp://x.x.x.x:514]&lt;BR /&gt;
_SYSLOG_ROUTING =  ( syslog server defined in outputs.conf )&lt;/P&gt;

&lt;P&gt;thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:46:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Syslog-routing/m-p/429704#M7690</guid>
      <dc:creator>szrobag</dc:creator>
      <dc:date>2020-09-29T19:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog routing</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Syslog-routing/m-p/429705#M7691</link>
      <description>&lt;P&gt;Can you share how you defined the syslog server in outputs.conf?  Scrubbed is fine.&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2018 13:45:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Syslog-routing/m-p/429705#M7691</guid>
      <dc:creator>kmorris_splunk</dc:creator>
      <dc:date>2018-05-29T13:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog routing</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Syslog-routing/m-p/429706#M7692</link>
      <description>&lt;P&gt;Sure.&lt;/P&gt;

&lt;P&gt;[syslog:fw_test]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
server = 8.8.8.8:514&lt;BR /&gt;
type = udp&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2018 13:53:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Syslog-routing/m-p/429706#M7692</guid>
      <dc:creator>szrobag</dc:creator>
      <dc:date>2018-05-29T13:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog routing</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Syslog-routing/m-p/429707#M7693</link>
      <description>&lt;P&gt;Change the FORMAT in transforms.conf to the outputs.conf stanza name.  Not the server name:&lt;/P&gt;

&lt;P&gt;[redirect_2]&lt;BR /&gt;
REGEX = .&lt;BR /&gt;
DEST_KEY = _SYSLOG_ROUTING&lt;BR /&gt;
FORMAT = fw_test&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:42:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Syslog-routing/m-p/429707#M7693</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2020-09-29T19:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog routing</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Syslog-routing/m-p/429708#M7694</link>
      <description>&lt;P&gt;No need to modify, i already use "FORMAT = fw_test" in config. &lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2018 16:03:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Syslog-routing/m-p/429708#M7694</guid>
      <dc:creator>szrobag</dc:creator>
      <dc:date>2018-05-29T16:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog routing</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Syslog-routing/m-p/429709#M7695</link>
      <description>&lt;P&gt;What if you combine your transforms statement in props.conf:&lt;/P&gt;

&lt;P&gt;TRANSFORMS-fw = redirect_1, redirect_2&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:43:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Syslog-routing/m-p/429709#M7695</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2020-09-29T19:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog routing</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Syslog-routing/m-p/429710#M7696</link>
      <description>&lt;P&gt;I tried to add the stanzas in one transform rule first. Unfortunately the result was the same. I got indexed data, but no syslog out. &lt;BR /&gt;
It is possible to debug this kind of failures with splunk log somehow ?&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2018 16:56:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Syslog-routing/m-p/429710#M7696</guid>
      <dc:creator>szrobag</dc:creator>
      <dc:date>2018-05-29T16:56:29Z</dc:date>
    </item>
  </channel>
</rss>

