<?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: To restrict searching on indexed data till a predefined timestamp in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/To-restrict-searching-on-indexed-data-till-a-predefined/m-p/418124#M7297</link>
    <description>&lt;P&gt;Anybody knows an answer for this?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Sajeesh&lt;/P&gt;</description>
    <pubDate>Fri, 07 Dec 2018 06:25:19 GMT</pubDate>
    <dc:creator>sajeeshpn</dc:creator>
    <dc:date>2018-12-07T06:25:19Z</dc:date>
    <item>
      <title>To restrict searching on indexed data till a predefined timestamp</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/To-restrict-searching-on-indexed-data-till-a-predefined/m-p/418123#M7296</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Is there any configuration option/method in Splunk where we can restrict the searching on the indexed data (all indexes) only till a predefined timestamp. So that all the searches (including dashboards/reports) should be applied only to the data indexed till that predefined time and not afterward.&lt;/P&gt;

&lt;P&gt;Hope for an answer soon.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Sajeesh&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 16:45:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/To-restrict-searching-on-indexed-data-till-a-predefined/m-p/418123#M7296</guid>
      <dc:creator>sajeeshpn</dc:creator>
      <dc:date>2018-12-03T16:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: To restrict searching on indexed data till a predefined timestamp</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/To-restrict-searching-on-indexed-data-till-a-predefined/m-p/418124#M7297</link>
      <description>&lt;P&gt;Anybody knows an answer for this?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Sajeesh&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 06:25:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/To-restrict-searching-on-indexed-data-till-a-predefined/m-p/418124#M7297</guid>
      <dc:creator>sajeeshpn</dc:creator>
      <dc:date>2018-12-07T06:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: To restrict searching on indexed data till a predefined timestamp</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/To-restrict-searching-on-indexed-data-till-a-predefined/m-p/418125#M7298</link>
      <description>&lt;P&gt;This is probably not the answer you were looking for, but you have the option to "Restrict search time range" on a per role basis:&lt;BR /&gt;
"Set a maximum time window (in seconds) for searches for this role. For example, set this to '60' to restrict this role's searches to 1 minute before the most recent time specified in the search. You can also set this to '0' to explicitly make the window infinite, or '-1' to unset the window for this role (can be overridden by imported roles)."&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 08:10:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/To-restrict-searching-on-indexed-data-till-a-predefined/m-p/418125#M7298</guid>
      <dc:creator>whrg</dc:creator>
      <dc:date>2018-12-07T08:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: To restrict searching on indexed data till a predefined timestamp</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/To-restrict-searching-on-indexed-data-till-a-predefined/m-p/418126#M7299</link>
      <description>&lt;P&gt;One solution might be to add a calculated field that contains the date that you want it searchable til.  Then, in your role definition, create a search restriction, where the current time is less than or equal to that field.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/6189i6BE28AC4E00F23BB/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Dec 2018 16:58:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/To-restrict-searching-on-indexed-data-till-a-predefined/m-p/418126#M7299</guid>
      <dc:creator>kmorris_splunk</dc:creator>
      <dc:date>2018-12-09T16:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: To restrict searching on indexed data till a predefined timestamp</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/To-restrict-searching-on-indexed-data-till-a-predefined/m-p/418127#M7300</link>
      <description>&lt;P&gt;Tell us more about the reason? Why is the normal time constraints insufficient?&lt;/P&gt;

&lt;P&gt;Meanwhile, these fields might be what you're looking for:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;CODE&gt;_indextime&lt;/CODE&gt;: Similar to &lt;CODE&gt;_time&lt;/CODE&gt; but relative to when the event was indexed rather than when the event occurred&lt;/LI&gt;
&lt;LI&gt;&lt;CODE&gt;_index_earliest&lt;/CODE&gt;: Specify the earliest _indextime for the time range of your search.&lt;/LI&gt;
&lt;LI&gt;&lt;CODE&gt;_index_latest&lt;/CODE&gt;: Specify the latest _indextime for the time range of your search.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Learn more:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Basic Time Modifiers: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Search/Specifytimemodifiersinyoursearch"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Search/Specifytimemodifiersinyoursearch&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Advanced Time Modifiers: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/SearchTimeModifiers"&gt;http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/SearchTimeModifiers&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 10 Dec 2018 14:33:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/To-restrict-searching-on-indexed-data-till-a-predefined/m-p/418127#M7300</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2018-12-10T14:33:57Z</dc:date>
    </item>
  </channel>
</rss>

