<?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: forwardedindex.filter.disable = false ? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/forwardedindex-filter-disable-false/m-p/65445#M13141</link>
    <description>&lt;P&gt;I am also having this issue.  I did read that the forwardedindex.filter.disable defaults to false and that forwarderindexer.filters have to be applied the the global [tcpout], but even still, the filters do not appliy.  I've tried "forwardedindex.0.blacklist= ", "forwardedindex.0.blacklist=*" (both of these included a forwardedindex.1.whitelist=&lt;INDEXNAME&gt;) and "forwardedindex.0.blacklist=&lt;INDEXNAME&gt;"  No matter what, everything that is indexed on "Indexer1" gets indexed onto "Indexer2".  Has anyone found a solution yet?&lt;/INDEXNAME&gt;&lt;/INDEXNAME&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jun 2014 18:35:46 GMT</pubDate>
    <dc:creator>aafogles</dc:creator>
    <dc:date>2014-06-26T18:35:46Z</dc:date>
    <item>
      <title>forwardedindex.filter.disable = false ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forwardedindex-filter-disable-false/m-p/65440#M13136</link>
      <description>&lt;P&gt;Hi there&lt;/P&gt;

&lt;P&gt;Please refer to the outputs.conf file below,&lt;/P&gt;

&lt;P&gt;My problem is:&lt;/P&gt;

&lt;P&gt;I am trying to send all data to group1 and only index6 to group2.&lt;/P&gt;

&lt;P&gt;but group 2 is getting about half of all six indexes data&lt;/P&gt;

&lt;P&gt;what am I doing wrong?&lt;/P&gt;

&lt;P&gt;I have read &lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3/Admin/Outputsconf"&gt;http://docs.splunk.com/Documentation/Splunk/4.3/Admin/Outputsconf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;about 10 times now and I am obviously missing something but what?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;**outputs.conf**

    #global settings - specifing two target groups
    [tcpout]
    defaultGroup = group1, group2
    disabled = false

    # Target group settings

    [tcpout:group1]
    server = 111.111.111.111:9997
    forwardedindex.filter.disable = true


    [tcpout:group2]
    server = 222.222.222.222:9997
    forwardedindex.filter.disable = false
    forwardedindex.0.blacklist = index1
    forwardedindex.1.blacklist = index2
    forwardedindex.2.blacklist = index3
    forwardedindex.3.blacklist = index4
    forwardedindex.4.blacklist = index5
    forwardedindex.5.whitelist = index6
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 06 Feb 2012 04:58:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forwardedindex-filter-disable-false/m-p/65440#M13136</guid>
      <dc:creator>u346146</dc:creator>
      <dc:date>2012-02-06T04:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: forwardedindex.filter.disable = false ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forwardedindex-filter-disable-false/m-p/65441#M13137</link>
      <description>&lt;P&gt;I don't know exactly what the problem is here but we had a similar issue. Basically it turned out that&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;forwardedindex.filter.disable = true&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;was not working at all. We had to leave it on default = false and add everything to the white and blacklists.&lt;/P&gt;

&lt;P&gt;Maybe &lt;CODE&gt;defaultGroup = grou1, group2&lt;/CODE&gt; might do load balancing between the two...???&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2012 08:12:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forwardedindex-filter-disable-false/m-p/65441#M13137</guid>
      <dc:creator>cwacha</dc:creator>
      <dc:date>2012-02-06T08:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: forwardedindex.filter.disable = false ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forwardedindex-filter-disable-false/m-p/65442#M13138</link>
      <description>&lt;P&gt;Some suggestions I would make:&lt;/P&gt;

&lt;P&gt;1 – tcpout:group1&lt;/P&gt;

&lt;P&gt;forwardedindex.filter.disable = false&lt;BR /&gt;
Then put the Indexes you want to forward in black and whitelist like you did for group 2. Ideally blacklisting Index6&lt;/P&gt;

&lt;P&gt;2 – group2 looks good. &lt;/P&gt;

&lt;P&gt;Once you make the change restart Splunk on that forwarder..&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2012 01:46:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forwardedindex-filter-disable-false/m-p/65442#M13138</guid>
      <dc:creator>mibrahim</dc:creator>
      <dc:date>2012-02-07T01:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: forwardedindex.filter.disable = false ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forwardedindex-filter-disable-false/m-p/65443#M13139</link>
      <description>&lt;P&gt;I'm getting the same thing. No matter where I put the outputs.conf file, the filters don't seem to apply.&lt;BR /&gt;
Now I've disable the lines in the default outputs.conf ($SPLUNK_HOME/etc/system/default/outputs.conf) that whitelist all indexes and applied the filters there and they seem to be applied properly.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2012 05:22:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forwardedindex-filter-disable-false/m-p/65443#M13139</guid>
      <dc:creator>gpburgett</dc:creator>
      <dc:date>2012-04-23T05:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: forwardedindex.filter.disable = false ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forwardedindex-filter-disable-false/m-p/65444#M13140</link>
      <description>&lt;P&gt;Did you ever get this resolved?  Did you consider using&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/bin/splunk btool outputs list
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;to make sure your total config was what you expected it to be?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2013 12:30:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forwardedindex-filter-disable-false/m-p/65444#M13140</guid>
      <dc:creator>grijhwani</dc:creator>
      <dc:date>2013-07-11T12:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: forwardedindex.filter.disable = false ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forwardedindex-filter-disable-false/m-p/65445#M13141</link>
      <description>&lt;P&gt;I am also having this issue.  I did read that the forwardedindex.filter.disable defaults to false and that forwarderindexer.filters have to be applied the the global [tcpout], but even still, the filters do not appliy.  I've tried "forwardedindex.0.blacklist= ", "forwardedindex.0.blacklist=*" (both of these included a forwardedindex.1.whitelist=&lt;INDEXNAME&gt;) and "forwardedindex.0.blacklist=&lt;INDEXNAME&gt;"  No matter what, everything that is indexed on "Indexer1" gets indexed onto "Indexer2".  Has anyone found a solution yet?&lt;/INDEXNAME&gt;&lt;/INDEXNAME&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2014 18:35:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forwardedindex-filter-disable-false/m-p/65445#M13141</guid>
      <dc:creator>aafogles</dc:creator>
      <dc:date>2014-06-26T18:35:46Z</dc:date>
    </item>
  </channel>
</rss>

