<?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 do I disable local indexing and forward data? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-disable-local-indexing-and-forward-data/m-p/434412#M20946</link>
    <description>&lt;P&gt;Gorgeous as usual @harsmarvania57.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Apr 2019 20:10:06 GMT</pubDate>
    <dc:creator>ddrillic</dc:creator>
    <dc:date>2019-04-30T20:10:06Z</dc:date>
    <item>
      <title>How do I disable local indexing and forward data?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-disable-local-indexing-and-forward-data/m-p/434410#M20944</link>
      <description>&lt;P&gt;I understand that the best practice is to disable local indexing and forward data from the search heads, cluster master, the deployment servers, etc to the indexers. The syntax for &lt;CODE&gt;outputs.conf&lt;/CODE&gt;I see is -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[indexAndForward]
index = false

[tcpout]
defaultGroup = &amp;lt;group name&amp;gt;
forwardedindex.filter.disable = true
indexAndForward = false

[tcpout:&amp;lt;group name&amp;gt;]
server=&amp;lt;list of indexers and ports&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Not sure how to read it because we have the &lt;CODE&gt;indexAndForward&lt;/CODE&gt; as a stanza and also within the &lt;CODE&gt;tcpout&lt;/CODE&gt;  stanza as &lt;CODE&gt;indexAndForward = false&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;So, we don't want to index but we want to forward. The forward part is done, I assume, via - &lt;CODE&gt;forwardedindex.filter.disable = true&lt;/CODE&gt;...&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 20:53:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-disable-local-indexing-and-forward-data/m-p/434410#M20944</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2019-04-29T20:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I disable local indexing and forward data?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-disable-local-indexing-and-forward-data/m-p/434411#M20945</link>
      <description>&lt;P&gt;Hi @ddrillic,&lt;/P&gt;

&lt;P&gt;While looking at spec file of outputs.conf, if you define &lt;CODE&gt;index = false&lt;/CODE&gt; in &lt;CODE&gt;[indexAndForward]&lt;/CODE&gt; it supersedes value defined in &lt;CODE&gt;[tcpout]&lt;/CODE&gt; stanza.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# If the [tcpout] stanza configures the indexAndForward setting, the value
# of that setting overrides the default value of 'index'. However, if you
# set 'index' in the [indexAndForward] stanza described below, it
# supersedes any value set in [tcpout].
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When you set &lt;CODE&gt;forwardedindex.filter.disable = true&lt;/CODE&gt;, splunk do not filter indexes based on &lt;CODE&gt;forwardedindex.&amp;lt;n&amp;gt;.whitelist&lt;/CODE&gt; and &lt;CODE&gt;forwardedindex.&amp;lt;n&amp;gt;.blacklist&lt;/CODE&gt; parameters which means every data will be indexed.&lt;/P&gt;

&lt;P&gt;By default in outputs.conf below configuration is present&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;forwardedindex.0.whitelist = .*
forwardedindex.1.blacklist = _.*
forwardedindex.2.whitelist = (_audit|_internal|_introspection|_telemetry)
forwardedindex.filter.disable = false
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 30 Apr 2019 08:13:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-disable-local-indexing-and-forward-data/m-p/434411#M20945</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2019-04-30T08:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I disable local indexing and forward data?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-disable-local-indexing-and-forward-data/m-p/434412#M20946</link>
      <description>&lt;P&gt;Gorgeous as usual @harsmarvania57.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 20:10:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-disable-local-indexing-and-forward-data/m-p/434412#M20946</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2019-04-30T20:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do I disable local indexing and forward data?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-disable-local-indexing-and-forward-data/m-p/434413#M20947</link>
      <description>&lt;P&gt;You're welcome&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 07:58:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-disable-local-indexing-and-forward-data/m-p/434413#M20947</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2019-05-01T07:58:42Z</dc:date>
    </item>
  </channel>
</rss>

