<?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: fschange won't work in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/fschange-won-t-work/m-p/77127#M15776</link>
    <description>&lt;P&gt;I thought that's what you type to get infor on the splunkd logs, when I change to _audit, I get no results, where as when I keep _internal, I get the errors I had with my previous syntax show up, but it doesn't show any errors since the ones I fixed, but still, no results&lt;/P&gt;</description>
    <pubDate>Tue, 02 Oct 2012 13:41:53 GMT</pubDate>
    <dc:creator>SplunkUser5888</dc:creator>
    <dc:date>2012-10-02T13:41:53Z</dc:date>
    <item>
      <title>fschange won't work</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/fschange-won-t-work/m-p/77123#M15772</link>
      <description>&lt;P&gt;Hey guys,&lt;/P&gt;

&lt;P&gt;I've looked everywhere and as far as I could tell none of the other answers helped my problem. As you can guess I'm relatively new so go easy on me &lt;span class="lia-unicode-emoji" title=":winking_face_with_tongue:"&gt;😜&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;I've managed to get fschange to work with $splunkhome/etc (who hasn't right?) but when I change the directory to /home/administrator/Documents it doesn't work. I wanted to do this as a test to see if I could get fschange to work before sticking it to do the real work with actual files.&lt;/P&gt;

&lt;P&gt;My problem is i've tried everything I know (which isn't much) I've even done a search&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source="splunkd.log3 /documents
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;to see if it there were any reported problems in the logs ... nothing&lt;/P&gt;

&lt;P&gt;here is my code, I know it's probable obvious where I went wrong, but I would really appreciate any help yuo could give me, thanks&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
host = ubuntu-splunk

[fschange:/home/administrator/Documents]
index = _audit
recurse = true
followLinks = false
signedaudit = false
fullEvent = true
sendEventMaxSize = 1048576
delayInMills = 1000
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;in the inputs.conf in /etc/system/local&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2012 13:13:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/fschange-won-t-work/m-p/77123#M15772</guid>
      <dc:creator>SplunkUser5888</dc:creator>
      <dc:date>2012-10-02T13:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: fschange won't work</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/fschange-won-t-work/m-p/77124#M15773</link>
      <description>&lt;P&gt;I fixed your formatting a bit - is this how your config files look like?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2012 13:33:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/fschange-won-t-work/m-p/77124#M15773</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-10-02T13:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: fschange won't work</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/fschange-won-t-work/m-p/77125#M15774</link>
      <description>&lt;P&gt;In your inputs.conf you specify that the fschange events should be written to the index &lt;CODE&gt;_audit&lt;/CODE&gt;, but in your search you're looking in the index &lt;CODE&gt;_internal&lt;/CODE&gt;...&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2012 13:34:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/fschange-won-t-work/m-p/77125#M15774</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-10-02T13:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: fschange won't work</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/fschange-won-t-work/m-p/77126#M15775</link>
      <description>&lt;P&gt;thanks for that, yeah it is basically like that except that instead of blanks on the return lines, i added #&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2012 13:36:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/fschange-won-t-work/m-p/77126#M15775</guid>
      <dc:creator>SplunkUser5888</dc:creator>
      <dc:date>2012-10-02T13:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: fschange won't work</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/fschange-won-t-work/m-p/77127#M15776</link>
      <description>&lt;P&gt;I thought that's what you type to get infor on the splunkd logs, when I change to _audit, I get no results, where as when I keep _internal, I get the errors I had with my previous syntax show up, but it doesn't show any errors since the ones I fixed, but still, no results&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2012 13:41:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/fschange-won-t-work/m-p/77127#M15776</guid>
      <dc:creator>SplunkUser5888</dc:creator>
      <dc:date>2012-10-02T13:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: fschange won't work</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/fschange-won-t-work/m-p/77128#M15777</link>
      <description>&lt;P&gt;Ah, sorry, I misread - I thought you were looking for the actual events in &lt;CODE&gt;_internal&lt;/CODE&gt;. Does a search for &lt;CODE&gt;index=_internal fschange&lt;/CODE&gt; show anything interesting?&lt;/P&gt;

&lt;P&gt;Also does the user Splunk is running as have read access to the directory you're wanting to run &lt;CODE&gt;fschange&lt;/CODE&gt; on?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2012 13:45:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/fschange-won-t-work/m-p/77128#M15777</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-10-02T13:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: fschange won't work</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/fschange-won-t-work/m-p/77129#M15778</link>
      <description>&lt;P&gt;the search brings back some http requests and the old errors I made before changing the syntax to how you see it now. As for the user, it was a normal user which i've now changed to admin, I will be starting a conference in a minute so I will test it tomorrow and get back to you, thanks for the help though&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2012 13:56:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/fschange-won-t-work/m-p/77129#M15778</guid>
      <dc:creator>SplunkUser5888</dc:creator>
      <dc:date>2012-10-02T13:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: fschange won't work</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/fschange-won-t-work/m-p/77130#M15779</link>
      <description>&lt;P&gt;then I come back with my initial comment; does the user running splunkd have permission to read in /home/administrator/Documents ?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2012 06:51:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/fschange-won-t-work/m-p/77130#M15779</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2012-10-03T06:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: fschange won't work</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/fschange-won-t-work/m-p/77131#M15780</link>
      <description>&lt;P&gt;Hey, I tested the setup after making Splunk user have admin privileges and restarted, ran again and nothing. I still can't find any errors in the log, and I still can't find the input when I add, change or delete a file / folder in the /Documents section&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2012 07:16:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/fschange-won-t-work/m-p/77131#M15780</guid>
      <dc:creator>SplunkUser5888</dc:creator>
      <dc:date>2012-10-03T07:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: fschange won't work</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/fschange-won-t-work/m-p/77132#M15781</link>
      <description>&lt;P&gt;Well as far as I can tell the config you pasted looks OK. I could try with your exact settings later on and see what the results are.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2012 07:26:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/fschange-won-t-work/m-p/77132#M15781</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-10-03T07:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: fschange won't work</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/fschange-won-t-work/m-p/77133#M15782</link>
      <description>&lt;P&gt;I've solved it, I think I had conflicts so I changed inputs.conf completely.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
host = ubuntu-splunk
[fschange:/home/administrator/Documents/]
index = main
signedaudit = false
pollPeriod = 1
hashMaxSize = 10485760
fullEvent = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and now I find my changes/adds/deletes when I search &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=main sourceype="fs_notification"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Oct 2012 08:20:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/fschange-won-t-work/m-p/77133#M15782</guid>
      <dc:creator>SplunkUser5888</dc:creator>
      <dc:date>2012-10-03T08:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: fschange won't work</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/fschange-won-t-work/m-p/77134#M15783</link>
      <description>&lt;P&gt;hey, sorry I didn't see your reply, I've solved it, either my config was right and I was looking in the wrong place or I got the wrong config, but the one I wrote in the answer I gave works just fine. Thanks for your help though.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2012 08:27:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/fschange-won-t-work/m-p/77134#M15783</guid>
      <dc:creator>SplunkUser5888</dc:creator>
      <dc:date>2012-10-03T08:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: fschange won't work</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/fschange-won-t-work/m-p/77135#M15784</link>
      <description>&lt;P&gt;Excellent that you solved it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2012 08:35:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/fschange-won-t-work/m-p/77135#M15784</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-10-03T08:35:55Z</dc:date>
    </item>
  </channel>
</rss>

