<?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: Duplicate IIS event logs | WatchedFile - Checksum for seekptr didn't match in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-IIS-event-logs-WatchedFile-Checksum-for-seekptr-didn-t/m-p/112877#M23652</link>
    <description>&lt;P&gt;Thanks arvidn! I tried this and so far the UF doesn't seem to get thrown in a loop, however the indexer doesn't parse the logs properly/automatically as it did with the 6.0 UF, so I am guessing some transforms are in order. Would you mind sharing what other conf file changes you have made on the UF/Indexer side to get this to work?&lt;/P&gt;</description>
    <pubDate>Mon, 11 Nov 2013 16:09:19 GMT</pubDate>
    <dc:creator>mParticle</dc:creator>
    <dc:date>2013-11-11T16:09:19Z</dc:date>
    <item>
      <title>Duplicate IIS event logs | WatchedFile - Checksum for seekptr didn't match</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-IIS-event-logs-WatchedFile-Checksum-for-seekptr-didn-t/m-p/112872#M23647</link>
      <description>&lt;P&gt;I'm receiving duplicate events from IIS logs being sent through the universal forwarder.&lt;/P&gt;

&lt;P&gt;The forwardeds '&lt;EM&gt;splunkd.log&lt;/EM&gt;' is showing:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;10-24-2013 14:45:02.882 +1100 INFO  WatchedFile - Checksum for seekptr didn't match, will re-read entire file='C:\path\to\iis\logs\u_ex131024.log'.
10-24-2013 14:45:02.882 +1100 INFO  WatchedFile - Will begin reading at offset=0 for file='C:\path\to\iis\logs\u_ex131024.log'.
10-24-2013 14:45:02.882 +1100 INFO  WatchedFile - Resetting fd  to re-extract header.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Splunk versions are: &lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Splunk 6.0.182037&lt;/LI&gt;
&lt;LI&gt;Splunk universal forwarder 6.0.182611&lt;/LI&gt;
&lt;/UL&gt;

&lt;HR /&gt;

&lt;P&gt;inputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://C:\path\to\iis\logs\*.log]     
disabled = false    
sourcetype = iis
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;props.conf &lt;EM&gt;(as per universal forwarder defaults)&lt;/EM&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[iis]
pulldown_type = true 
MAX_TIMESTAMP_LOOKAHEAD = 32
SHOULD_LINEMERGE = False
INDEXED_EXTRACTIONS = w3c
detect_trailing_nulls = auto
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;HR /&gt;

