<?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: TCP ROUTING and Indexer Discovery in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/TCP-ROUTING-and-Indexer-Discovery-How-to-configure/m-p/636386#M15863</link>
    <description>&lt;P&gt;It's not clear what will happen if &lt;FONT face="courier new,courier"&gt;_TCP_ROUTING&lt;/FONT&gt; references a name not in outputs.conf, but probably won't be what you want.&amp;nbsp; I suggest removing &lt;FONT face="courier new,courier"&gt;_TCP_ROUTING&lt;/FONT&gt; settings from all inputs.conf files unless there is a need for input-specific routing.&amp;nbsp; Then the settings in outputs.conf will control how data is sent to the indexers.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Mar 2023 19:37:17 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2023-03-28T19:37:17Z</dc:date>
    <item>
      <title>TCP ROUTING and Indexer Discovery- How to configure?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/TCP-ROUTING-and-Indexer-Discovery-How-to-configure/m-p/636384#M15862</link>
      <description>&lt;P&gt;Hello everyone!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this scenario i have one Heavy forwarder and one indexer cluster (of course the is a Cluster Manager over there).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The HF have some inputs configured in this way (inputs.conf):&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[mi_input://List_Deployment_State]&lt;/P&gt;
&lt;P&gt;index = endpoint&lt;BR /&gt;sourcetype = endpoint&lt;BR /&gt;_TCP_ROUTING = ixChabelaGroup&lt;/P&gt;
&lt;P&gt;And the outputs were configured in this way (outputs.conf):&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[tcpout]&lt;BR /&gt;defaultGroup = ixChabelaGroup&lt;BR /&gt;defaultGroup = default-autolb-group&lt;/P&gt;
&lt;P&gt;[tcpout:ixChabelaGroup]&lt;BR /&gt;server = 192.189.2.25:9997&lt;/P&gt;
&lt;P&gt;As you can see the TCP_ROUTING is only sending data to one Indexer and we want to balance the data forwarding to the entire cluster.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My question is: what would it happen if i enable the indexer discovery in the Heavy Forwarder?&amp;nbsp; as follows:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[tcpout:idxc-forwarders]&lt;/P&gt;
&lt;P&gt;indexerDiscovery = cluster1&lt;/P&gt;
&lt;P&gt;useACK=true&lt;/P&gt;
&lt;P&gt;[indexer_discovery:cluster1]&lt;/P&gt;
&lt;P&gt;master_uri = &lt;A href="https://192.189.2.26:8089" target="_blank" rel="noopener"&gt;https://192.189.2.26:8089&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;pass4SymmKey = MyUnhashedPasswd&lt;/P&gt;
&lt;P&gt;There will be a conflict between the indexer discovery and the _tcp_routing declared?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or what is the proper way to configure the indexer discovery in my HF?&lt;/P&gt;
&lt;P&gt;Thanks in advance for your support.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 22:23:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/TCP-ROUTING-and-Indexer-Discovery-How-to-configure/m-p/636384#M15862</guid>
      <dc:creator>lrodriguez</dc:creator>
      <dc:date>2023-03-28T22:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: TCP ROUTING and Indexer Discovery</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/TCP-ROUTING-and-Indexer-Discovery-How-to-configure/m-p/636386#M15863</link>
      <description>&lt;P&gt;It's not clear what will happen if &lt;FONT face="courier new,courier"&gt;_TCP_ROUTING&lt;/FONT&gt; references a name not in outputs.conf, but probably won't be what you want.&amp;nbsp; I suggest removing &lt;FONT face="courier new,courier"&gt;_TCP_ROUTING&lt;/FONT&gt; settings from all inputs.conf files unless there is a need for input-specific routing.&amp;nbsp; Then the settings in outputs.conf will control how data is sent to the indexers.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 19:37:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/TCP-ROUTING-and-Indexer-Discovery-How-to-configure/m-p/636386#M15863</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-03-28T19:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: TCP ROUTING and Indexer Discovery</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/TCP-ROUTING-and-Indexer-Discovery-How-to-configure/m-p/636406#M15864</link>
      <description>&lt;P&gt;What do you think if i keep the two configurations in the same stanza (indexer discovery and _tcp_routing) ?&lt;BR /&gt;It will cause any kind of conflict?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 21:25:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/TCP-ROUTING-and-Indexer-Discovery-How-to-configure/m-p/636406#M15864</guid>
      <dc:creator>lrodriguez</dc:creator>
      <dc:date>2023-03-28T21:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: TCP ROUTING and Indexer Discovery</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/TCP-ROUTING-and-Indexer-Discovery-How-to-configure/m-p/636437#M15868</link>
      <description>&lt;P&gt;Indexer discovery and _TCP_ROUTING are not in the same stanza - they're not even in the same files.&amp;nbsp; Get rid of _TCP_ROUTING.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 00:04:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/TCP-ROUTING-and-Indexer-Discovery-How-to-configure/m-p/636437#M15868</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-03-29T00:04:18Z</dc:date>
    </item>
  </channel>
</rss>

