<?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: Windows Folder Monitoring in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Windows-Folder-Monitoring/m-p/390022#M69818</link>
    <description>&lt;P&gt;Hi Koshyk, i will try your suggestion. I will keep you posted. &lt;/P&gt;

&lt;P&gt;thank you.&lt;/P&gt;</description>
    <pubDate>Thu, 23 May 2019 19:38:29 GMT</pubDate>
    <dc:creator>6nelson8</dc:creator>
    <dc:date>2019-05-23T19:38:29Z</dc:date>
    <item>
      <title>Windows Folder Monitoring</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-Folder-Monitoring/m-p/390020#M69816</link>
      <description>&lt;P&gt;How to monitor Windows folder path, send alert if no data is written to the said shared folder or windows path?&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 13:45:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-Folder-Monitoring/m-p/390020#M69816</guid>
      <dc:creator>6nelson8</dc:creator>
      <dc:date>2019-05-23T13:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Folder Monitoring</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-Folder-Monitoring/m-p/390021#M69817</link>
      <description>&lt;P&gt;You could do it easily in SPL I thought for this. Just do the normal monitoring of the directory/folder. in SPL, just search if no update has been made to any file  in last xx minutes&lt;BR /&gt;
inputs.conf &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://D:\somedir\somedir2\]
disabled = false
index = my_index
sourcetype = my:monitor:sourcetype
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and in your SPL do something&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=my_index sourcetype=my:monitor:sourcetype earliest=-30m latest=now 
|stats count by sourcetype
| appendpipe [ stats count  | where count=0 | eval host="EMPTY"  ]
| search sourcetype=EMPTY
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;So if its empty trigger an alert or some logic&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 15:06:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-Folder-Monitoring/m-p/390021#M69817</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2019-05-23T15:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Folder Monitoring</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-Folder-Monitoring/m-p/390022#M69818</link>
      <description>&lt;P&gt;Hi Koshyk, i will try your suggestion. I will keep you posted. &lt;/P&gt;

&lt;P&gt;thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 19:38:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-Folder-Monitoring/m-p/390022#M69818</guid>
      <dc:creator>6nelson8</dc:creator>
      <dc:date>2019-05-23T19:38:29Z</dc:date>
    </item>
  </channel>
</rss>

