<?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: Forward Data to a third-party system in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35026#M6323</link>
    <description>&lt;P&gt;Yes. There used to be such a thing as a "Heavy Forwarder", which will in fact do the third party output. However, the UniversalForwarder (which I assumed you were using, I should have asked) will not support that. Relevant part: &lt;CODE&gt;you can configure a heavy forwarder to route data conditionally to third-party systems&lt;/CODE&gt;. &lt;/P&gt;

&lt;P&gt;What is your current version of Splunk? Are you using a Universal Forwarder?&lt;/P&gt;</description>
    <pubDate>Wed, 14 Nov 2012 20:15:57 GMT</pubDate>
    <dc:creator>alacercogitatus</dc:creator>
    <dc:date>2012-11-14T20:15:57Z</dc:date>
    <item>
      <title>Forward Data to a third-party system</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35017#M6314</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
   I am using SplunkForwarder to forward data to a non-splunk system by adding the stanza below in outputs.conf.&lt;/P&gt;

&lt;P&gt;To verify this, I log onto the server (e.g. 10.1.1.35) and run a unix command   &lt;STRONG&gt;lsof | grep 6996&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;However, I don't see anything returned. Is there anything I miss? Thanks in advance!&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout:fastlane]
server = 10.1.1.35:6996
sendCookedData = false
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Nov 2012 18:40:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35017#M6314</guid>
      <dc:creator>shangshin</dc:creator>
      <dc:date>2012-11-14T18:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Forward Data to a third-party system</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35018#M6315</link>
      <description>&lt;P&gt;Please post the props and transforms for the sourcetype "fastlane".&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2012 18:55:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35018#M6315</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2012-11-14T18:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Forward Data to a third-party system</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35019#M6316</link>
      <description>&lt;P&gt;It's empty in props and transforms since I want to send all the data from this splunkforwarder.&lt;/P&gt;

&lt;P&gt;However, I do have the stanza in inputs.conf &lt;/P&gt;

