<?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 to stop the master node from indexing data ? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-stop-the-master-node-from-indexing-data/m-p/247106#M47670</link>
    <description>&lt;P&gt;Hi @ameslet &lt;/P&gt;

&lt;P&gt;Just turn off indexing in outputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[indexAndForward]
index = [true|false]
* If set to true, data is indexed.
* If set to false, data is not indexed.
* Default depends on whether the Splunk instance is configured as a
  forwarder, modified by any value configured for the indexAndForward
  attribute in [tcpout].
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And obviously, add the configurations to forward the data to indexers&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jul 2016 09:46:13 GMT</pubDate>
    <dc:creator>renjith_nair</dc:creator>
    <dc:date>2016-07-08T09:46:13Z</dc:date>
    <item>
      <title>How to stop the master node from indexing data ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-stop-the-master-node-from-indexing-data/m-p/247105#M47669</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;I have an indexer cluster composed of 2 indexers with a master node. I have seen that my master node is actually indexing data as well as both indexers. As I don't have a lot of disk space free on my master node, I don't want it to index data. How can I prevent him from doing that ?&lt;/P&gt;

&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2016 09:07:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-stop-the-master-node-from-indexing-data/m-p/247105#M47669</guid>
      <dc:creator>ameslet</dc:creator>
      <dc:date>2016-07-08T09:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop the master node from indexing data ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-stop-the-master-node-from-indexing-data/m-p/247106#M47670</link>
      <description>&lt;P&gt;Hi @ameslet &lt;/P&gt;

&lt;P&gt;Just turn off indexing in outputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[indexAndForward]
index = [true|false]
* If set to true, data is indexed.
* If set to false, data is not indexed.
* Default depends on whether the Splunk instance is configured as a
  forwarder, modified by any value configured for the indexAndForward
  attribute in [tcpout].
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And obviously, add the configurations to forward the data to indexers&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2016 09:46:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-stop-the-master-node-from-indexing-data/m-p/247106#M47670</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2016-07-08T09:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop the master node from indexing data ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-stop-the-master-node-from-indexing-data/m-p/247107#M47671</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
Thanks a lot for your answer. I have checked the configuration files but I don't have any outputs.conf in my local directory and  the value is already set up to false on the same file in the default directory. However, I can say that it is still indexing data as I have checked the  time of warm buckets. &lt;BR /&gt;
Do you have another idea how could I do it ? &lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2016 13:30:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-stop-the-master-node-from-indexing-data/m-p/247107#M47671</guid>
      <dc:creator>ameslet</dc:creator>
      <dc:date>2016-07-08T13:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop the master node from indexing data ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-stop-the-master-node-from-indexing-data/m-p/247108#M47672</link>
      <description>&lt;P&gt;You need to have outputs.conf file on your Indexer Master. In that file, turn off indexing and configure it to forward  to your indexers.  In other words, outputs.conf should be similar to the one you have on your forwarders.&lt;/P&gt;

&lt;P&gt;Following is a sample configuration:&lt;/P&gt;

&lt;P&gt;[indexAndForward]&lt;BR /&gt;
index = false&lt;/P&gt;

&lt;P&gt;[tcpout]&lt;BR /&gt;
defaultGroup =clustered_indexers&lt;BR /&gt;
forwardedindex.filter.disable = true&lt;BR /&gt;
indexAndForward = false&lt;/P&gt;

&lt;P&gt;[tcpout:clustered_indexers]&lt;BR /&gt;
autoLB = true&lt;BR /&gt;
compressed = true&lt;BR /&gt;
server = 10.37.20.38:9997,10.37.20.28:9997&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2016 13:47:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-stop-the-master-node-from-indexing-data/m-p/247108#M47672</guid>
      <dc:creator>hardik_splunk</dc:creator>
      <dc:date>2016-07-08T13:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop the master node from indexing data ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-stop-the-master-node-from-indexing-data/m-p/247109#M47673</link>
      <description>&lt;P&gt;THis link should give you all the configuration changes required to Forwarder all data from Master node to Indexer layer (no indexing at master node)&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.1/Indexer/Forwardmasterdata"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.1/Indexer/Forwardmasterdata&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2016 15:06:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-stop-the-master-node-from-indexing-data/m-p/247109#M47673</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-07-08T15:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop the master node from indexing data ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-stop-the-master-node-from-indexing-data/m-p/247110#M47674</link>
      <description>&lt;P&gt;Please have a look at &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.1/Indexer/Forwardmasterdata"&gt;forwardmasterdata&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jul 2016 02:17:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-stop-the-master-node-from-indexing-data/m-p/247110#M47674</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2016-07-09T02:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop the master node from indexing data ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-stop-the-master-node-from-indexing-data/m-p/247111#M47675</link>
      <description>&lt;P&gt;do you have apps that might be setting it at the app context&lt;/P&gt;

&lt;P&gt;find $SPLUNK_HOME/etc/ -name outputs.conf|xargs grep --color index&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 06:24:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-stop-the-master-node-from-indexing-data/m-p/247111#M47675</guid>
      <dc:creator>wshaari</dc:creator>
      <dc:date>2017-01-23T06:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop the master node from indexing data ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-stop-the-master-node-from-indexing-data/m-p/247112#M47676</link>
      <description>&lt;P&gt;Check using Btool to see if this is applied in any other configuration files&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;./splunk btool outputs list --debug
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is Splunk's internal configuration validation tool. The debug option will show you which file the configuration is applied in.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 06:36:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-stop-the-master-node-from-indexing-data/m-p/247112#M47676</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2017-01-23T06:36:29Z</dc:date>
    </item>
  </channel>
</rss>

