<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Anthony Reinke &#187; monitor</title>
	<atom:link href="http://www.anthonyreinke.com/tag/monitor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anthonyreinke.com</link>
	<description>Rambling Thoughts of a Random Mind</description>
	<lastBuildDate>Wed, 01 Feb 2012 22:03:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Monitoring the Filesystem with Splunk</title>
		<link>http://www.anthonyreinke.com/2009/08/31/monitoring-the-filesystem-with-splunk/</link>
		<comments>http://www.anthonyreinke.com/2009/08/31/monitoring-the-filesystem-with-splunk/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 19:17:06 +0000</pubDate>
		<dc:creator>Anthony Reinke</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[splunk]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.anthonyreinke.com/?p=111</guid>
		<description><![CDATA[I have used OSSEC in the past to watch the file system for changes.  When I found that I can have the Splunk agent handle the monitoring itself, I was pretty excited.  Since I would send my OSSEC data to Splunk anyways, it just seemed logical to have Splunk do everything. In Windows, you need [...]]]></description>
			<content:encoded><![CDATA[<p>I have used OSSEC in the past to watch the file system for changes.  When I found that I can have the Splunk agent handle the monitoring itself, I was pretty excited.  Since I would send my OSSEC data to Splunk anyways, it just seemed logical to have Splunk do everything.</p>
<p>In Windows, you need to edit the &#8220;c:program filesSplunketcsystemlocalinputs.conf&#8221; file.  Of course your path could be different if you installed it in a different place.  There are a lot of options and switches you can use.  I went for the simplest set.</p>
<p>[fschange:d:temp]<br />
recurse=true<br />
pollPeriod=3600</p>
<p>This will monitor the d:temp folder and all files and folders under it.  It will check the system every 3600 seconds (1 hour).</p>
<p>This has helped me keep track of the changes in my servers.  I can see when a file was add/deleted/changed (due to the hash) and then look at who was logged in during the period that the file was changed.</p>
<p><img class="alignleft size-full wp-image-115" title="Splunk File Delete" src="http://www.anthonyreinke.com/wp-content/uploads/2009/08/Capture.JPG" alt="Splunk File Delete" width="600" height="58" /></p>
<p>Splunk article on the switches and FSCHANGE.<br />
<a href="http://www.splunk.com/base/Documentation/4.0.3/Admin/Monitorchangestoyourfilesystem" target="_blank">http://www.splunk.com/base/Documentation/4.0.3/Admin/Monitorchangestoyourfilesystem</a></p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">[fschange:d:temp]<br />
recurse=true<br />
followLinks=false<br />
pollPeriod=60</div>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonyreinke.com/2009/08/31/monitoring-the-filesystem-with-splunk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

