<?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 this tcp routing configuration valid? in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/is-this-tcp-routing-configuration-valid/m-p/86775#M7358</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I want to send data to multiple systems from a specific feed. I have the following TCP_ROUTING command in my inputs.conf - is it valid? I have a stanza setup for each of these, but I'm not seeing the data come into my dev system. &lt;/P&gt;

&lt;P&gt;_TCP_ROUTING = eigroup,eiDevgroup&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 13:41:18 GMT</pubDate>
    <dc:creator>a212830</dc:creator>
    <dc:date>2020-09-28T13:41:18Z</dc:date>
    <item>
      <title>is this tcp routing configuration valid?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/is-this-tcp-routing-configuration-valid/m-p/86775#M7358</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I want to send data to multiple systems from a specific feed. I have the following TCP_ROUTING command in my inputs.conf - is it valid? I have a stanza setup for each of these, but I'm not seeing the data come into my dev system. &lt;/P&gt;

&lt;P&gt;_TCP_ROUTING = eigroup,eiDevgroup&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:41:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/is-this-tcp-routing-configuration-valid/m-p/86775#M7358</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2020-09-28T13:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: is this tcp routing configuration valid?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/is-this-tcp-routing-configuration-valid/m-p/86776#M7359</link>
      <description>&lt;P&gt;You use inputs.conf and outputs.conf to route data to specific indexers, based on the data's input.&lt;/P&gt;

&lt;P&gt;Here's an example that shows how this works.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;In outputs.conf, you create stanzas for each receiving indexer:  &lt;/P&gt;

&lt;P&gt;[tcpout:systemGroup]&lt;BR /&gt;&lt;BR /&gt;
 server=server1:9997&lt;BR /&gt;&lt;BR /&gt;
[tcpout:applicationGroup]&lt;BR /&gt;&lt;BR /&gt;
server=server2:9997&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;In inputs.conf, you use _TCP_ROUTING to specify the stanza in outputs.conf that each input should use for routing:  &lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;&lt;CODE&gt;[monitor://.../file1.log]   &lt;BR /&gt;
_TCP_ROUTING = systemGroup&lt;/CODE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    [monitor://.../file2.log]
    _TCP_ROUTING = applicationGroup
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The forwarder will route data from file1.log to server1 and data from file2.log to server2.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;EDIT: What if I want to send one of those feeds to two seperate systems?&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;inputs.conf  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://.../file1.log]
_TCP_ROUTING = systemGroup

[monitor://.../file2.log]
_TCP_ROUTING = applicationGroup  
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;outputs.conf  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout:systemGroup]
server=server1:9997, server2:9997
[tcpout:applicationGroup]
server=server1:9997, server2:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Yours,&lt;BR /&gt;&lt;BR /&gt;
eashwar raghunathan&lt;BR /&gt;&lt;BR /&gt;
happy splunking&lt;BR /&gt;&lt;BR /&gt;
&lt;STRONG&gt;if this helps you dont forget to vote!! thanks in advance!!&lt;/STRONG&gt;&lt;BR /&gt;
read more @ &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.2/Deploy/Routeandfilterdatad" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.2/Deploy/Routeandfilterdatad&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:41:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/is-this-tcp-routing-configuration-valid/m-p/86776#M7359</guid>
      <dc:creator>eashwar</dc:creator>
      <dc:date>2020-09-28T13:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: is this tcp routing configuration valid?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/is-this-tcp-routing-configuration-valid/m-p/86777#M7360</link>
      <description>&lt;P&gt;Thanks. What if I want to send one of those feeds to two seperate systems?&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2013 12:35:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/is-this-tcp-routing-configuration-valid/m-p/86777#M7360</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2013-04-07T12:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: is this tcp routing configuration valid?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/is-this-tcp-routing-configuration-valid/m-p/86778#M7361</link>
      <description>&lt;P&gt;hello brother i have edited the above answer!!&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2013 18:37:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/is-this-tcp-routing-configuration-valid/m-p/86778#M7361</guid>
      <dc:creator>eashwar</dc:creator>
      <dc:date>2013-04-07T18:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: is this tcp routing configuration valid?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/is-this-tcp-routing-configuration-valid/m-p/86779#M7362</link>
      <description>&lt;P&gt;Sorry, I need to be more specific. It appears that the above example will load-balance to two different servers within the stanza. I want to send it to different two different stanzas.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2013 13:20:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/is-this-tcp-routing-configuration-valid/m-p/86779#M7362</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2013-04-09T13:20:13Z</dc:date>
    </item>
  </channel>
</rss>

