<?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: Why am I seeing data from a heavy forwarder, but nothing in _internal index? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-seeing-data-from-a-heavy-forwarder-but-nothing-in/m-p/301439#M56964</link>
    <description>&lt;P&gt;Run btool command on your heavy forwarder to see status and configuration of your internal logs.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/opt/splunk/bin/splunk btool inputs list --debug
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 07 Jul 2017 16:15:49 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2017-07-07T16:15:49Z</dc:date>
    <item>
      <title>Why am I seeing data from a heavy forwarder, but nothing in _internal index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-seeing-data-from-a-heavy-forwarder-but-nothing-in/m-p/301438#M56963</link>
      <description>&lt;P&gt;I'm seeing some curious behavior our of two of my heavy forwarders. They aren't reporting data into _internal, but I am seeing app data from things I have installed on them. I checked out the logs on the heavy forwarders and the only errors I see are something about a django secret key missing "The SECRET_KEY setting must not be empty "  in the web_service.log&lt;/P&gt;

&lt;P&gt;Any idea what would cause this behavior? &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:48:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-seeing-data-from-a-heavy-forwarder-but-nothing-in/m-p/301438#M56963</guid>
      <dc:creator>rfitch</dc:creator>
      <dc:date>2020-09-29T14:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I seeing data from a heavy forwarder, but nothing in _internal index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-seeing-data-from-a-heavy-forwarder-but-nothing-in/m-p/301439#M56964</link>
      <description>&lt;P&gt;Run btool command on your heavy forwarder to see status and configuration of your internal logs.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/opt/splunk/bin/splunk btool inputs list --debug
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 07 Jul 2017 16:15:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-seeing-data-from-a-heavy-forwarder-but-nothing-in/m-p/301439#M56964</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-07-07T16:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I seeing data from a heavy forwarder, but nothing in _internal index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-seeing-data-from-a-heavy-forwarder-but-nothing-in/m-p/301440#M56965</link>
      <description>&lt;P&gt;wild guess, check how much available disk you have on the drive the HF is installed on&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 18:34:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-seeing-data-from-a-heavy-forwarder-but-nothing-in/m-p/301440#M56965</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-07-07T18:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I seeing data from a heavy forwarder, but nothing in _internal index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-seeing-data-from-a-heavy-forwarder-but-nothing-in/m-p/301441#M56966</link>
      <description>&lt;P&gt;If I understand correctly, the forwarder is sending data, but not from select indexes (in this case &lt;CODE&gt;_internal&lt;/CODE&gt;). That typically means the forwarder is doing it's default behavior and still needs to be configured for sending the &lt;CODE&gt;_*&lt;/CODE&gt; data to the indexers.&lt;/P&gt;

&lt;P&gt;The documentation at &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/DistSearch/Forwardsearchheaddata"&gt;Best practice: Forward search head data to the indexer layer&lt;/A&gt; captures the best way to set this up. As with other global config, you'll want your Deployment Server to distribute this configuration to all your endpoints that forward data (not indexers).&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 12:14:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-seeing-data-from-a-heavy-forwarder-but-nothing-in/m-p/301441#M56966</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2017-07-10T12:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I seeing data from a heavy forwarder, but nothing in _internal index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-seeing-data-from-a-heavy-forwarder-but-nothing-in/m-p/301442#M56967</link>
      <description>&lt;P&gt;Splunk Heavy forwarder will not forward the _internal data by its own. We can add the below to make this forwarding to indexers.&lt;/P&gt;

&lt;P&gt;[tcpout]&lt;BR /&gt;
forwardedindex.3.whitelist = (_internal)&lt;/P&gt;

&lt;P&gt;If you have two or more index, please mention this with pipe.&lt;BR /&gt;
forwardedindex.3.whitelist = (_internal|_audit)&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:42:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-seeing-data-from-a-heavy-forwarder-but-nothing-in/m-p/301442#M56967</guid>
      <dc:creator>saravanan90</dc:creator>
      <dc:date>2020-09-30T00:42:16Z</dc:date>
    </item>
  </channel>
</rss>

