<?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: ignoreOlderThan does not work after modification in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-ignoreOlderThan-not-work-after-modification/m-p/599417#M104525</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/245819"&gt;@dujas&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;sorry I didn't understand you question!&lt;/P&gt;&lt;P&gt;let me understand:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;you configured inputs with ignoreOlder=10d and indexed events,&lt;/LI&gt;&lt;LI&gt;then you configured inputs with ignoreOlder=30d and indexed events,&lt;/LI&gt;&lt;LI&gt;then you configured again inputs with ignoreOlder=10d and indexed events,&lt;/LI&gt;&lt;LI&gt;at the end you have events older than 10d,&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;is this what you did?&lt;/P&gt;&lt;P&gt;In this way you indexed data older than 10d and passing time you have events older than 10 days, so the indexed events are still in Splunk and you can search them until they go out of the retention period.&lt;/P&gt;&lt;P&gt;If you want to discard events older than 10 days also in indexes, you have to confiure a retention of 10 days for your index using the "&lt;SPAN&gt;FrozenTimePeriodInSecs" option in indexes.conf in the your_index stanza.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;For more infos see at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.6/Admin/Indexesconf" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.6/Admin/Indexesconf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Thu, 26 May 2022 10:55:40 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2022-05-26T10:55:40Z</dc:date>
    <item>
      <title>Why does ignoreOlderThan not work after modification?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-ignoreOlderThan-not-work-after-modification/m-p/599374#M104518</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I set ignoreOlderThan = 10d and it worked as expected, the files older than 10 days were not searched. Once I set that value to 30d, all files came out. So far it is working as expected.&lt;/P&gt;
&lt;P&gt;However, after I set it back to 10d, there was no difference and all files including those ones older than 10 days came out as well, is this as expected? I have restarted both the UF and server.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 15:06:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-does-ignoreOlderThan-not-work-after-modification/m-p/599374#M104518</guid>
      <dc:creator>dujas</dc:creator>
      <dc:date>2022-05-26T15:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: ignoreOlderThan does not work after modification</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-ignoreOlderThan-not-work-after-modification/m-p/599378#M104519</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/245819"&gt;@dujas&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;olderThan works on the event Timestamp, did you checked the timestamp of the events?&lt;/P&gt;&lt;P&gt;What's the retention of your index?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 07:00:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-does-ignoreOlderThan-not-work-after-modification/m-p/599378#M104519</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-05-26T07:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: ignoreOlderThan does not work after modification</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-ignoreOlderThan-not-work-after-modification/m-p/599385#M104520</link>
      <description>&lt;P&gt;Hi Giuseppe,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;The log files older than 10 days were not updated since then, the modification time is not changed at all.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Jason Du&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 07:58:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-does-ignoreOlderThan-not-work-after-modification/m-p/599385#M104520</guid>
      <dc:creator>dujas</dc:creator>
      <dc:date>2022-05-26T07:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: ignoreOlderThan does not work after modification</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-ignoreOlderThan-not-work-after-modification/m-p/599417#M104525</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/245819"&gt;@dujas&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;sorry I didn't understand you question!&lt;/P&gt;&lt;P&gt;let me understand:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;you configured inputs with ignoreOlder=10d and indexed events,&lt;/LI&gt;&lt;LI&gt;then you configured inputs with ignoreOlder=30d and indexed events,&lt;/LI&gt;&lt;LI&gt;then you configured again inputs with ignoreOlder=10d and indexed events,&lt;/LI&gt;&lt;LI&gt;at the end you have events older than 10d,&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;is this what you did?&lt;/P&gt;&lt;P&gt;In this way you indexed data older than 10d and passing time you have events older than 10 days, so the indexed events are still in Splunk and you can search them until they go out of the retention period.&lt;/P&gt;&lt;P&gt;If you want to discard events older than 10 days also in indexes, you have to confiure a retention of 10 days for your index using the "&lt;SPAN&gt;FrozenTimePeriodInSecs" option in indexes.conf in the your_index stanza.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;For more infos see at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.6/Admin/Indexesconf" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.6/Admin/Indexesconf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 10:55:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-does-ignoreOlderThan-not-work-after-modification/m-p/599417#M104525</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-05-26T10:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: ignoreOlderThan does not work after modification</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-ignoreOlderThan-not-work-after-modification/m-p/599466#M104536</link>
      <description>&lt;P&gt;Thanks Giuseppe, this explanation helps me out.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 17:07:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-does-ignoreOlderThan-not-work-after-modification/m-p/599466#M104536</guid>
      <dc:creator>dujas</dc:creator>
      <dc:date>2022-05-26T17:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: ignoreOlderThan does not work after modification</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-ignoreOlderThan-not-work-after-modification/m-p/599525#M104545</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/245819"&gt;@dujas&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;If my answer solves your need, please accept it for the other people of Community.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 06:20:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-does-ignoreOlderThan-not-work-after-modification/m-p/599525#M104545</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-05-27T06:20:04Z</dc:date>
    </item>
  </channel>
</rss>