&lt;P&gt;Any ideas where I am going wrong?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2013 04:25:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Duplicate-IIS-event-logs-WatchedFile-Checksum-for-seekptr-didn-t/m-p/112872#M23647</guid>
      <dc:creator>Mike737</dc:creator>
      <dc:date>2013-10-24T04:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate IIS event logs | WatchedFile - Checksum for seekptr didn't match</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-IIS-event-logs-WatchedFile-Checksum-for-seekptr-didn-t/m-p/112873#M23648</link>
      <description>&lt;P&gt;+1... Splunk indexer and UF both on 6.0.182037&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;inputs.conf&lt;/STRONG&gt; &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;[monitor://C:\inetpub\logs\LogFiles\W3SVC1]&lt;BR /&gt;
sourcetype=iis&lt;BR /&gt;
index=iis_logs&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;props config&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;[iis]&lt;BR /&gt;
pulldown_type = true &lt;BR /&gt;
MAX_TIMESTAMP_LOOKAHEAD = 32&lt;BR /&gt;
SHOULD_LINEMERGE = False&lt;BR /&gt;
INDEXED_EXTRACTIONS = w3c&lt;BR /&gt;
detect_trailing_nulls = auto&lt;BR /&gt;
&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;I also tried adding &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;initCrcLength = 1024&lt;BR /&gt;
crcSalt = &amp;lt;SOURCE&amp;gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;(crcSalt first by itself, then together with initCrcLength), neither is helping.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2013 20:16:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Duplicate-IIS-event-logs-WatchedFile-Checksum-for-seekptr-didn-t/m-p/112873#M23648</guid>
      <dc:creator>mParticle</dc:creator>
      <dc:date>2013-11-04T20:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate IIS event logs | WatchedFile - Checksum for seekptr didn't match</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-IIS-event-logs-WatchedFile-Checksum-for-seekptr-didn-t/m-p/112874#M23649</link>
      <description>&lt;P&gt;Glad to know someone else is facing the same issue&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2013 01:32:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Duplicate-IIS-event-logs-WatchedFile-Checksum-for-seekptr-didn-t/m-p/112874#M23649</guid>
      <dc:creator>Mike737</dc:creator>
      <dc:date>2013-11-05T01:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate IIS event logs | WatchedFile - Checksum for seekptr didn't match</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-IIS-event-logs-WatchedFile-Checksum-for-seekptr-didn-t/m-p/112875#M23650</link>
      <description>&lt;P&gt;Splunk guys, any suggestions? Anyone?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2013 14:49:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Duplicate-IIS-event-logs-WatchedFile-Checksum-for-seekptr-didn-t/m-p/112875#M23650</guid>
      <dc:creator>mParticle</dc:creator>
      <dc:date>2013-11-07T14:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate IIS event logs | WatchedFile - Checksum for seekptr didn't match</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-IIS-event-logs-WatchedFile-Checksum-for-seekptr-didn-t/m-p/112876#M23651</link>
      <description>&lt;P&gt;We had the same problem with our IIS logs.&lt;BR /&gt;
Think I have tried anything with UF version 6.0-82037 &amp;amp; 6.0-82611, upgrades and fresh install with different configurations (input.conf).&lt;BR /&gt;
Uninstalled UF version 6 and reinstalled version 5.0.5-179365.&lt;BR /&gt;
So far it has been stable, and no checksum error. &lt;/P&gt;

&lt;P&gt;Splunk 6.0.182037 (indexer and heavy forwarder) &amp;amp;&lt;BR /&gt;
Splunk Universal Forwarder 5.0.5-179365(again)&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2013 20:08:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Duplicate-IIS-event-logs-WatchedFile-Checksum-for-seekptr-didn-t/m-p/112876#M23651</guid>
      <dc:creator>arvidn</dc:creator>
      <dc:date>2013-11-08T20:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate IIS event logs | WatchedFile - Checksum for seekptr didn't match</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-IIS-event-logs-WatchedFile-Checksum-for-seekptr-didn-t/m-p/112877#M23652</link>
      <description>&lt;P&gt;Thanks arvidn! I tried this and so far the UF doesn't seem to get thrown in a loop, however the indexer doesn't parse the logs properly/automatically as it did with the 6.0 UF, so I am guessing some transforms are in order. Would you mind sharing what other conf file changes you have made on the UF/Indexer side to get this to work?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2013 16:09:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Duplicate-IIS-event-logs-WatchedFile-Checksum-for-seekptr-didn-t/m-p/112877#M23652</guid>
      <dc:creator>mParticle</dc:creator>
      <dc:date>2013-11-11T16:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate IIS event logs | WatchedFile - Checksum for seekptr didn't match</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-IIS-event-logs-WatchedFile-Checksum-for-seekptr-didn-t/m-p/112878#M23653</link>
      <description>&lt;P&gt;On Indexer,.&lt;BR /&gt;Create or edit " $SPLUNK_HOME\etc\system\local\props.conf" &lt;BR /&gt;[iis]&lt;BR /&gt;TZ = GMT&lt;BR /&gt;pulldown_type = true&lt;BR /&gt;MAX_TIMESTAMP_LOOKAHEAD = 32&lt;BR /&gt;SHOULD_LINEMERGE = False&lt;BR /&gt;CHECK_FOR_HEADER = True&lt;BR /&gt;REPORT - iis2 = iis2&lt;BR /&gt;&lt;BR /&gt;Add more stanzas if nessesary (sample)&lt;BR /&gt;[u_ex-too_small]&lt;BR /&gt;rename = iis&lt;BR /&gt;TZ = GMT&lt;BR /&gt;pulldown_type = true&lt;BR /&gt;MAX_TIMESTAMP_LOOKAHEAD = 32&lt;BR /&gt;SHOULD_LINEMERGE = False&lt;BR /&gt;CHECK_FOR_HEADER = True&lt;BR /&gt;REPORT - iis2 = iis2&lt;BR /&gt;&lt;BR /&gt;[u_ex-2] &lt;BR /&gt;rename = iis&lt;BR /&gt;TZ = GMT&lt;BR /&gt;pulldown_type = true&lt;BR /&gt;MAX_TIMESTAMP_LOOKAHEAD = 32&lt;BR /&gt;SHOULD_LINEMERGE = False&lt;BR /&gt;CHECK_FOR_HEADER = True&lt;BR /&gt;REPORT - iis2 = iis2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Create or edit " $SPLUNK_HOME\etc\system\local\transforms.conf" &lt;BR /&gt;[iis2] &lt;BR /&gt;DELIMS = " "&lt;BR /&gt;FIELDS = date, time(GMT),  s-ip, cs-method, cs-uri-stem, cs-uri-query, s-port, cs-username, c-ip, cs(User-Agent), sc-status, sc-substatus, sc-win32-status, time-taken&lt;BR /&gt;&lt;BR /&gt;I think this is default fields from IIS, add or remove if more or less fields are chosen.&lt;BR /&gt;Restart splunkd service&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:15:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Duplicate-IIS-event-logs-WatchedFile-Checksum-for-seekptr-didn-t/m-p/112878#M23653</guid>
      <dc:creator>arvidn</dc:creator>
      <dc:date>2020-09-28T15:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate IIS event logs | WatchedFile - Checksum for seekptr didn't match</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-IIS-event-logs-WatchedFile-Checksum-for-seekptr-didn-t/m-p/112879#M23654</link>
      <description>&lt;P&gt;Hi mParticle. You will find my answer below. Couldn’t comment it here, too many characters…..&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2013 21:05:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Duplicate-IIS-event-logs-WatchedFile-Checksum-for-seekptr-didn-t/m-p/112879#M23654</guid>
      <dc:creator>arvidn</dc:creator>
      <dc:date>2013-11-11T21:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate IIS event logs | WatchedFile - Checksum for seekptr didn't match</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-IIS-event-logs-WatchedFile-Checksum-for-seekptr-didn-t/m-p/112880#M23655</link>
      <description>&lt;P&gt;Excellent, thank you! It works perfectly. Hopefully Splunk fixes this in the next release...&lt;/P&gt;

&lt;P&gt;Sorry for the delayed comment - the automated SplunkBase email went to my Junk folder and I just saw it...&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2013 22:13:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Duplicate-IIS-event-logs-WatchedFile-Checksum-for-seekptr-didn-t/m-p/112880#M23655</guid>
      <dc:creator>mParticle</dc:creator>
      <dc:date>2013-11-13T22:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate IIS event logs | WatchedFile - Checksum for seekptr didn't match</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-IIS-event-logs-WatchedFile-Checksum-for-seekptr-didn-t/m-p/112881#M23656</link>
      <description>&lt;P&gt;Just one note - I added these to the two files you mentioned above, so that the IIS log comments get removed from the results:&lt;/P&gt;

&lt;P&gt;To each stanza in the props.conf:&lt;BR /&gt;
TRANSFORMS-removecomments = removecomments&lt;/P&gt;

&lt;P&gt;To the transforms.conf:&lt;BR /&gt;
[removecomments]&lt;BR /&gt;
REGEX = ^#.*&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;
FORMAT = nullQueue&lt;/P&gt;

&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2013 22:21:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Duplicate-IIS-event-logs-WatchedFile-Checksum-for-seekptr-didn-t/m-p/112881#M23656</guid>
      <dc:creator>mParticle</dc:creator>
      <dc:date>2013-11-13T22:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate IIS event logs | WatchedFile - Checksum for seekptr didn't match</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-IIS-event-logs-WatchedFile-Checksum-for-seekptr-didn-t/m-p/112882#M23657</link>
      <description>&lt;P&gt;This is a known issue with 6.0, SPL-77048. It is tentatively scheduled to be fixed in the forthcoming maintenance release, which will be post 6.0.1.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2013 19:10:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Duplicate-IIS-event-logs-WatchedFile-Checksum-for-seekptr-didn-t/m-p/112882#M23657</guid>
      <dc:creator>jbsplunk</dc:creator>
      <dc:date>2013-12-17T19:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate IIS event logs | WatchedFile - Checksum for seekptr didn't match</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-IIS-event-logs-WatchedFile-Checksum-for-seekptr-didn-t/m-p/112883#M23658</link>
      <description>&lt;P&gt;FIxed in 6.0.2: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0.2/ReleaseNotes/6.0.2"&gt;http://docs.splunk.com/Documentation/Splunk/6.0.2/ReleaseNotes/6.0.2&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2014 01:41:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Duplicate-IIS-event-logs-WatchedFile-Checksum-for-seekptr-didn-t/m-p/112883#M23658</guid>
      <dc:creator>ekost</dc:creator>
      <dc:date>2014-03-06T01:41:09Z</dc:date>
    </item>
  </channel>
</rss>