&lt;P&gt;[monitor:///local/0/access.log]&lt;BR /&gt;
host = myremosthost&lt;BR /&gt;
sourcetype = fastlane&lt;BR /&gt;
index = apache_access_log&lt;BR /&gt;
disabled = 0&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:48:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35019#M6316</guid>
      <dc:creator>shangshin</dc:creator>
      <dc:date>2020-09-28T12:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Forward Data to a third-party system</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35020#M6317</link>
      <description>&lt;P&gt;Ok, so you will need to add this information into props and transforms. A quick reboot, and you should be set.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;props.conf&lt;BR /&gt;
[fastlane]&lt;BR /&gt;
TRANSFORMS-forward = fastlaneTcpOut&lt;BR /&gt;
&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;transforms.conf&lt;BR /&gt;
[fastlaneTcpOut]&lt;BR /&gt;
REGEX = .&lt;BR /&gt;
DEST_KEY=_TCP_ROUTING&lt;BR /&gt;
FORMAT=fastlane&lt;BR /&gt;
&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2012 19:16:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35020#M6317</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2012-11-14T19:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Forward Data to a third-party system</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35021#M6318</link>
      <description>&lt;P&gt;I just added the information accordingly and restarted the splunkforwarder. I tried to verify on the server of non-splunk system by using lsof | grep 6996 Howeever, nothing returns.&lt;/P&gt;

&lt;P&gt;Is there a way to verfiy the raw data is successfully forwarded to the non-splunk system server? Thanks again!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2012 19:26:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35021#M6318</guid>
      <dc:creator>shangshin</dc:creator>
      <dc:date>2012-11-14T19:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Forward Data to a third-party system</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35022#M6319</link>
      <description>&lt;P&gt;Well, what software is receiving this data on the non-splunk system server? Is it listening?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2012 19:27:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35022#M6319</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2012-11-14T19:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Forward Data to a third-party system</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35023#M6320</link>
      <description>&lt;P&gt;I don't use any special software to receive the data on linux but I did try to use linux command nc -l -p 6996 to listen on TCP port 6996&lt;/P&gt;

&lt;P&gt;Is there a way to see log from the splunkforwarder for troubleshooting?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2012 19:36:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35023#M6320</guid>
      <dc:creator>shangshin</dc:creator>
      <dc:date>2012-11-14T19:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Forward Data to a third-party system</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35024#M6321</link>
      <description>&lt;P&gt;You can't do this on the splunkforwarder, it has to be done on the indexer because of the use of TRANSFORMS (which is done at index time). Sorry, I missed that earlier.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2012 19:39:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35024#M6321</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2012-11-14T19:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Forward Data to a third-party system</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35025#M6322</link>
      <description>&lt;P&gt;Do you mean I have to run this on the splunk server, the one that receives data from the splunkforwarder?&lt;/P&gt;

&lt;P&gt;I am confused because the document says&lt;BR /&gt;
Splunk forwarders can forward raw data to non-Splunk systems.&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/Deploy/Forwarddatatothird-partysystemsd"&gt;http://docs.splunk.com/Documentation/Splunk/5.0/Deploy/Forwarddatatothird-partysystemsd&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2012 20:12:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35025#M6322</guid>
      <dc:creator>shangshin</dc:creator>
      <dc:date>2012-11-14T20:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Forward Data to a third-party system</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35026#M6323</link>
      <description>&lt;P&gt;Yes. There used to be such a thing as a "Heavy Forwarder", which will in fact do the third party output. However, the UniversalForwarder (which I assumed you were using, I should have asked) will not support that. Relevant part: &lt;CODE&gt;you can configure a heavy forwarder to route data conditionally to third-party systems&lt;/CODE&gt;. &lt;/P&gt;

&lt;P&gt;What is your current version of Splunk? Are you using a Universal Forwarder?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2012 20:15:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35026#M6323</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2012-11-14T20:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Forward Data to a third-party system</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35027#M6324</link>
      <description>&lt;P&gt;My splunk version is Splunk 4.3.1 (build 119532)&lt;/P&gt;

&lt;P&gt;On the remote server, I am using Splunk Universal Forwarder 4.3.4 (build 136012)&lt;/P&gt;

&lt;P&gt;So to do the third party output,  do I need to install "Heavy Forwarder" on the splunk server?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2012 20:26:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35027#M6324</guid>
      <dc:creator>shangshin</dc:creator>
      <dc:date>2012-11-14T20:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Forward Data to a third-party system</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35028#M6325</link>
      <description>&lt;P&gt;Nope, a "Heavy Forwarder" was basically an indexer that sent cooked data to the main indexers. You couldn't search a heavy forwarder, all the data was on the indexer. You will want to place the &lt;CODE&gt;outputs.conf, props.conf, transforms.conf&lt;/CODE&gt; stanzas onto your Splunk Indexer(s).&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2012 20:31:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35028#M6325</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2012-11-14T20:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Forward Data to a third-party system</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35029#M6326</link>
      <description>&lt;P&gt;YES, it's working on the "Heavy Forwarder". &lt;BR /&gt;
One last question -- How can I limit the data to certain sourcetype only e.g. my_apache_access? Will this work? Thanks again!&lt;/P&gt;

&lt;P&gt;In props.conf&lt;BR /&gt;
[sourcetype::my_apache_access]&lt;BR /&gt;
TRANSFORMS-nyc = apachelog&lt;/P&gt;

&lt;P&gt;In transforms.conf&lt;BR /&gt;
[apachelog]&lt;BR /&gt;
REGEX = .&lt;BR /&gt;
DEST_KEY=_TCP_ROUTING&lt;BR /&gt;
FORMAT=apachelogreader&lt;/P&gt;

&lt;P&gt;In outputs.conf&lt;BR /&gt;
[tcpout:apachelogreader]&lt;BR /&gt;
server=10.1.1.197:7999&lt;BR /&gt;
sendCookedData=false&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:48:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35029#M6326</guid>
      <dc:creator>shangshin</dc:creator>
      <dc:date>2020-09-28T12:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Forward Data to a third-party system</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35030#M6327</link>
      <description>&lt;P&gt;In your props.conf the stanza is the sourcetype so the way you have it won't work, just remove the &lt;EM&gt;sourcetype::&lt;/EM&gt; and you should be all set.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2012 16:22:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35030#M6327</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2012-11-15T16:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Forward Data to a third-party system</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35031#M6328</link>
      <description>&lt;P&gt;updated props.conf as&lt;BR /&gt;
[my_apache_access] &lt;BR /&gt;
TRANSFORMS-routing = apachelog&lt;/P&gt;

&lt;P&gt;Unfortunately, I still see all sourcetypes sending over TCP.&lt;BR /&gt;
Should I place the updated files in local or default?&lt;BR /&gt;
splunk/etc/system/local or splunk/etc/system/default &lt;/P&gt;

&lt;P&gt;It shouldn't matter but jsut can't find out what's the right solution.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:48:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35031#M6328</guid>
      <dc:creator>shangshin</dc:creator>
      <dc:date>2020-09-28T12:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Forward Data to a third-party system</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35032#M6329</link>
      <description>&lt;P&gt;BTW, If I place all 3 config files at /splunk/etc/apps/SplunkForwarder/default, there will be no data sending out from the "heavy forwarder"&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2012 19:02:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35032#M6329</guid>
      <dc:creator>shangshin</dc:creator>
      <dc:date>2012-11-15T19:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Forward Data to a third-party system</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35033#M6330</link>
      <description>&lt;P&gt;I would place them in /splunk/etc/system/local. If you see other sourcetypes you may want to &lt;CODE&gt;find /splunk/etc -name "outputs.conf&lt;/CODE&gt; and make sure nothing else is configured.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2012 19:14:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35033#M6330</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2012-11-15T19:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Forward Data to a third-party system</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35034#M6331</link>
      <description>&lt;P&gt;hello&lt;/P&gt;

&lt;P&gt;i am in the same situation you faced. i am trying to forward the data from splunk (indexer) to non-splunk system.&lt;/P&gt;

&lt;P&gt;at present as a non-splunk system am using a linux machine.&lt;BR /&gt;
can you please help me how exactly i should achieve the goal&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2016 20:56:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35034#M6331</guid>
      <dc:creator>saifuddin9122</dc:creator>
      <dc:date>2016-07-26T20:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Forward Data to a third-party system</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35035#M6332</link>
      <description>&lt;P&gt;in outputs.conf, don't forget to add [tcpout] on top if it is not already there - like when you create a fresh new file.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 16:27:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35035#M6332</guid>
      <dc:creator>vnguyen46</dc:creator>
      <dc:date>2020-05-18T16:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Forward Data to a third-party system</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35036#M6333</link>
      <description>&lt;P&gt;On a universal forwarder, in outputs.conf, you can change the defaultGroup to determine where ALL data is routed to by default.&lt;/P&gt;

&lt;P&gt;outputs.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout:third_party]
server=&amp;lt;ip&amp;gt;:&amp;lt;port&amp;gt;
sendCookedData=false

[tcpout]
defaultGroup=third_party
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You can also define multiple server groups and put a comma separated list of them for your defaultGroup if you want to send data to multiple. This way you could send the data to Splunk and the third party.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout:third_party]
server=&amp;lt;ip&amp;gt;:&amp;lt;port&amp;gt;
sendCookedData=false

[tcpout:splunk_idx]
server=&amp;lt;ip&amp;gt;:&amp;lt;port&amp;gt;

[tcpout]
defaultGroup=third_party, splunk_idx
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;For reference, defaultGroup is the default setting for the _TCP_ROUTING key that you manipulate via props and transforms on the HF to do this kind of routing on a source, host, or sourcetype basis. &lt;/P&gt;

&lt;P&gt;If you send the data to a HF or convert the box to a full splunk install, you can route via props and transforms. Similar to how you can specify multiple dests with the previous example, you can do that on the HF if you want too by specifying a comma separated list of dests in the FORMAT attribute.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:27:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-Data-to-a-third-party-system/m-p/35036#M6333</guid>
      <dc:creator>acfecondo75</dc:creator>
      <dc:date>2020-09-30T05:27:58Z</dc:date>
    </item>
  </channel>
</rss>

