<?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 What is/isn't getting monitored and why? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/What-is-isn-t-getting-monitored-and-why/m-p/39983#M7431</link>
    <description>&lt;P&gt;Is there a way to see what files are being read by the various monitor/fschange stanzas in input.conf?&lt;/P&gt;</description>
    <pubDate>Tue, 31 Aug 2010 01:28:14 GMT</pubDate>
    <dc:creator>drawks</dc:creator>
    <dc:date>2010-08-31T01:28:14Z</dc:date>
    <item>
      <title>What is/isn't getting monitored and why?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-isn-t-getting-monitored-and-why/m-p/39983#M7431</link>
      <description>&lt;P&gt;Is there a way to see what files are being read by the various monitor/fschange stanzas in input.conf?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2010 01:28:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-isn-t-getting-monitored-and-why/m-p/39983#M7431</guid>
      <dc:creator>drawks</dc:creator>
      <dc:date>2010-08-31T01:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: What is/isn't getting monitored and why?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-isn-t-getting-monitored-and-why/m-p/39984#M7432</link>
      <description>&lt;P&gt;Sure! Point you browser to the splunkd host in question &lt;/P&gt;

&lt;P&gt;&lt;A href="https://localhost:8089/services/admin/inputstatus/TailingProcessor:FileStatus" rel="nofollow"&gt;https://localhost:8089/services/admin/inputstatus/TailingProcessor:FileStatus&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;to get a full break down of all the files that splunk is aware of, their status, and the reason for their status. I.E.&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
  &lt;UL&gt;
  &lt;LI&gt;&lt;P&gt;/var/log/apache/access.log&lt;BR /&gt;
  parent  /var/log&lt;BR /&gt;
  type    could not read&lt;BR /&gt;&lt;/P&gt;&lt;/LI&gt;
  &lt;LI&gt;&lt;P&gt;/var/log/acpid.1.gz&lt;BR /&gt;
  parent  /var/log&lt;BR /&gt;
  type    Did not match whitelist '(.log|log$|messages$|mesg$|cron$|acpid$|.out)'.&lt;BR /&gt;&lt;/P&gt;&lt;/LI&gt;
  &lt;LI&gt;&lt;P&gt;/opt/splunk/var/log/splunk/splunkd.log&lt;BR /&gt;
  file position   642076&lt;BR /&gt;
  file size   642076&lt;BR /&gt;
  parent  $SPLUNK_HOME/var/log/splunk&lt;BR /&gt;
  percent 100.00&lt;BR /&gt;
  type    open file&lt;/P&gt;&lt;/LI&gt;
  &lt;/UL&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 31 Aug 2010 01:37:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-isn-t-getting-monitored-and-why/m-p/39984#M7432</guid>
      <dc:creator>drawks</dc:creator>
      <dc:date>2010-08-31T01:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: What is/isn't getting monitored and why?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-isn-t-getting-monitored-and-why/m-p/39985#M7433</link>
      <description>&lt;P&gt;There are a few ways.&lt;/P&gt;

&lt;P&gt;The command line has an invocation 'splunk list monitor' which will show you files that splunk found that it thinks it's supposed to read.  Generally it will list files that it was configured to read which have no new data, so this is more of a way to validate that the configuration agrees with your file layout than to see what's live.&lt;/P&gt;

&lt;P&gt;You can enable more verbose logging to see what's going on.  &lt;A href="http://www.splunk.com/wiki/Community:Troubleshooting_Monitor_Inputs" rel="nofollow"&gt;http://www.splunk.com/wiki/Community:Troubleshooting_Monitor_Inputs&lt;/A&gt;  If you enable category.TailingProcessor  to higher output levels via $SPLUNK_HOME/etc/log-local.cfg or via the manager screens, then you'll see greater detail in splunkd.log about what files are being looked at, included, excluded etc.  You can search this with splunk, looking at index=_internal.&lt;/P&gt;

&lt;P&gt;There's also a protoype endpoint (4.1+) available at &lt;A href="https://your.instance:yourport/services/admin/inputstatus/TailingProcessor:FileStatus" rel="nofollow"&gt;https://your.instance:yourport/services/admin/inputstatus/TailingProcessor:FileStatus&lt;/A&gt;  You can see things like eliminated for crc-collision reasons, eliminated for binary status, didn't match whitelist, matched blacklist, and so on.
This can be used remotely on forwarders, so long as the default admin password has been changed (or you've allowed remote login anyway).&lt;/P&gt;

&lt;P&gt;Note:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;This is the splunkd management port, not the splunk web interface.&lt;/LI&gt;
&lt;LI&gt;http*&lt;EM&gt;s&lt;/EM&gt;*&lt;/LI&gt;
&lt;LI&gt;It will complain about security in most browsers, because it's a self-signed certificate&lt;/LI&gt;
&lt;LI&gt;This interface is likely to move or change in future releases, so automating against it is probably not a good idea&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 31 Aug 2010 01:38:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-isn-t-getting-monitored-and-why/m-p/39985#M7433</guid>
      <dc:creator>jrodman</dc:creator>
      <dc:date>2010-08-31T01:38:37Z</dc:date>
    </item>
  </channel>
</rss>

