<?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 fschange generates false update events in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/fschange-generates-false-update-events/m-p/15253#M1685</link>
    <description>&lt;P&gt;I've set up file monitoring with fschange:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[fschange:C:\TEMP\test.txt]
index = main
recurse = false
followLinks = false
signedaudit = false
fullEvent = false
sendEventMaxSize = 1048576
delayInMills = 1000
pollPeriod = 60
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;What's happening is that every 60 seconds it generates update event. File is not modified. Modified time in all these events is the same.&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
  &lt;P&gt;6/10/10 3:28:09.000 PM Thu Jun 10
  15:28:09 2010 action=update,
  path="C:\TEMP\test.txt", isdir=0,
  size=11, gid=-1, uid=-1, modtime="Thu
  Jun 10 15:10:32 2010",
  mode="rwxrwxrwx", hash=, chgs="modtime
  "&lt;/P&gt;
  
  &lt;P&gt;6/10/10 3:27:08.000 PM Thu Jun 10
  15:27:08 2010 action=update,
  path="C:\TEMP\test.txt", isdir=0,
  size=11, gid=-1, uid=-1, modtime="Thu
  Jun 10 15:10:32 2010",
  mode="rwxrwxrwx", hash=, chgs="modtime
  "&lt;/P&gt;
  
  &lt;P&gt;6/10/10 3:26:07.000 PM Thu Jun 10
  15:26:07 2010 action=update,
  path="C:\TEMP\test.txt", isdir=0,
  size=11, gid=-1, uid=-1, modtime="Thu
  Jun 10 15:10:32 2010",
  mode="rwxrwxrwx", hash=, chgs="modtime
  "&lt;/P&gt;
  
  &lt;P&gt;6/10/10 3:25:06.000 PM Thu Jun 10
  15:25:06 2010 action=update,
  path="C:\TEMP\test.txt", isdir=0,
  size=11, gid=-1, uid=-1, modtime="Thu
  Jun 10 15:10:32 2010",
  mode="rwxrwxrwx", hash=, chgs="modtime
  "&lt;/P&gt;
  
  &lt;P&gt;6/10/10 3:24:05.000 PM Thu Jun 10
  15:24:05 2010 action=update,
  path="C:\TEMP\test.txt", isdir=0,
  size=11, gid=-1, uid=-1, modtime="Thu
  Jun 10 15:10:32 2010",
  mode="rwxrwxrwx", hash=, chgs="modtime
  "&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Any thoughts why it's happening?&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jun 2010 02:35:31 GMT</pubDate>
    <dc:creator>kkuminsky</dc:creator>
    <dc:date>2010-06-11T02:35:31Z</dc:date>
    <item>
      <title>fschange generates false update events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/fschange-generates-false-update-events/m-p/15253#M1685</link>
      <description>&lt;P&gt;I've set up file monitoring with fschange:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[fschange:C:\TEMP\test.txt]
index = main
recurse = false
followLinks = false
signedaudit = false
fullEvent = false
sendEventMaxSize = 1048576
delayInMills = 1000
pollPeriod = 60
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;What's happening is that every 60 seconds it generates update event. File is not modified. Modified time in all these events is the same.&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
  &lt;P&gt;6/10/10 3:28:09.000 PM Thu Jun 10
  15:28:09 2010 action=update,
  path="C:\TEMP\test.txt", isdir=0,
  size=11, gid=-1, uid=-1, modtime="Thu
  Jun 10 15:10:32 2010",
  mode="rwxrwxrwx", hash=, chgs="modtime
  "&lt;/P&gt;
  
  &lt;P&gt;6/10/10 3:27:08.000 PM Thu Jun 10
  15:27:08 2010 action=update,
  path="C:\TEMP\test.txt", isdir=0,
  size=11, gid=-1, uid=-1, modtime="Thu
  Jun 10 15:10:32 2010",
  mode="rwxrwxrwx", hash=, chgs="modtime
  "&lt;/P&gt;
  
  &lt;P&gt;6/10/10 3:26:07.000 PM Thu Jun 10
  15:26:07 2010 action=update,
  path="C:\TEMP\test.txt", isdir=0,
  size=11, gid=-1, uid=-1, modtime="Thu
  Jun 10 15:10:32 2010",
  mode="rwxrwxrwx", hash=, chgs="modtime
  "&lt;/P&gt;
  
  &lt;P&gt;6/10/10 3:25:06.000 PM Thu Jun 10
  15:25:06 2010 action=update,
  path="C:\TEMP\test.txt", isdir=0,
  size=11, gid=-1, uid=-1, modtime="Thu
  Jun 10 15:10:32 2010",
  mode="rwxrwxrwx", hash=, chgs="modtime
  "&lt;/P&gt;
  
  &lt;P&gt;6/10/10 3:24:05.000 PM Thu Jun 10
  15:24:05 2010 action=update,
  path="C:\TEMP\test.txt", isdir=0,
  size=11, gid=-1, uid=-1, modtime="Thu
  Jun 10 15:10:32 2010",
  mode="rwxrwxrwx", hash=, chgs="modtime
  "&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Any thoughts why it's happening?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2010 02:35:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/fschange-generates-false-update-events/m-p/15253#M1685</guid>
      <dc:creator>kkuminsky</dc:creator>
      <dc:date>2010-06-11T02:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: fschange generates false update events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/fschange-generates-false-update-events/m-p/15254#M1686</link>
      <description>&lt;P&gt;This does not seem normal behavior for an fschange input.&lt;/P&gt;

&lt;P&gt;Couple questions:&lt;/P&gt;

&lt;P&gt;1) What version of Splunk are you running?&lt;/P&gt;

&lt;P&gt;2) What version of Windows are you running Splunk on?&lt;/P&gt;

&lt;P&gt;Also, try changing your file path to be the parent directory, instead of the test.txt file, like this and see if that makes any difference:&lt;/P&gt;

&lt;PRE&gt;
[fschange:C:\TEMP]
&lt;/PRE&gt;</description>
      <pubDate>Thu, 19 May 2011 13:08:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/fschange-generates-false-update-events/m-p/15254#M1686</guid>
      <dc:creator>maverick</dc:creator>
      <dc:date>2011-05-19T13:08:29Z</dc:date>
    </item>
  </channel>
</rss>

