<?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: outputs.conf causing blocking when one indexer out of 6 is down for short periods in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/outputs-conf-causing-blocking-when-one-indexer-out-of-6-is-down/m-p/508247#M2516</link>
    <description>&lt;P&gt;That is more do with ack's coming back and forth. I don't see that its like it round robins but keeps trying ones that are down. After a little more reading I am going to use Index Discovery, so the cluster master tells the UF's what indexers are up.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.0.0/Indexer/indexerdiscovery" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Splunk/7.0.0/Indexer/indexerdiscovery&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the replies all.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jul 2020 07:45:46 GMT</pubDate>
    <dc:creator>lukessi</dc:creator>
    <dc:date>2020-07-09T07:45:46Z</dc:date>
    <item>
      <title>outputs.conf causing blocking when one indexer out of 6 is down for short periods</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/outputs-conf-causing-blocking-when-one-indexer-out-of-6-is-down/m-p/508105#M2488</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have 6 indexers and when one or two has gone down it moans about it and blocks traffic for a few mins then when it can lb to working one it continues.. Is there a way of setting a don't use this indexer for x amount of time? The spec file is covers so many options.... I just want to know what others do?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 14:14:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/outputs-conf-causing-blocking-when-one-indexer-out-of-6-is-down/m-p/508105#M2488</guid>
      <dc:creator>lukessi</dc:creator>
      <dc:date>2020-07-08T14:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: outputs.conf causing blocking when one indexer out of 6 is down for short periods</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/outputs-conf-causing-blocking-when-one-indexer-out-of-6-is-down/m-p/508129#M2499</link>
      <description>What you describe seems unusual. Can you share the outputs.conf settings?&lt;BR /&gt;What is being blocked, searches or indexing?</description>
      <pubDate>Wed, 08 Jul 2020 15:12:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/outputs-conf-causing-blocking-when-one-indexer-out-of-6-is-down/m-p/508129#M2499</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-07-08T15:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: outputs.conf causing blocking when one indexer out of 6 is down for short periods</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/outputs-conf-causing-blocking-when-one-indexer-out-of-6-is-down/m-p/508133#M2502</link>
      <description>&lt;P&gt;Hi its the uni fwd saying its blocking the output queue, once it finds a working indexer again it shoves all the data but the queues on my UF's are small.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;[tcpout]

defaultGroup = cluster_indexers

disabled = false



[tcpout:cluster_indexers]

#server = index1:9997,index2:9997

server = index1:9997,index2:9997,newindex01:9997,newindex02:9997,newindex03:9997,newindex04:9997

useACK = true&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 15:21:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/outputs-conf-causing-blocking-when-one-indexer-out-of-6-is-down/m-p/508133#M2502</guid>
      <dc:creator>lukessi</dc:creator>
      <dc:date>2020-07-08T15:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: outputs.conf causing blocking when one indexer out of 6 is down for short periods</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/outputs-conf-causing-blocking-when-one-indexer-out-of-6-is-down/m-p/508162#M2510</link>
      <description>&lt;P&gt;Did you have a multi site cluster where one site has significantly less indexers than other sites? If so then site replication factor can cause this.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 18:41:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/outputs-conf-causing-blocking-when-one-indexer-out-of-6-is-down/m-p/508162#M2510</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-07-08T18:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: outputs.conf causing blocking when one indexer out of 6 is down for short periods</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/outputs-conf-causing-blocking-when-one-indexer-out-of-6-is-down/m-p/508175#M2512</link>
      <description>&lt;P&gt;Consider adjusting the &lt;FONT face="courier new,courier"&gt;readTimeout&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;writeTimeout&lt;/FONT&gt; values in outputs.conf.&amp;nbsp; The default for each is 5 minutes.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 20:01:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/outputs-conf-causing-blocking-when-one-indexer-out-of-6-is-down/m-p/508175#M2512</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-07-08T20:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: outputs.conf causing blocking when one indexer out of 6 is down for short periods</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/outputs-conf-causing-blocking-when-one-indexer-out-of-6-is-down/m-p/508247#M2516</link>
      <description>&lt;P&gt;That is more do with ack's coming back and forth. I don't see that its like it round robins but keeps trying ones that are down. After a little more reading I am going to use Index Discovery, so the cluster master tells the UF's what indexers are up.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.0.0/Indexer/indexerdiscovery" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Splunk/7.0.0/Indexer/indexerdiscovery&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the replies all.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2020 07:45:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/outputs-conf-causing-blocking-when-one-indexer-out-of-6-is-down/m-p/508247#M2516</guid>
      <dc:creator>lukessi</dc:creator>
      <dc:date>2020-07-09T07:45:46Z</dc:date>
    </item>
  </channel>
</rss>

