<?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: Logs not coming in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Logs-not-coming/m-p/462843#M79892</link>
    <description>&lt;P&gt;Are these local, physically attached mount points and local directories?  Or are they mounted from elsewhere (or even, mounted from elsewhere and elsewhere is this same machine?)  &lt;/P&gt;

&lt;P&gt;And what filesystem is each of these?&lt;/P&gt;

&lt;P&gt;You could test by making a file in the simplest of places, like in /root or /home/user, and building a new input and seeing if that works.  Just make a throwaway index to send that to.  If that doesn't work, let us know what new or different errors you get from that.&lt;/P&gt;

&lt;P&gt;If it does work, move that test location around a bit and see if you can find the commonality.&lt;/P&gt;</description>
    <pubDate>Fri, 29 May 2020 12:13:26 GMT</pubDate>
    <dc:creator>Richfez</dc:creator>
    <dc:date>2020-05-29T12:13:26Z</dc:date>
    <item>
      <title>Logs not coming</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Logs-not-coming/m-p/462836#M79885</link>
      <description>&lt;P&gt;Logs are not coming to splunk enterprise. I've found below error in splunkd.log file in (../splunkforwarder/var/log/splunk/splunkd.log)&lt;/P&gt;

&lt;P&gt;error: "05-20-2020 10:33:28.196 +0000 WARN FilesystemChangeWatcher - removed WFS_EXISTS direntname='some_log_path' stat_failure_was_temporary"&lt;/P&gt;

&lt;P&gt;All the log paths and directories have 755 permissions recursively, but still unable to see logs.&lt;/P&gt;

&lt;P&gt;Kindly help me on this.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:32:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Logs-not-coming/m-p/462836#M79885</guid>
      <dc:creator>qwaszx012</dc:creator>
      <dc:date>2020-09-30T05:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Logs not coming</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Logs-not-coming/m-p/462837#M79886</link>
      <description>&lt;P&gt;Please share the inputs.conf settings for that forwarder.&lt;BR /&gt;
Are the indexers configured to receive data? Have you checked the firewalls?  Has this ever worked?  If so, what changed?&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 12:15:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Logs-not-coming/m-p/462837#M79886</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-05-27T12:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Logs not coming</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Logs-not-coming/m-p/462838#M79887</link>
      <description>&lt;P&gt;Hi Rich,&lt;BR /&gt;
Due to some privacy issues I cannot completely disclose inputs.conf information. &lt;/P&gt;

&lt;H1&gt;inputs.conf&lt;/H1&gt;

&lt;P&gt;[monitor:///some_log_path.log*]&lt;BR /&gt;
index = some_index_name&lt;BR /&gt;
blacklist = .(gz|zip|bkz|arch|etc)$&lt;BR /&gt;
sourcetype = some_source_type&lt;/P&gt;

&lt;P&gt;1)Yes, indexers are configured to receive data.&lt;BR /&gt;
3)No, this has not worked from starting.&lt;/P&gt;

&lt;P&gt;what could cause that above error?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:32:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Logs-not-coming/m-p/462838#M79887</guid>
      <dc:creator>qwaszx012</dc:creator>
      <dc:date>2020-09-30T05:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Logs not coming</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Logs-not-coming/m-p/462839#M79888</link>
      <description>&lt;P&gt;Have you checked your firewalls?  Can you connect from the UF to an indexer using a program such as telnet, curl, or traceroute?  Do you see the forwarder's internal logs in the indexers?&lt;/P&gt;

&lt;P&gt;The log message cited is a warning, which seems to indicate a previous failure condition no longer exists.&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 13:52:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Logs-not-coming/m-p/462839#M79888</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-05-27T13:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Logs not coming</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Logs-not-coming/m-p/462840#M79889</link>
      <description>&lt;P&gt;Hi Rich,&lt;/P&gt;

&lt;P&gt;I could connect to both indexer as well as deployment server from the forwarder using netcat(nc) command. The forwarder we're using is a heavy forwarder. &lt;/P&gt;

&lt;P&gt;Yes we see internal logs of forwarder.&lt;/P&gt;

&lt;P&gt;output of index="_internal" -&amp;gt;&lt;/P&gt;

&lt;P&gt;05-28-2020 03:18:23.470 +0000 WARN  FilesystemChangeWatcher - removed WFS_EXISTS direntname= stat_failure_was_temporary&lt;BR /&gt;
05-28-2020 03:26:26.373 +0000 WARN  FilesystemChangeWatcher - removed WFS_EXISTS direntname=../splunkforwarder/var/log/fwdLicenseUpdate/fwdLicenseUpdate.log stat_failure_was_temporary&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:32:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Logs-not-coming/m-p/462840#M79889</guid>
      <dc:creator>qwaszx012</dc:creator>
      <dc:date>2020-09-30T05:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Logs not coming</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Logs-not-coming/m-p/462841#M79890</link>
      <description>&lt;P&gt;Check the permissions on the filepath that is not getting to Splunk.  Verify the HF has read access to the file.&lt;BR /&gt;
Verify the directory in question contains files that do not end with .gz, .zip, .bkz, .arch,. or .etc.&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2020 12:59:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Logs-not-coming/m-p/462841#M79890</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-05-28T12:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Logs not coming</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Logs-not-coming/m-p/462842#M79891</link>
      <description>&lt;P&gt;The directories have 750 permissions and log files have 640 permissions recursively. Also verified that logs files do not end with .gz, .zip, .bkz, .arch,. or .etc.&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 05:41:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Logs-not-coming/m-p/462842#M79891</guid>
      <dc:creator>qwaszx012</dc:creator>
      <dc:date>2020-05-29T05:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Logs not coming</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Logs-not-coming/m-p/462843#M79892</link>
      <description>&lt;P&gt;Are these local, physically attached mount points and local directories?  Or are they mounted from elsewhere (or even, mounted from elsewhere and elsewhere is this same machine?)  &lt;/P&gt;

&lt;P&gt;And what filesystem is each of these?&lt;/P&gt;

&lt;P&gt;You could test by making a file in the simplest of places, like in /root or /home/user, and building a new input and seeing if that works.  Just make a throwaway index to send that to.  If that doesn't work, let us know what new or different errors you get from that.&lt;/P&gt;

&lt;P&gt;If it does work, move that test location around a bit and see if you can find the commonality.&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 12:13:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Logs-not-coming/m-p/462843#M79892</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2020-05-29T12:13:26Z</dc:date>
    </item>
  </channel>
</rss>

