<?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: Restrict User Search Period in Security</title>
    <link>https://community.splunk.com/t5/Security/Restrict-User-Search-Period/m-p/281326#M7567</link>
    <description>&lt;P&gt;Hi, right ok, I understand now.&lt;/P&gt;

&lt;P&gt;Many thanks for the confirmation.&lt;/P&gt;

&lt;P&gt;Kind Regards&lt;/P&gt;

&lt;P&gt;Chris&lt;/P&gt;</description>
    <pubDate>Mon, 15 Feb 2016 08:48:06 GMT</pubDate>
    <dc:creator>IRHM73</dc:creator>
    <dc:date>2016-02-15T08:48:06Z</dc:date>
    <item>
      <title>Restrict User Search Period</title>
      <link>https://community.splunk.com/t5/Security/Restrict-User-Search-Period/m-p/281322#M7563</link>
      <description>&lt;P&gt;Hi, I wonder whether someone could help me please.&lt;/P&gt;

&lt;P&gt;I know that I can restrict a users 'search period' by changing the &lt;STRONG&gt;'Restrict search time range'&lt;/STRONG&gt; in the role settings, in my case 90 days.&lt;/P&gt;

&lt;P&gt;But I just wonder whether someone may be able to confirm for please whether the 90 days is 90 days prior to the date the search is performed i.e if the search was performed today it would be 90 prior which is 17 November 2015,  or whether this restricts the user to extracting the data in 90 days chunks e.g. 1 November 2015 to 1 February 2016.&lt;/P&gt;

&lt;P&gt;Many thanks and kind regards&lt;/P&gt;

&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2016 07:06:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Restrict-User-Search-Period/m-p/281322#M7563</guid>
      <dc:creator>IRHM73</dc:creator>
      <dc:date>2016-02-15T07:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict User Search Period</title>
      <link>https://community.splunk.com/t5/Security/Restrict-User-Search-Period/m-p/281323#M7564</link>
      <description>&lt;P&gt;Hello Chris,&lt;/P&gt;

&lt;P&gt;As mentioned in DOC  &lt;EM&gt;Restrict search time range: specify over how large of a window of time this role can search.&lt;/EM&gt; It sets 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. So it depends on the recent time user mentions subtracted by 90 days. So its basically making sure that user is not searching a &lt;EM&gt;large&lt;/EM&gt; time range which might cause performance issues,&lt;/P&gt;

&lt;P&gt;latest=now (Feb 15)  - User will be able to search data till 17 Nov&lt;BR /&gt;
latest=1st Feb  - User will be able to search data till 02 Nov&lt;/P&gt;

&lt;P&gt;Hope that clairifes&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2016 07:38:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Restrict-User-Search-Period/m-p/281323#M7564</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2016-02-15T07:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict User Search Period</title>
      <link>https://community.splunk.com/t5/Security/Restrict-User-Search-Period/m-p/281324#M7565</link>
      <description>&lt;P&gt;Hi @renjith.nair, thank you very much for coming back to me with this and forgive the dumb question, I blame it on an early start, so basically a user via a timepicker can select any date and always only be able to go back 90 days?&lt;/P&gt;

&lt;P&gt;Many thanks and kind regards&lt;/P&gt;

&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2016 07:48:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Restrict-User-Search-Period/m-p/281324#M7565</guid>
      <dc:creator>IRHM73</dc:creator>
      <dc:date>2016-02-15T07:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict User Search Period</title>
      <link>https://community.splunk.com/t5/Security/Restrict-User-Search-Period/m-p/281325#M7566</link>
      <description>&lt;P&gt;Hello Chris, the user can select any timerange but the events will be picked only from -90th day for normal searches like index=*. &lt;/P&gt;

&lt;P&gt;To validate this, &lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Create a role with this restriction&lt;/LI&gt;
&lt;LI&gt;Create a user and assign to this role&lt;/LI&gt;
&lt;LI&gt;Select time range to last 6 months&lt;/LI&gt;
&lt;LI&gt;Run the search &lt;CODE&gt;index=*|stats   earliest(_time) as _time&lt;/CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;You will be able to see the earliest time as 17 Nov (if you haven't mentioned latest time and defaults to now)&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2016 08:25:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Restrict-User-Search-Period/m-p/281325#M7566</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2016-02-15T08:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict User Search Period</title>
      <link>https://community.splunk.com/t5/Security/Restrict-User-Search-Period/m-p/281326#M7567</link>
      <description>&lt;P&gt;Hi, right ok, I understand now.&lt;/P&gt;

&lt;P&gt;Many thanks for the confirmation.&lt;/P&gt;

&lt;P&gt;Kind Regards&lt;/P&gt;

&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2016 08:48:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Restrict-User-Search-Period/m-p/281326#M7567</guid>
      <dc:creator>IRHM73</dc:creator>
      <dc:date>2016-02-15T08:48:06Z</dc:date>
    </item>
  </channel>
</rss>

