<?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: How do I setup TCP ROUTING when using an intermediate forwarder in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-setup-TCP-ROUTING-when-using-an-intermediate-forwarder/m-p/187784#M37495</link>
    <description>&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.4/Deploy/Configureforwarderswithoutputs.confd#Types_of_outputs.conf_files"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.4/Deploy/Configureforwarderswithoutputs.confd#Types_of_outputs.conf_files&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You should look at the Data Cloning part in the link. &lt;/P&gt;</description>
    <pubDate>Tue, 17 Mar 2015 17:45:49 GMT</pubDate>
    <dc:creator>theouhuios</dc:creator>
    <dc:date>2015-03-17T17:45:49Z</dc:date>
    <item>
      <title>How do I setup TCP ROUTING when using an intermediate forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-setup-TCP-ROUTING-when-using-an-intermediate-forwarder/m-p/187781#M37492</link>
      <description>&lt;P&gt;I have some sourcetypes that I'd like to go to two indexing destinations.&lt;/P&gt;

&lt;P&gt;Universal Forwarder: (inputs.conf)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///path/to/logs]
index=myindex
sourcetype=mysourcetype
_TCP_ROUTING=oregon,sanDiego
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Intermediate forwarder: (outputs.conf)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup=oregon

tcpout:oregon]
autoLB = true
autoLBFrequency = 30
server = portland1:7777,portland2:7777,portland3:7777

[tcpout:sanDiego]
autoLB = true
autoLBFrequency = 30
server = sd1:7777,sd2:7777,sd3:7777
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The logs are going only to the default group (oregon), so I'm wondering now if I need to add forwarding instances on my intermediate forwarders ... so that one forwarding instance routes to oregon and the other to san diego ... thus I wouldn't have any tcp routing statements on the intermediate forwarder ...&lt;/P&gt;

&lt;P&gt;I'm hoping that I'm making sense here ...&lt;/P&gt;

&lt;P&gt;ie: (inputs.conf)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///path/to/logs]
index=myindex
sourcetype=mysourcetype
_TCP_ROUTING=oregon_forwarders,sandiego_forwarders
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;then: (also on the UF) - outputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup=oregon_forwarders

tcpout:oregon_forwarders]
autoLB = true
autoLBFrequency = 30
server = forwarder1:7777,forwarder2:7777

[tcpout:sandiego_forwarders]
autoLB = true
autoLBFrequency = 30
server = forwarder1:7778,forwarder2:7778
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 17 Mar 2015 17:19:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-setup-TCP-ROUTING-when-using-an-intermediate-forwarder/m-p/187781#M37492</guid>
      <dc:creator>pkeller</dc:creator>
      <dc:date>2015-03-17T17:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do I setup TCP ROUTING when using an intermediate forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-setup-TCP-ROUTING-when-using-an-intermediate-forwarder/m-p/187782#M37493</link>
      <description>&lt;P&gt;You want to index them at oregon? Or do you want oregon to just act as forwarder and push those logs to sanDiego? &lt;/P&gt;

&lt;P&gt;I do this in our environment where I route prod server logs to dev environment through forwarders in the middle which have ports and fw rules open to dev. Not sure if this is same type of configuration that you are trying to achieve.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2015 17:26:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-setup-TCP-ROUTING-when-using-an-intermediate-forwarder/m-p/187782#M37493</guid>
      <dc:creator>theouhuios</dc:creator>
      <dc:date>2015-03-17T17:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I setup TCP ROUTING when using an intermediate forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-setup-TCP-ROUTING-when-using-an-intermediate-forwarder/m-p/187783#M37494</link>
      <description>&lt;P&gt;I want to index them at both locations ... mainly for testing purposes as we're experiencing a small amount of corruption, so I'm looking to see whether both sites experiencing the same corruption or whether it's something in the network.&lt;/P&gt;

&lt;P&gt;Thanks very much.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2015 17:36:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-setup-TCP-ROUTING-when-using-an-intermediate-forwarder/m-p/187783#M37494</guid>
      <dc:creator>pkeller</dc:creator>
      <dc:date>2015-03-17T17:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I setup TCP ROUTING when using an intermediate forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-setup-TCP-ROUTING-when-using-an-intermediate-forwarder/m-p/187784#M37495</link>
      <description>&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.4/Deploy/Configureforwarderswithoutputs.confd#Types_of_outputs.conf_files"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.4/Deploy/Configureforwarderswithoutputs.confd#Types_of_outputs.conf_files&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You should look at the Data Cloning part in the link. &lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2015 17:45:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-setup-TCP-ROUTING-when-using-an-intermediate-forwarder/m-p/187784#M37495</guid>
      <dc:creator>theouhuios</dc:creator>
      <dc:date>2015-03-17T17:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I setup TCP ROUTING when using an intermediate forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-setup-TCP-ROUTING-when-using-an-intermediate-forwarder/m-p/187785#M37496</link>
      <description>&lt;P&gt;Thank you ... That's perfect. &lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2015 17:52:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-setup-TCP-ROUTING-when-using-an-intermediate-forwarder/m-p/187785#M37496</guid>
      <dc:creator>pkeller</dc:creator>
      <dc:date>2015-03-17T17:52:43Z</dc:date>
    </item>
  </channel>
</rss>

