<?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: Receiving data via Splunk Forwarder, I want to forward it as syslog in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Receiving-data-via-Splunk-Forwarder-I-want-to-forward-it-as/m-p/183252#M36686</link>
    <description>&lt;P&gt;Strangely enough, I believe it was related to syslog running on the customers box which owned the port which is why we weren't seeing anything in the tcpdump. But it's now working. So #win. Thanks all for your help.&lt;/P&gt;</description>
    <pubDate>Wed, 18 Dec 2013 17:28:41 GMT</pubDate>
    <dc:creator>Dimitri_McKay</dc:creator>
    <dc:date>2013-12-18T17:28:41Z</dc:date>
    <item>
      <title>Receiving data via Splunk Forwarder, I want to forward it as syslog</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Receiving-data-via-Splunk-Forwarder-I-want-to-forward-it-as/m-p/183245#M36679</link>
      <description>&lt;P&gt;The original data is NOT syslog, and it's coming via universal forwarder, but I would like to forward it from my Splunk indexer onward to a 3rd party receiver as UDP Syslog. Can we take data that is from a monitor stanza in a universal forwarder, index it, and then also send it in raw syslog format. Has anyone faced this challenge and come up with a solution?&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Outputs.conf:&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[syslog:syslog_out]
server = 209.83.194.68:514
type = udp
timestampformat = %b %e %H:%M:%S
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;Transforms.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[trapfields]
DELIMS = "~"
FIELDS = A1,A2,A3,A4,trapagt,trapsrc,oid,A8
[syslog_routing]
REGEX = .
DEST_KEY = _SYSLOG_ROUTING
FORMAT = syslog_out
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;Props.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[traplog]
TZ = UTC
pulldown_type = 1
REPORT-f1 = trapfields
[impact]
TZ = UTC
pulldown_type = 1
MAX_TIMESTAMP_LOOKAHEAD=50
NO_BINARY_CHECK=1
[nc_syslog]
TZ = UTC
pulldown_type = 1
MAX_TIMESTAMP_LOOKAHEAD=50
NO_BINARY_CHECK=1
[syslog_test]
TRANSFORMS-routing = syslog_routing
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Splunk version 5.0.4&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2013 13:41:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Receiving-data-via-Splunk-Forwarder-I-want-to-forward-it-as/m-p/183245#M36679</guid>
      <dc:creator>Dimitri_McKay</dc:creator>
      <dc:date>2013-12-18T13:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving data via Splunk Forwarder, I want to forward it as syslog</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Receiving-data-via-Splunk-Forwarder-I-want-to-forward-it-as/m-p/183246#M36680</link>
      <description>&lt;P&gt;is this not working for you? &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0.1/Forwarding/Forwarddatatothird-partysystemsd#Syslog_data"&gt;http://docs.splunk.com/Documentation/Splunk/6.0.1/Forwarding/Forwarddatatothird-partysystemsd#Syslog_data&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2013 13:44:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Receiving-data-via-Splunk-Forwarder-I-want-to-forward-it-as/m-p/183246#M36680</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2013-12-18T13:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving data via Splunk Forwarder, I want to forward it as syslog</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Receiving-data-via-Splunk-Forwarder-I-want-to-forward-it-as/m-p/183247#M36681</link>
      <description>&lt;P&gt;That's where I started. I'm not sure if there was something I missed.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2013 13:46:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Receiving-data-via-Splunk-Forwarder-I-want-to-forward-it-as/m-p/183247#M36681</guid>
      <dc:creator>Dimitri_McKay</dc:creator>
      <dc:date>2013-12-18T13:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving data via Splunk Forwarder, I want to forward it as syslog</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Receiving-data-via-Splunk-Forwarder-I-want-to-forward-it-as/m-p/183248#M36682</link>
      <description>&lt;P&gt;Did you check that there is nothing blocking UDP traffic from IDX to syslog server? Any possible typo in sourcetype name? Have you tried what docs tell you, for example forward everything from one host? This way you can tell if it is working or not.....&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2013 13:54:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Receiving-data-via-Splunk-Forwarder-I-want-to-forward-it-as/m-p/183248#M36682</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2013-12-18T13:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving data via Splunk Forwarder, I want to forward it as syslog</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Receiving-data-via-Splunk-Forwarder-I-want-to-forward-it-as/m-p/183249#M36683</link>
      <description>&lt;P&gt;What is actually happening? Obviously it isn't fully functional, but have you looked at tcpdump on the Splunk forwarder to see if the data going out that port looks correct? Have you looked on the syslog end-point system with tcpdump to see if it is getting any data in on that port?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2013 13:54:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Receiving-data-via-Splunk-Forwarder-I-want-to-forward-it-as/m-p/183249#M36683</guid>
      <dc:creator>jtrucks</dc:creator>
      <dc:date>2013-12-18T13:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving data via Splunk Forwarder, I want to forward it as syslog</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Receiving-data-via-Splunk-Forwarder-I-want-to-forward-it-as/m-p/183250#M36684</link>
      <description>&lt;P&gt;I sat watching a tcpdump on the forwarder for any activity. There was zero.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2013 13:56:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Receiving-data-via-Splunk-Forwarder-I-want-to-forward-it-as/m-p/183250#M36684</guid>
      <dc:creator>Dimitri_McKay</dc:creator>
      <dc:date>2013-12-18T13:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving data via Splunk Forwarder, I want to forward it as syslog</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Receiving-data-via-Splunk-Forwarder-I-want-to-forward-it-as/m-p/183251#M36685</link>
      <description>&lt;P&gt;I'd go with MuS' suggestion: start with forwarding EVERYTHING to syslog then slowly build your config out to forward only those things you want. Also, this is possibly useful: &lt;A href="http://wiki.splunk.com/Community:Test:How_Splunk_behaves_when_receiving_or_forwarding_udp_data"&gt;http://wiki.splunk.com/Community:Test:How_Splunk_behaves_when_receiving_or_forwarding_udp_data&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2013 14:11:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Receiving-data-via-Splunk-Forwarder-I-want-to-forward-it-as/m-p/183251#M36685</guid>
      <dc:creator>jtrucks</dc:creator>
      <dc:date>2013-12-18T14:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving data via Splunk Forwarder, I want to forward it as syslog</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Receiving-data-via-Splunk-Forwarder-I-want-to-forward-it-as/m-p/183252#M36686</link>
      <description>&lt;P&gt;Strangely enough, I believe it was related to syslog running on the customers box which owned the port which is why we weren't seeing anything in the tcpdump. But it's now working. So #win. Thanks all for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2013 17:28:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Receiving-data-via-Splunk-Forwarder-I-want-to-forward-it-as/m-p/183252#M36686</guid>
      <dc:creator>Dimitri_McKay</dc:creator>
      <dc:date>2013-12-18T17:28:41Z</dc:date>
    </item>
  </channel>
</rss>

