<?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: Heavy Forwarder routing to two seperate indexer clusters in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Heavy-Forwarder-routing-to-two-seperate-indexer-clusters/m-p/452577#M78411</link>
    <description>&lt;P&gt;somehow I completely overlooked this, thank you @renjith.nair, I believe this will do exactly what I am looking for in breaking up this traffic.  Thank you! &lt;/P&gt;</description>
    <pubDate>Sun, 18 Aug 2019 11:07:21 GMT</pubDate>
    <dc:creator>fisuser1</dc:creator>
    <dc:date>2019-08-18T11:07:21Z</dc:date>
    <item>
      <title>Heavy Forwarder routing to two seperate indexer clusters</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Heavy-Forwarder-routing-to-two-seperate-indexer-clusters/m-p/452575#M78409</link>
      <description>&lt;P&gt;I have a HF forwarding specific sourcetypes to two different indexer clusters.   However, it does not seem to be working even though I have followed routing and filter data approach.  All data seems to be forwarding to all indexers.  (seeing errors on the second set of indexers since the index does not exist, which is expected)  I've also confirmed there isn't any conflicting inputs taking precedence in system/local. &lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.3.1/Forwarding/Routeandfilterdatad" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/7.3.1/Forwarding/Routeandfilterdatad&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Any suggestions?&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;outputs&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;
[tcpout]&lt;BR /&gt;
indexAndForward = 0&lt;/P&gt;

&lt;P&gt;[tcpout]&lt;BR /&gt;
defaultGroup = &lt;STRONG&gt;fis_search_peers&lt;/STRONG&gt;,&lt;STRONG&gt;profile_search_peers&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;[tcpout:&lt;STRONG&gt;fis_search_peers&lt;/STRONG&gt;]&lt;BR /&gt;
server = idx1:9997, idx2:9997, idx3:9997, idx4:9997, idx5:9997, idx6:9997, idx7:9997, idx8:9997&lt;BR /&gt;
autoLBFrequency=15&lt;BR /&gt;
autoLB=true&lt;BR /&gt;
useACK=true&lt;BR /&gt;
forceTimebasedAutoLB = true&lt;/P&gt;

&lt;P&gt;[tcpout:&lt;STRONG&gt;profile_search_peers&lt;/STRONG&gt;]&lt;BR /&gt;
server = f_idx1:9997, f_idx2:9997, f_idx3:9997&lt;BR /&gt;
autoLBFrequency=15&lt;BR /&gt;
autoLB=true&lt;BR /&gt;
useACK=true&lt;BR /&gt;
forceTimebasedAutoLB = true&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;inputs&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;
[integrated_payables]&lt;BR /&gt;
connection = prd_integrated_payables&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
index = integrated_payables&lt;BR /&gt;
index_time_mode = dbColumn&lt;BR /&gt;
input_timestamp_column_number = 2&lt;BR /&gt;
interval = 900&lt;BR /&gt;
mode = rising&lt;BR /&gt;
query = SELECT [Id] ,\&lt;BR /&gt;
         [Date] ,\&lt;BR /&gt;
         [Thread] ,\&lt;BR /&gt;
         [Level] ,\&lt;BR /&gt;
         Logger ,\&lt;BR /&gt;
         NestedContext ,\&lt;BR /&gt;
         [Message] ,\&lt;BR /&gt;
         [Exception] ,\&lt;BR /&gt;
         [HostName] ,\&lt;BR /&gt;
         [Thread_Context_ID]\&lt;BR /&gt;
FROM "Logging"."dbo"."Log"\&lt;BR /&gt;
WHERE Date &amp;gt; ?\&lt;BR /&gt;
ORDER BY  Date ASC&lt;BR /&gt;
sourcetype = prd_int_pay_payspan_logging_db&lt;BR /&gt;
tail_rising_column_number = 2&lt;BR /&gt;
_TCP_ROUTING = &lt;STRONG&gt;fis_search_peers&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;[monitor:///ma/xpressng/logs/WAS85//MA_XpressNG_Prd_ma.log]&lt;BR /&gt;
sourcetype = prd_mba_infinity_application&lt;BR /&gt;
index = mba_infinity&lt;BR /&gt;
_TCP_ROUTING = &lt;STRONG&gt;profile_search_peers&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:47:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Heavy-Forwarder-routing-to-two-seperate-indexer-clusters/m-p/452575#M78409</guid>
      <dc:creator>fisuser1</dc:creator>
      <dc:date>2020-09-30T01:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Heavy Forwarder routing to two seperate indexer clusters</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Heavy-Forwarder-routing-to-two-seperate-indexer-clusters/m-p/452576#M78410</link>
      <description>&lt;P&gt;@fisuser1 ,&lt;/P&gt;

&lt;P&gt;You have set &lt;CODE&gt;defaultGroup&lt;/CODE&gt; to both indexer groups and as per documentation, it sends events to all specified target group&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Forwarder/7.3.1/Forwarder/Configureforwardingwithoutputs.conf#Outputs.conf_global_stanza"&gt;https://docs.splunk.com/Documentation/Forwarder/7.3.1/Forwarder/Configureforwardingwithoutputs.conf#Outputs.conf_global_stanza&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Set default target groups in outputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;The defaultGroup attribute lets you set default groups for automatic forwarding at the global level, in your [tcpout] stanza.

The defaultGroup specifies one or more target groups that you define later in tcpout:&amp;lt;target_group&amp;gt; stanzas. The forwarder sends all events to the specified groups.    
[tcpout]
defaultGroup= &amp;lt;target_group1&amp;gt;, &amp;lt;target_group2&amp;gt;, ...
If you do not want to forward data automatically, do not set the defaultGroup attribute.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 18 Aug 2019 04:03:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Heavy-Forwarder-routing-to-two-seperate-indexer-clusters/m-p/452576#M78410</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2019-08-18T04:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Heavy Forwarder routing to two seperate indexer clusters</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Heavy-Forwarder-routing-to-two-seperate-indexer-clusters/m-p/452577#M78411</link>
      <description>&lt;P&gt;somehow I completely overlooked this, thank you @renjith.nair, I believe this will do exactly what I am looking for in breaking up this traffic.  Thank you! &lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 11:07:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Heavy-Forwarder-routing-to-two-seperate-indexer-clusters/m-p/452577#M78411</guid>
      <dc:creator>fisuser1</dc:creator>
      <dc:date>2019-08-18T11:07:21Z</dc:date>
    </item>
  </channel>
</rss>

