<?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 Is there a config available that would push out the same format as Snare from a Heavy Forwarder? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-config-available-that-would-push-out-the-same-format/m-p/339441#M62658</link>
    <description>&lt;P&gt;Is there a config available that would push out the same format as Snare from a Heavy Forwarder? i.e. UniversalForwarder-&amp;gt;HeavyForwarder-&amp;gt;ForkTo:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Native windows log gets pushed to the indexer in it's original format from the Universal Forwarder.&lt;/LI&gt;
&lt;LI&gt;A copy has the Snare transform applied and pushed out to a third party syslog server.&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Wed, 13 Dec 2017 20:08:23 GMT</pubDate>
    <dc:creator>CletisNPT</dc:creator>
    <dc:date>2017-12-13T20:08:23Z</dc:date>
    <item>
      <title>Is there a config available that would push out the same format as Snare from a Heavy Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-config-available-that-would-push-out-the-same-format/m-p/339441#M62658</link>
      <description>&lt;P&gt;Is there a config available that would push out the same format as Snare from a Heavy Forwarder? i.e. UniversalForwarder-&amp;gt;HeavyForwarder-&amp;gt;ForkTo:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Native windows log gets pushed to the indexer in it's original format from the Universal Forwarder.&lt;/LI&gt;
&lt;LI&gt;A copy has the Snare transform applied and pushed out to a third party syslog server.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Wed, 13 Dec 2017 20:08:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-config-available-that-would-push-out-the-same-format/m-p/339441#M62658</guid>
      <dc:creator>CletisNPT</dc:creator>
      <dc:date>2017-12-13T20:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a config available that would push out the same format as Snare from a Heavy Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-config-available-that-would-push-out-the-same-format/m-p/339442#M62659</link>
      <description>&lt;P&gt;You cant reformat the data, however you can send a copy of the raw event via a TCP socket, or alternatively as Syslog.&lt;BR /&gt;
I am not familiar with Snare, but it sounds like the second option would be most appropriate for you.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.1/Forwarding/Forwarddatatothird-partysystemsd"&gt;http://docs.splunk.com/Documentation/Splunk/7.0.1/Forwarding/Forwarddatatothird-partysystemsd&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2017 08:56:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-config-available-that-would-push-out-the-same-format/m-p/339442#M62659</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2017-12-14T08:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a config available that would push out the same format as Snare from a Heavy Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-config-available-that-would-push-out-the-same-format/m-p/339443#M62660</link>
      <description>&lt;P&gt;I'm sure there's a way to do it with the transforms and SEDCMD. Was just curious if anyone had accomplished it yet.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2017 17:02:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-config-available-that-would-push-out-the-same-format/m-p/339443#M62660</guid>
      <dc:creator>CletisNPT</dc:creator>
      <dc:date>2017-12-14T17:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a config available that would push out the same format as Snare from a Heavy Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-config-available-that-would-push-out-the-same-format/m-p/339444#M62661</link>
      <description>&lt;P&gt;You cant reformat the data which would be sent over a raw socket with a transform - it would always be sent as a 'Splunk Formatted' message, but with a little bit of netcat/grep/awk/sed fun you could probably get the data into any format you like - but probably a PITA!&lt;/P&gt;

&lt;P&gt;I have just done a very quick google, and it seems that snare can accept syslog messages so this seems like the way to go.&lt;/P&gt;

&lt;P&gt;in your outputs/conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[syslog]
defaultGroup=syslogGroup

[syslog:syslogGroup]
server = &amp;lt;your syslog server&amp;gt;:514
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I think thats all it takes!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 10:27:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-config-available-that-would-push-out-the-same-format/m-p/339444#M62661</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2017-12-15T10:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a config available that would push out the same format as Snare from a Heavy Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-config-available-that-would-push-out-the-same-format/m-p/339445#M62662</link>
      <description>&lt;P&gt;Did this help you?  If you found it useful, please be sure to accept/upvote any posts which helped, as it provides useful feedback for future viewers of your question. Good luck!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 10:20:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-config-available-that-would-push-out-the-same-format/m-p/339445#M62662</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2017-12-20T10:20:39Z</dc:date>
    </item>
  </channel>
</rss>

