<?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: Q: BatchReader - Removed from queue WHY???? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Q-BatchReader-Removed-from-queue-WHY/m-p/54074#M10456</link>
    <description>&lt;P&gt;I had the same issue for a csv log file with a header. My fix was to add the following line to my monitor rule in inputs.conf on the Universal Forwarder.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;crcSalt= &amp;lt;SOURCE&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/admin/inputsconf"&gt;http://docs.splunk.com/Documentation/Splunk/latest/admin/inputsconf&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;crcSalt = &amp;lt;string&amp;gt;
* Use this setting to force Splunk to consume files that have matching CRCs (cyclic redundancy checks). (Splunk only 
  performs CRC checks against the first few lines of a file. This behavior prevents Splunk from indexing the same 
  file twice, even though you may have renamed it -- as, for example, with rolling log files. However, because the 
  CRC is based on only the first few lines of the file, it is possible for legitimately different files to have 
  matching CRCs, particularly if they have identical headers.)
* If set, &amp;lt;string&amp;gt; is added to the CRC.
* If set to the literal string &amp;lt;SOURCE&amp;gt; (including the angle brackets), the full directory path to the source file 
  is added to the CRC. This ensures that each file being monitored has a unique CRC.   When crcSalt is invoked, 
  it is usually set to &amp;lt;SOURCE&amp;gt;.
* Be cautious about using this attribute with rolling log files; it could lead to the log file being re-indexed 
  after it has rolled. 
* Defaults to empty. 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 29 Jan 2015 15:25:58 GMT</pubDate>
    <dc:creator>bandit</dc:creator>
    <dc:date>2015-01-29T15:25:58Z</dc:date>
    <item>
      <title>Q: BatchReader - Removed from queue WHY????</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Q-BatchReader-Removed-from-queue-WHY/m-p/54071#M10453</link>
      <description>&lt;P&gt;I see messages in the splunkd.log file:&lt;/P&gt;

&lt;P&gt;09-07-2012 14:39:22.832 +0200 INFO  BatchReader - Removed from queue file='/misc/tact/users/mk01232/agw/l1-iamprdagw25/reverse/MCS_RNL_2/http-reverse/extended/120727-A.log'.&lt;/P&gt;

&lt;P&gt;Why is it removed from the queue? The file is asci, readable, correct permissions&lt;/P&gt;

&lt;P&gt;Marc&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:23:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Q-BatchReader-Removed-from-queue-WHY/m-p/54071#M10453</guid>
      <dc:creator>mkelderm</dc:creator>
      <dc:date>2020-09-28T12:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Q: BatchReader - Removed from queue WHY????</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Q-BatchReader-Removed-from-queue-WHY/m-p/54072#M10454</link>
      <description>&lt;P&gt;Marc,&lt;/P&gt;

&lt;P&gt;Removed from queue typically means that Splunk has reached an EOF and is finished reading the file.  &lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
--adam&lt;/P&gt;</description>
      <pubDate>Sun, 09 Sep 2012 21:07:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Q-BatchReader-Removed-from-queue-WHY/m-p/54072#M10454</guid>
      <dc:creator>adamw</dc:creator>
      <dc:date>2012-09-09T21:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Q: BatchReader - Removed from queue WHY????</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Q-BatchReader-Removed-from-queue-WHY/m-p/54073#M10455</link>
      <description>&lt;P&gt;I am having the same problem with a log file (not syslog) that is continually written too. However Splunk (on a UF) decides its done reading and stops sending the log file. What do I need to do to correct this?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2013 16:40:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Q-BatchReader-Removed-from-queue-WHY/m-p/54073#M10455</guid>
      <dc:creator>yooperinmarylan</dc:creator>
      <dc:date>2013-09-24T16:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Q: BatchReader - Removed from queue WHY????</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Q-BatchReader-Removed-from-queue-WHY/m-p/54074#M10456</link>
      <description>&lt;P&gt;I had the same issue for a csv log file with a header. My fix was to add the following line to my monitor rule in inputs.conf on the Universal Forwarder.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;crcSalt= &amp;lt;SOURCE&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/admin/inputsconf"&gt;http://docs.splunk.com/Documentation/Splunk/latest/admin/inputsconf&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;crcSalt = &amp;lt;string&amp;gt;
* Use this setting to force Splunk to consume files that have matching CRCs (cyclic redundancy checks). (Splunk only 
  performs CRC checks against the first few lines of a file. This behavior prevents Splunk from indexing the same 
  file twice, even though you may have renamed it -- as, for example, with rolling log files. However, because the 
  CRC is based on only the first few lines of the file, it is possible for legitimately different files to have 
  matching CRCs, particularly if they have identical headers.)
* If set, &amp;lt;string&amp;gt; is added to the CRC.
* If set to the literal string &amp;lt;SOURCE&amp;gt; (including the angle brackets), the full directory path to the source file 
  is added to the CRC. This ensures that each file being monitored has a unique CRC.   When crcSalt is invoked, 
  it is usually set to &amp;lt;SOURCE&amp;gt;.
* Be cautious about using this attribute with rolling log files; it could lead to the log file being re-indexed 
  after it has rolled. 
* Defaults to empty. 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 29 Jan 2015 15:25:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Q-BatchReader-Removed-from-queue-WHY/m-p/54074#M10456</guid>
      <dc:creator>bandit</dc:creator>
      <dc:date>2015-01-29T15:25:58Z</dc:date>
    </item>
  </channel>
</rss>

