<?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 to exclude from monitoring empty files? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-from-monitoring-empty-files/m-p/188834#M37653</link>
    <description>&lt;P&gt;Hello, sorry for the delay.&lt;/P&gt;

&lt;H2&gt;It is fantastic solution and I marked this as a solution. But unfortunately I can't to change the source files (even empty).&lt;/H2&gt;

&lt;P&gt;Best regards, Artem.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jul 2015 07:15:18 GMT</pubDate>
    <dc:creator>apakhomov</dc:creator>
    <dc:date>2015-07-15T07:15:18Z</dc:date>
    <item>
      <title>How to exclude from monitoring empty files?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-from-monitoring-empty-files/m-p/188832#M37651</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Monitor folders have many empty files. These files may be filled in the future. So I can't add them to a blacklist.&lt;BR /&gt;
As result the log file splunkd.log has huge amount messages:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;INFO  WatchedFile - File too small to check seekcrc, probably truncated. Will re-read entire file='&amp;lt;filename&amp;gt;'.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I don't want to reduce the log level.&lt;BR /&gt;
Is it possible to exclude from monitoring empty files to reduce the message count in the log?&lt;/P&gt;

&lt;P&gt;--&lt;BR /&gt;
Best regards, Artem.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 08:58:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-from-monitoring-empty-files/m-p/188832#M37651</guid>
      <dc:creator>apakhomov</dc:creator>
      <dc:date>2015-07-02T08:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude from monitoring empty files?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-from-monitoring-empty-files/m-p/188833#M37652</link>
      <description>&lt;P&gt;You could dump some filler into each file:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;echo "FILLER: This is not real data but just filler text to suppress this log: INFO  WatchedFile - File too small to check seekcrc, probably truncated. Will re-read entire file='&amp;lt;filename&amp;gt;'." &amp;gt; &amp;lt;filename&amp;gt;.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then configre &lt;CODE&gt;props.conf&lt;/CODE&gt; and &lt;CODE&gt;transforms.conf&lt;/CODE&gt; to send these events to &lt;CODE&gt;nullQueue&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 12:51:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-from-monitoring-empty-files/m-p/188833#M37652</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-02T12:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude from monitoring empty files?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-from-monitoring-empty-files/m-p/188834#M37653</link>
      <description>&lt;P&gt;Hello, sorry for the delay.&lt;/P&gt;

&lt;H2&gt;It is fantastic solution and I marked this as a solution. But unfortunately I can't to change the source files (even empty).&lt;/H2&gt;

&lt;P&gt;Best regards, Artem.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2015 07:15:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-from-monitoring-empty-files/m-p/188834#M37653</guid>
      <dc:creator>apakhomov</dc:creator>
      <dc:date>2015-07-15T07:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude from monitoring empty files?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-from-monitoring-empty-files/m-p/188835#M37654</link>
      <description>&lt;P&gt;Whatever you do, DO NOT use &lt;CODE&gt;ignoreOlderThan&lt;/CODE&gt; because once Splunk ignores a file via this control, it will never check it again.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2015 14:41:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-from-monitoring-empty-files/m-p/188835#M37654</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-15T14:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude from monitoring empty files?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-from-monitoring-empty-files/m-p/188836#M37655</link>
      <description>&lt;H2&gt;ok, thank you for the useful information.&lt;/H2&gt;

&lt;P&gt;Best regards, Artem.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2015 14:48:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-from-monitoring-empty-files/m-p/188836#M37655</guid>
      <dc:creator>apakhomov</dc:creator>
      <dc:date>2015-07-15T14:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude from monitoring empty files?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-from-monitoring-empty-files/m-p/188837#M37656</link>
      <description>&lt;H2&gt;Universal forwarder start to reindex files when I commented the ignoreOlderThan parameter. I saw it today. The bitter experience with another task.&lt;/H2&gt;

&lt;P&gt;Best regards, Artem.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 05:55:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-from-monitoring-empty-files/m-p/188837#M37656</guid>
      <dc:creator>apakhomov</dc:creator>
      <dc:date>2015-07-16T05:55:13Z</dc:date>
    </item>
  </channel>
</rss>

