<?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 Need assistance with getting fschange to work in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Need-assistance-with-getting-fschange-to-work/m-p/58306#M11458</link>
    <description>&lt;P&gt;I have a universal forwarder sending logs to Splunk and with monitor, everything is working just fine. However, I thought I'd test out fschange to log file system modifications on some of my Linux hosts. To that end I've modified the $SPLUNK/etc/system/local/inputs.conf so it reads as follows:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
host = Hostname

[filter:whitelist:configs]
regex1 = .*\.txt

[filter:blacklist:terminal-blacklist]
regex1 = .?

[fschange:/path/to/dir]
index = _audit
recurse = true
followLinks = false
signedaudit = false
fullEvent = true
sendEventMaxSize = 1048576
delayInMills = 1000
filters = configs,terminal-blacklist
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This sample was taken directly from &lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.4/Data/Monitorchangestoyourfilesystem"&gt;http://docs.splunk.com/Documentation/Splunk/4.3.4/Data/Monitorchangestoyourfilesystem&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;With the above configuration I would expect that any changes to a txt file in the monitored directory would be logged. However, if I make a change to a txt file in that directory, no log entry is observed in Splunk.&lt;/P&gt;

&lt;P&gt;I'm running Splunk 4.3.3, UF 4.3.4, and have the nix Technology Add-on installed (I need this).&lt;/P&gt;

&lt;P&gt;Any help would be appreciated as I'm sure it's something small that I've overlooked. &lt;/P&gt;</description>
    <pubDate>Wed, 12 Sep 2012 19:52:01 GMT</pubDate>
    <dc:creator>bbailey1024</dc:creator>
    <dc:date>2012-09-12T19:52:01Z</dc:date>
    <item>
      <title>Need assistance with getting fschange to work</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-assistance-with-getting-fschange-to-work/m-p/58306#M11458</link>
      <description>&lt;P&gt;I have a universal forwarder sending logs to Splunk and with monitor, everything is working just fine. However, I thought I'd test out fschange to log file system modifications on some of my Linux hosts. To that end I've modified the $SPLUNK/etc/system/local/inputs.conf so it reads as follows:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
host = Hostname

[filter:whitelist:configs]
regex1 = .*\.txt

[filter:blacklist:terminal-blacklist]
regex1 = .?

[fschange:/path/to/dir]
index = _audit
recurse = true
followLinks = false
signedaudit = false
fullEvent = true
sendEventMaxSize = 1048576
delayInMills = 1000
filters = configs,terminal-blacklist
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This sample was taken directly from &lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.4/Data/Monitorchangestoyourfilesystem"&gt;http://docs.splunk.com/Documentation/Splunk/4.3.4/Data/Monitorchangestoyourfilesystem&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;With the above configuration I would expect that any changes to a txt file in the monitored directory would be logged. However, if I make a change to a txt file in that directory, no log entry is observed in Splunk.&lt;/P&gt;

&lt;P&gt;I'm running Splunk 4.3.3, UF 4.3.4, and have the nix Technology Add-on installed (I need this).&lt;/P&gt;

&lt;P&gt;Any help would be appreciated as I'm sure it's something small that I've overlooked. &lt;/P&gt;</description>
      <pubDate>Wed, 12 Sep 2012 19:52:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-assistance-with-getting-fschange-to-work/m-p/58306#M11458</guid>
      <dc:creator>bbailey1024</dc:creator>
      <dc:date>2012-09-12T19:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need assistance with getting fschange to work</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-assistance-with-getting-fschange-to-work/m-p/58307#M11459</link>
      <description>&lt;P&gt;What search syntax are you using when trying to find this event?  &lt;/P&gt;

&lt;P&gt;It is likely that the _audit index is not being searched by default, so if you searched "index=_audit sourcetype=fs_notification" or "index=_audit sourcetype=audittrail", depending on your deployment(see bottom of &lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.4/Data/Monitorchangestoyourfilesystem" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/4.3.4/Data/Monitorchangestoyourfilesystem&lt;/A&gt;) you would probably see the events.  &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:26:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-assistance-with-getting-fschange-to-work/m-p/58307#M11459</guid>
      <dc:creator>adamw</dc:creator>
      <dc:date>2020-09-28T12:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need assistance with getting fschange to work</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-assistance-with-getting-fschange-to-work/m-p/58308#M11460</link>
      <description>&lt;P&gt;That was it, thanks for the help adamw!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2012 21:41:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-assistance-with-getting-fschange-to-work/m-p/58308#M11460</guid>
      <dc:creator>bbailey1024</dc:creator>
      <dc:date>2012-09-17T21:41:40Z</dc:date>
    </item>
  </channel>
</rss>

