<?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: Monitoring an entire folder with yesterday flagged files in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Monitoring-an-entire-folder-with-yesterday-flagged-files/m-p/74474#M15206</link>
    <description>&lt;P&gt;With an ordinary &lt;CODE&gt;[monitor:///path/to/files]&lt;/CODE&gt;. Splunk will read all the files in the directory by default.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jun 2013 07:57:32 GMT</pubDate>
    <dc:creator>kristian_kolb</dc:creator>
    <dc:date>2013-06-25T07:57:32Z</dc:date>
    <item>
      <title>Monitoring an entire folder with yesterday flagged files</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitoring-an-entire-folder-with-yesterday-flagged-files/m-p/74472#M15204</link>
      <description>&lt;P&gt;Hello Splunk Experts,&lt;/P&gt;

&lt;P&gt;I have a folder that i need to monitored entirely:&lt;BR /&gt;
the folder contains a list that is represented by the following:&lt;/P&gt;

&lt;P&gt;namefile1_yyyymmdd.csv&lt;BR /&gt;
namefile2_yyyymmdd.csv&lt;BR /&gt;
namefile3_yyyymmdd.csv&lt;/P&gt;

&lt;P&gt;each day this folder will contains CSV's from yesterday, &lt;BR /&gt;
How splunk could monitor automatically such folder?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:10:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitoring-an-entire-folder-with-yesterday-flagged-files/m-p/74472#M15204</guid>
      <dc:creator>royimad</dc:creator>
      <dc:date>2020-09-28T14:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring an entire folder with yesterday flagged files</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitoring-an-entire-folder-with-yesterday-flagged-files/m-p/74473#M15205</link>
      <description>&lt;P&gt;Not sure I understand the problem - what's stopping you from simply monitoring the directory?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2013 07:54:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitoring-an-entire-folder-with-yesterday-flagged-files/m-p/74473#M15205</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-06-25T07:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring an entire folder with yesterday flagged files</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitoring-an-entire-folder-with-yesterday-flagged-files/m-p/74474#M15206</link>
      <description>&lt;P&gt;With an ordinary &lt;CODE&gt;[monitor:///path/to/files]&lt;/CODE&gt;. Splunk will read all the files in the directory by default.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2013 07:57:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitoring-an-entire-folder-with-yesterday-flagged-files/m-p/74474#M15206</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-06-25T07:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring an entire folder with yesterday flagged files</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitoring-an-entire-folder-with-yesterday-flagged-files/m-p/74475#M15207</link>
      <description>&lt;P&gt;I need from splunk to monitor only files of yesterday in that folder to reduce CPU consumption. I found that i can use ignoreOlderThan = &lt;TIME window=""&gt;&lt;/TIME&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2013 08:11:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitoring-an-entire-folder-with-yesterday-flagged-files/m-p/74475#M15207</guid>
      <dc:creator>royimad</dc:creator>
      <dc:date>2013-06-25T08:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring an entire folder with yesterday flagged files</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitoring-an-entire-folder-with-yesterday-flagged-files/m-p/74476#M15208</link>
      <description>&lt;P&gt;vi inputs.conf&lt;BR /&gt;
[monitor:///home/splunk/devicescollect/AgentsReads]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
followTail = 0&lt;BR /&gt;
host = dcpcontroller.wavemark.net&lt;BR /&gt;
sourcetype = AgentsReads&lt;BR /&gt;
crcSalt=&lt;SOURCE&gt;&lt;BR /&gt;
[monitor:///home/splunk/devicescollect/DevicesReads]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
followTail = 0&lt;BR /&gt;
host = dcpcontroller.wavemark.net&lt;BR /&gt;
sourcetype = DevicesReads&lt;BR /&gt;
crcSalt=&lt;SOURCE&gt;&lt;BR /&gt;
[monitor:///home/splunk/devicescollect/DevicesInfo]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
followTail = 0&lt;BR /&gt;
host = dcpcontroller.wavemark.net&lt;BR /&gt;
sourcetype = DevicesInfo&lt;BR /&gt;
crcSalt=&lt;SOURCE&gt;&lt;/SOURCE&gt;&lt;/SOURCE&gt;&lt;/SOURCE&gt;&lt;/P&gt;

&lt;P&gt;The above line will tell splunk to monitor the entire directory , there are mainly 3 directories created ( folders)&lt;BR /&gt;
-AgentsReads&lt;BR /&gt;
-DevicesReads&lt;BR /&gt;
-DevicesInfo&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2013 09:13:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitoring-an-entire-folder-with-yesterday-flagged-files/m-p/74476#M15208</guid>
      <dc:creator>royimad</dc:creator>
      <dc:date>2013-07-10T09:13:40Z</dc:date>
    </item>
  </channel>
</rss>

