<?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 from splunk to splunk instance in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Forward-data-from-splunk-to-splunk-instance/m-p/140670#M28829</link>
    <description>&lt;P&gt;On (S3) Farthest from the Core:&lt;/P&gt;

&lt;P&gt;Create: inputs.conf &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[splunktcp://9997]
disabled = 0 
compressed = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Create: outputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout:splunkindexer_9997]
server={IP of S2):9997
heartbeatFrequency = 30
compressed = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;On (S2):&lt;BR /&gt;
Create: inputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[splunktcp://9997]
disabled = 0
compressed = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Create: outputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup=splunkindexer_9997

[tcpout:splunkindexer_9997]
server={cluster IP1}:9997, {cluster IP2}:9997, {cluster IP3}:9997, {cluster IP4}:9997
heartbeatFrequency = 30
autoLBFrequency=30
compressed = true
useACK = true
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 08 May 2014 04:55:57 GMT</pubDate>
    <dc:creator>jmsiegma</dc:creator>
    <dc:date>2014-05-08T04:55:57Z</dc:date>
    <item>
      <title>Forward data from splunk to splunk instance</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-data-from-splunk-to-splunk-instance/m-p/140668#M28827</link>
      <description>&lt;P&gt;I have a network where I have a splunk instance that is off to the side on my network, as in:&lt;/P&gt;

&lt;P&gt;Core Splunk Instance (S1) -&amp;gt; Remote Site Splunk (S2) -&amp;gt; Sub Remote Site (S3) -&amp;gt; Clients (C1) Universal Forwarders&lt;/P&gt;

&lt;P&gt;What I would like to do is have all the clients on the far end (C1) running splunks universal forwarder to send their data to the local splunk server (S3), and then have that server pass all the data to a in-between splunk server (S2), which will do nothing more than forward it to the core splunk instance (S1), but I am unsure how I would configure this, or what it would be referred to in the splunk documentation world.&lt;/P&gt;

&lt;P&gt;The reason for doing this, is that the splunk site (S3) does not have a way to communicate with the Core Splunk Site (S1) so I have to forward it through a middle man of some type, and given I have a Splunk server in the middle, I have been hinted that, this is possible.&lt;/P&gt;

&lt;P&gt;I do not need (S2) or (S3) to be able to keep the files, just simply forward them down stream to the Core Splunk instance.&lt;/P&gt;

&lt;P&gt;My questions are:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;What type of install does Splunk Servers (S2) &amp;amp; (S3) have to be to be able to do this? Universal or Full or Either?&lt;/LI&gt;
&lt;LI&gt;What would the configs look like on (S3) &amp;amp; (S2) to make this happen.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2014 19:39:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-data-from-splunk-to-splunk-instance/m-p/140668#M28827</guid>
      <dc:creator>jmsiegma</dc:creator>
      <dc:date>2014-04-23T19:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Forward data from splunk to splunk instance</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-data-from-splunk-to-splunk-instance/m-p/140669#M28828</link>
      <description>&lt;P&gt;The Splunks in the middle for forwarding without storing are called intermediate forwarders. Usually a Universal Forwarder install is enough, and it does not consume license volume because it doesn't do any indexing. The basic config looks like this:&lt;/P&gt;

&lt;P&gt;C1: Enable outputs.conf to send to S3&lt;BR /&gt;
S3: Enable receiving in inputs.conf, set outputs.conf to send to S2&lt;BR /&gt;
S2: Enable receiving in inputs.conf, set outputs.conf to send to S1&lt;BR /&gt;
S1: Enable receiving in inputs.conf&lt;/P&gt;

&lt;P&gt;S1 is a regular full-fat Splunk instance that does the parsing and indexing, the others only forward data.&lt;/P&gt;

&lt;P&gt;Here's an entry point into the docs on intermediate forwarders: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0.3/Forwarding/Forwarderdeploymenttopologies#Intermediate_forwarding"&gt;http://docs.splunk.com/Documentation/Splunk/6.0.3/Forwarding/Forwarderdeploymenttopologies#Intermediate_forwarding&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2014 22:38:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-data-from-splunk-to-splunk-instance/m-p/140669#M28828</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-04-23T22:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Forward data from splunk to splunk instance</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-data-from-splunk-to-splunk-instance/m-p/140670#M28829</link>
      <description>&lt;P&gt;On (S3) Farthest from the Core:&lt;/P&gt;

&lt;P&gt;Create: inputs.conf &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[splunktcp://9997]
disabled = 0 
compressed = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Create: outputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout:splunkindexer_9997]
server={IP of S2):9997
heartbeatFrequency = 30
compressed = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;On (S2):&lt;BR /&gt;
Create: inputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[splunktcp://9997]
disabled = 0
compressed = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Create: outputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup=splunkindexer_9997

[tcpout:splunkindexer_9997]
server={cluster IP1}:9997, {cluster IP2}:9997, {cluster IP3}:9997, {cluster IP4}:9997
heartbeatFrequency = 30
autoLBFrequency=30
compressed = true
useACK = true
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 08 May 2014 04:55:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-data-from-splunk-to-splunk-instance/m-p/140670#M28829</guid>
      <dc:creator>jmsiegma</dc:creator>
      <dc:date>2014-05-08T04:55:57Z</dc:date>
    </item>
  </channel>
</rss>

