<?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: Forwarding data to third party from universal forwarder in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-data-to-third-party-from-universal-forwarder/m-p/318958#M59596</link>
    <description>&lt;P&gt;We do the following -&lt;/P&gt;

&lt;P&gt;In &lt;CODE&gt;outputs.conf&lt;/CODE&gt; we specify multiple &lt;CODE&gt;tcpout&lt;/CODE&gt; stanzas -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout:xxxxxx]
....


[tcpout:yyyyyy]
....
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you don't specify anything in &lt;CODE&gt;inputs.conf&lt;/CODE&gt; all data will be streamed to both directions (or three if you choose to).&lt;/P&gt;</description>
    <pubDate>Thu, 09 Aug 2018 14:30:36 GMT</pubDate>
    <dc:creator>ddrillic</dc:creator>
    <dc:date>2018-08-09T14:30:36Z</dc:date>
    <item>
      <title>Forwarding data to third party from universal forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-data-to-third-party-from-universal-forwarder/m-p/318951#M59589</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I currently have some Windows Servers with the Universal Forwarder installed that are sending data to our indexer.  I am now in a situation where I need to have the forwarder also send the data to a third party server.  According to the documentation, the following in outputs.conf should send all data;&lt;/P&gt;

&lt;P&gt;[tcpout]&lt;/P&gt;

&lt;P&gt;[tcpout:fastlane]&lt;BR /&gt;
server = 10.1.1.2:1517&lt;BR /&gt;
sendCookedData = false&lt;/P&gt;

&lt;P&gt;However, I have the third party server getting data but only is receiving "INFO" type logs which appear to be transaction type information from the splunk forwarder program itself and not the actual log data (windows events iis etc.) that I am sending into splunk that I need.&lt;/P&gt;

&lt;P&gt;Am I missing something or will the universal forwarder not send that data?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 17:29:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-data-to-third-party-from-universal-forwarder/m-p/318951#M59589</guid>
      <dc:creator>jflaherty</dc:creator>
      <dc:date>2017-07-18T17:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding data to third party from universal forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-data-to-third-party-from-universal-forwarder/m-p/318952#M59590</link>
      <description>&lt;P&gt;Figured it out.  I need to add the group fastlane to the tcpout default group;&lt;/P&gt;

&lt;P&gt;[tcpout]&lt;BR /&gt;
defaultGroup = default-autolb-group*&lt;EM&gt;, fastlane  &amp;lt;--- Added&lt;/EM&gt;*&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:58:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-data-to-third-party-from-universal-forwarder/m-p/318952#M59590</guid>
      <dc:creator>jflaherty</dc:creator>
      <dc:date>2020-09-29T14:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding data to third party from universal forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-data-to-third-party-from-universal-forwarder/m-p/318953#M59591</link>
      <description>&lt;P&gt;Do you have a props.conf and transforms.conf configured to tell the forwarder what data to send? See: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.2/Forwarding/Forwarddatatothird-partysystemsd"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.2/Forwarding/Forwarddatatothird-partysystemsd&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;In props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [&amp;lt;sourcetype/data to send&amp;gt;]
 TRANSFORMS-fastlane = fastlane
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    [fastlane]
    REGEX = .
    DEST_KEY=_TCP_ROUTING
    FORMAT=fastlane
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It might vary a bit for your configuration but the linked docs walk through it pretty well.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 19:49:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-data-to-third-party-from-universal-forwarder/m-p/318953#M59591</guid>
      <dc:creator>mdsnmss</dc:creator>
      <dc:date>2017-07-18T19:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding data to third party from universal forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-data-to-third-party-from-universal-forwarder/m-p/318954#M59592</link>
      <description>&lt;P&gt;I saw that in the documentation but it said it was for a heavy forwarder, I am using a Universal Forwarder.  I will give it a try and see, it would allow me to separate better than the way I was doing it with the default group.  Thansk&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 19:53:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-data-to-third-party-from-universal-forwarder/m-p/318954#M59592</guid>
      <dc:creator>jflaherty</dc:creator>
      <dc:date>2017-07-18T19:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding data to third party from universal forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-data-to-third-party-from-universal-forwarder/m-p/318955#M59593</link>
      <description>&lt;P&gt;Yep, you're right. I believe with a universal forwarder you can forward everything using what you just posted. Using a heavy forwarder you can selectively forward data to the third-party system.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 19:55:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-data-to-third-party-from-universal-forwarder/m-p/318955#M59593</guid>
      <dc:creator>mdsnmss</dc:creator>
      <dc:date>2017-07-18T19:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding data to third party from universal forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-data-to-third-party-from-universal-forwarder/m-p/318956#M59594</link>
      <description>&lt;P&gt;How to check the data in third party server&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 14:33:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-data-to-third-party-from-universal-forwarder/m-p/318956#M59594</guid>
      <dc:creator>chakradhar_maje</dc:creator>
      <dc:date>2018-08-08T14:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding data to third party from universal forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-data-to-third-party-from-universal-forwarder/m-p/318957#M59595</link>
      <description>&lt;P&gt;Where you have added the below, Is the same in outputs.conf located in local directory? I am really a newbie in splunk, would like to know did you updated below as is.&lt;/P&gt;

&lt;P&gt;[tcpout]&lt;BR /&gt;
defaultGroup = default-autolb-group*, fastlane &amp;lt;--- Added*&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:49:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-data-to-third-party-from-universal-forwarder/m-p/318957#M59595</guid>
      <dc:creator>deepak453</dc:creator>
      <dc:date>2020-09-29T20:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding data to third party from universal forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-data-to-third-party-from-universal-forwarder/m-p/318958#M59596</link>
      <description>&lt;P&gt;We do the following -&lt;/P&gt;

&lt;P&gt;In &lt;CODE&gt;outputs.conf&lt;/CODE&gt; we specify multiple &lt;CODE&gt;tcpout&lt;/CODE&gt; stanzas -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout:xxxxxx]
....


[tcpout:yyyyyy]
....
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you don't specify anything in &lt;CODE&gt;inputs.conf&lt;/CODE&gt; all data will be streamed to both directions (or three if you choose to).&lt;/P&gt;</description>
      <pubDate>Thu, 09 Aug 2018 14:30:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-data-to-third-party-from-universal-forwarder/m-p/318958#M59596</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2018-08-09T14:30:36Z</dc:date>
    </item>
  </channel>
</rss>

