<?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 How to verify if ignoreOlderThan is working or not ? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-verify-if-ignoreOlderThan-is-working-or-not/m-p/481986#M193164</link>
    <description>&lt;P&gt;Hi I have implemented ignoreOlderThan for 7 days , I want to verify it if its working or not ? Is their any query or any place in DMC where i can validate that its working ?&lt;/P&gt;</description>
    <pubDate>Mon, 11 Nov 2019 15:32:24 GMT</pubDate>
    <dc:creator>ram254481493</dc:creator>
    <dc:date>2019-11-11T15:32:24Z</dc:date>
    <item>
      <title>How to verify if ignoreOlderThan is working or not ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-verify-if-ignoreOlderThan-is-working-or-not/m-p/481986#M193164</link>
      <description>&lt;P&gt;Hi I have implemented ignoreOlderThan for 7 days , I want to verify it if its working or not ? Is their any query or any place in DMC where i can validate that its working ?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 15:32:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-verify-if-ignoreOlderThan-is-working-or-not/m-p/481986#M193164</guid>
      <dc:creator>ram254481493</dc:creator>
      <dc:date>2019-11-11T15:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to verify if ignoreOlderThan is working or not ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-verify-if-ignoreOlderThan-is-working-or-not/m-p/481987#M193165</link>
      <description>&lt;P&gt;you can look for event timestamps:&lt;/P&gt;

&lt;P&gt;if you are getting events older than 7 days so it's not working.&lt;/P&gt;

&lt;P&gt;you could check &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | timechart span=1d count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you have events older than 7 days before making this configuration then check for the count if it's increasing or it's constant.&lt;BR /&gt;
that way you could determine if ignoreOlderThan is working or not.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 15:39:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-verify-if-ignoreOlderThan-is-working-or-not/m-p/481987#M193165</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2019-11-11T15:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to verify if ignoreOlderThan is working or not ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-verify-if-ignoreOlderThan-is-working-or-not/m-p/481988#M193166</link>
      <description>&lt;P&gt;thanks after making the change i will validate.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 16:02:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-verify-if-ignoreOlderThan-is-working-or-not/m-p/481988#M193166</guid>
      <dc:creator>ram254481493</dc:creator>
      <dc:date>2019-11-11T16:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to verify if ignoreOlderThan is working or not ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-verify-if-ignoreOlderThan-is-working-or-not/m-p/481989#M193167</link>
      <description>&lt;P&gt;sure, let me know. &lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 16:45:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-verify-if-ignoreOlderThan-is-working-or-not/m-p/481989#M193167</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2019-11-11T16:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to verify if ignoreOlderThan is working or not ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-verify-if-ignoreOlderThan-is-working-or-not/m-p/481990#M193168</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/172209"&gt;@mayurr98&lt;/a&gt; hi i amde the change yesterday for ignore older than 14 days after implementing it i can see the data over 30 days coming and didnt see any effect of it my settings are below:&lt;BR /&gt;
[WinEventLog://System]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
start_from = oldest&lt;BR /&gt;
current_only = 1&lt;BR /&gt;
checkpointInterval = 5&lt;BR /&gt;
index = wineventlog&lt;BR /&gt;
renderXml=false&lt;BR /&gt;
ignoreOlderThan = 14d&lt;/P&gt;

&lt;P&gt;after adding these settings i run this query  for 30 days |tstats count WHERE index=wineventlog by _time span=1d and i can see the data of 30 days not sure why its not working ?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 02:59:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-verify-if-ignoreOlderThan-is-working-or-not/m-p/481990#M193168</guid>
      <dc:creator>ram254481493</dc:creator>
      <dc:date>2020-09-30T02:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to verify if ignoreOlderThan is working or not ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-verify-if-ignoreOlderThan-is-working-or-not/m-p/481991#M193169</link>
      <description>&lt;P&gt;Did you change these settings or it's a new input that you wrote?&lt;BR /&gt;&lt;BR /&gt;
was this input already there and then you added &lt;CODE&gt;ignoreOlderThan&lt;/CODE&gt; ?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 15:11:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-verify-if-ignoreOlderThan-is-working-or-not/m-p/481991#M193169</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2019-11-14T15:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to verify if ignoreOlderThan is working or not ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-verify-if-ignoreOlderThan-is-working-or-not/m-p/481992#M193170</link>
      <description>&lt;P&gt;@mayur98 yes this input is already there and i just added ignoreolderthan and change the current_only = 0 to 1&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 15:13:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-verify-if-ignoreOlderThan-is-working-or-not/m-p/481992#M193170</guid>
      <dc:creator>ram254481493</dc:creator>
      <dc:date>2019-11-14T15:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to verify if ignoreOlderThan is working or not ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-verify-if-ignoreOlderThan-is-working-or-not/m-p/481993#M193171</link>
      <description>&lt;P&gt;Yeah, so the already indexed data won't get affected. this attribute only affects from the time you make the change.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 15:20:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-verify-if-ignoreOlderThan-is-working-or-not/m-p/481993#M193171</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2019-11-14T15:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to verify if ignoreOlderThan is working or not ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-verify-if-ignoreOlderThan-is-working-or-not/m-p/481994#M193172</link>
      <description>&lt;P&gt;ok got it , but is their any way that we can verify it that its working properly ?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 15:23:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-verify-if-ignoreOlderThan-is-working-or-not/m-p/481994#M193172</guid>
      <dc:creator>ram254481493</dc:creator>
      <dc:date>2019-11-14T15:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to verify if ignoreOlderThan is working or not ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-verify-if-ignoreOlderThan-is-working-or-not/m-p/481995#M193173</link>
      <description>&lt;P&gt;yeah. so whatever is ingested will remain constant after this change. So for example, if x number events are already indexed then it won't increase. It will remain the same. you need to look at those numbers and see if they are changing or not.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 15:27:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-verify-if-ignoreOlderThan-is-working-or-not/m-p/481995#M193173</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2019-11-14T15:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to verify if ignoreOlderThan is working or not ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-verify-if-ignoreOlderThan-is-working-or-not/m-p/481996#M193174</link>
      <description>&lt;P&gt;sure thanks mayur i can see the change&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 15:40:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-verify-if-ignoreOlderThan-is-working-or-not/m-p/481996#M193174</guid>
      <dc:creator>ram254481493</dc:creator>
      <dc:date>2019-11-14T15:40:08Z</dc:date>
    </item>
  </channel>
</rss>

