<?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 I'm getting an error for some files I am monitoring about hitting EOF while computing CRC.  What does this mean? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/I-m-getting-an-error-for-some-files-I-am-monitoring-about/m-p/9725#M154</link>
    <description>&lt;P&gt;I'm seeing the following errors in splunkd.log and my file isn't being monitored properly -- the events don't seem to be coming in anymore!&lt;/P&gt;

&lt;PRE&gt;
FileInputTracker - Stored seekPtr longer than file: /opt/IBM/WebSphere/AppServer/myServer/SystemOut.log.
FileInputTracker - Read a similar file to this that was longer. Perhaps you have two files that have the same content.
FileInputTracker - Hit EOF while computing CRC: 0/256.
FileInputTracker - Couldn't get CRC for file: /opt/IBM/WebSphere/AppServer/myServer/SystemOut.log
&lt;/PRE&gt;

&lt;P&gt;What could be the issue?&lt;/P&gt;</description>
    <pubDate>Sat, 13 Feb 2010 06:17:20 GMT</pubDate>
    <dc:creator>the_wolverine</dc:creator>
    <dc:date>2010-02-13T06:17:20Z</dc:date>
    <item>
      <title>I'm getting an error for some files I am monitoring about hitting EOF while computing CRC.  What does this mean?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/I-m-getting-an-error-for-some-files-I-am-monitoring-about/m-p/9725#M154</link>
      <description>&lt;P&gt;I'm seeing the following errors in splunkd.log and my file isn't being monitored properly -- the events don't seem to be coming in anymore!&lt;/P&gt;

&lt;PRE&gt;
FileInputTracker - Stored seekPtr longer than file: /opt/IBM/WebSphere/AppServer/myServer/SystemOut.log.
FileInputTracker - Read a similar file to this that was longer. Perhaps you have two files that have the same content.
FileInputTracker - Hit EOF while computing CRC: 0/256.
FileInputTracker - Couldn't get CRC for file: /opt/IBM/WebSphere/AppServer/myServer/SystemOut.log
&lt;/PRE&gt;

&lt;P&gt;What could be the issue?&lt;/P&gt;</description>
      <pubDate>Sat, 13 Feb 2010 06:17:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/I-m-getting-an-error-for-some-files-I-am-monitoring-about/m-p/9725#M154</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2010-02-13T06:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: I'm getting an error for some files I am monitoring about hitting EOF while computing CRC.  What does this mean?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/I-m-getting-an-error-for-some-files-I-am-monitoring-about/m-p/9726#M155</link>
      <description>&lt;P&gt;This means that Splunk cannot get a correct read on the file to calculate the CRC.  Or, the file may be the same as another file.  To workaround, add the following setting to the appropriate monitor stanza in &lt;CODE&gt;$SPLUNK_HOME/etc/system/local/inputs.conf&lt;/CODE&gt;:  &lt;CODE&gt;crcSalt = &amp;lt;SOURCE&amp;gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;For example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///opt/IBM/WebSphere/AppServer/myServer/SystemOut.log]
crcSalt = &amp;lt;SOURCE&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;*NOTE: the example above is literal/verbatim.  You will need to enter it exactly as specified in the example above including exact case/capitalization.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Feb 2010 06:28:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/I-m-getting-an-error-for-some-files-I-am-monitoring-about/m-p/9726#M155</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2010-02-13T06:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: I'm getting an error for some files I am monitoring about hitting EOF while computing CRC.  What does this mean?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/I-m-getting-an-error-for-some-files-I-am-monitoring-about/m-p/9727#M156</link>
      <description>&lt;P&gt;The "simialr file to this that was longer" message typically means you've got files with headers, so more than one looks the same, and when the log rolls, splunk is a bit unsure what the story is.&lt;/P&gt;

&lt;P&gt;The "hit EOF while computing CRC: 0/256" means that, as you say, we failed to grab a CRC from the file, which could be because it's too short (under 256 bytes), or sometimes it can indicate weird read errors that splunk didn't expect.&lt;/P&gt;

&lt;P&gt;If you're seeing these within milliseconds of each other, you may want to take a closer look at what's going on with the files before taking action.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Mar 2010 13:56:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/I-m-getting-an-error-for-some-files-I-am-monitoring-about/m-p/9727#M156</guid>
      <dc:creator>jrodman</dc:creator>
      <dc:date>2010-03-13T13:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: I'm getting an error for some files I am monitoring about hitting EOF while computing CRC.  What does this mean?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/I-m-getting-an-error-for-some-files-I-am-monitoring-about/m-p/9728#M157</link>
      <description>&lt;P&gt;CrcSalt =  I set the parameters in the input.conf&lt;/P&gt;

&lt;P&gt;I have the right information into the index&lt;/P&gt;

&lt;P&gt;But the data&lt;/P&gt;

&lt;P&gt;The emergence of many duplicate information&lt;/P&gt;

&lt;P&gt;How do I remove the duplicate information to&lt;/P&gt;

&lt;P&gt;CT&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2010 20:49:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/I-m-getting-an-error-for-some-files-I-am-monitoring-about/m-p/9728#M157</guid>
      <dc:creator>shirolu</dc:creator>
      <dc:date>2010-06-01T20:49:11Z</dc:date>
    </item>
  </channel>
</rss>

