<?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: How to control search duration of users in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-control-search-duration-of-users/m-p/450076#M127451</link>
    <description>&lt;P&gt;Also be aware of an entirely new feature in Splunk v7.2 called &lt;CODE&gt;Workload Management&lt;/CODE&gt;:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.3/Workloads/Aboutworkloadmanagement"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.3/Workloads/Aboutworkloadmanagement&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Feb 2019 07:46:50 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2019-02-11T07:46:50Z</dc:date>
    <item>
      <title>How to control search duration of users</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-control-search-duration-of-users/m-p/450068#M127443</link>
      <description>&lt;P&gt;Hello Splunkers,&lt;/P&gt;

&lt;P&gt;I want to put restrictions on the seach time period , right now one user can search for as long as they like..Now i want retrictions on it, lets say 30 min...eg he can search for longer time periods say for 3 months data but his search time shouldn't exceed beyond 30 min.&lt;/P&gt;

&lt;P&gt;Where should i make this change&lt;/P&gt;</description>
      <pubDate>Sat, 09 Feb 2019 17:06:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-control-search-duration-of-users/m-p/450068#M127443</guid>
      <dc:creator>ramprakash</dc:creator>
      <dc:date>2019-02-09T17:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to control search duration of users</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-control-search-duration-of-users/m-p/450069#M127444</link>
      <description>&lt;P&gt;@ramprakash set the TTL values as per your needs: &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Limitsconf#TTL"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/Limitsconf#TTL&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Feb 2019 18:07:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-control-search-duration-of-users/m-p/450069#M127444</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2019-02-09T18:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to control search duration of users</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-control-search-duration-of-users/m-p/450070#M127445</link>
      <description>&lt;P&gt;Hi  @ramprakash ,&lt;BR /&gt;
You should configure &lt;CODE&gt;srchMaxTime&lt;/CODE&gt; param for the group your user belongs to.&lt;BR /&gt;
Like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[user_group]
srchMaxTime = 30m
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This parameter is described in &lt;A href="https://docs.splunk.com/Documentation/ITSI/4.1.1/Configure/authorize.conf"&gt;https://docs.splunk.com/Documentation/ITSI/4.1.1/Configure/authorize.conf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Feb 2019 18:38:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-control-search-duration-of-users/m-p/450070#M127445</guid>
      <dc:creator>pkarpushin</dc:creator>
      <dc:date>2019-02-09T18:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to control search duration of users</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-control-search-duration-of-users/m-p/450071#M127446</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I would say to use srchTimeWin parameter of authorize.conf if your request is for Splunk Enterprise&lt;/P&gt;

&lt;P&gt;See :&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.3/Security/Addandeditroleswithauthorizeconf"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.3/Security/Addandeditroleswithauthorizeconf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The answer of @pkarpushin seems to be for ITSI.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Feb 2019 20:30:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-control-search-duration-of-users/m-p/450071#M127446</guid>
      <dc:creator>cmahieu</dc:creator>
      <dc:date>2019-02-09T20:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to control search duration of users</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-control-search-duration-of-users/m-p/450072#M127447</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I sugest to use srchTimeWin parameter of authorize.conf which defines per role the maximum time span in seconds allowed for a search executed by a user in this role.&lt;/P&gt;

&lt;P&gt;Source : &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.3/Security/Addandeditroleswithauthorizeconf"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.3/Security/Addandeditroleswithauthorizeconf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Christian&lt;/P&gt;</description>
      <pubDate>Sat, 09 Feb 2019 20:34:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-control-search-duration-of-users/m-p/450072#M127447</guid>
      <dc:creator>cmahieu</dc:creator>
      <dc:date>2019-02-09T20:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to control search duration of users</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-control-search-duration-of-users/m-p/450073#M127448</link>
      <description>&lt;P&gt;Thanks pkarpushin&lt;/P&gt;</description>
      <pubDate>Sun, 10 Feb 2019 06:33:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-control-search-duration-of-users/m-p/450073#M127448</guid>
      <dc:creator>ramprakash</dc:creator>
      <dc:date>2019-02-10T06:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to control search duration of users</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-control-search-duration-of-users/m-p/450074#M127449</link>
      <description>&lt;P&gt;Thanks @cmahieu ..if my query discontinue after lets say 30 min then will i get latest or earliest events ?&lt;/P&gt;</description>
      <pubDate>Sun, 10 Feb 2019 06:34:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-control-search-duration-of-users/m-p/450074#M127449</guid>
      <dc:creator>ramprakash</dc:creator>
      <dc:date>2019-02-10T06:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to control search duration of users</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-control-search-duration-of-users/m-p/450075#M127450</link>
      <description>&lt;P&gt;I would say that if users consistently have searches that run for over 30 minutes, you have other issues to address in the platform. &lt;/P&gt;</description>
      <pubDate>Sun, 10 Feb 2019 21:24:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-control-search-duration-of-users/m-p/450075#M127450</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2019-02-10T21:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to control search duration of users</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-control-search-duration-of-users/m-p/450076#M127451</link>
      <description>&lt;P&gt;Also be aware of an entirely new feature in Splunk v7.2 called &lt;CODE&gt;Workload Management&lt;/CODE&gt;:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.3/Workloads/Aboutworkloadmanagement"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.3/Workloads/Aboutworkloadmanagement&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 07:46:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-control-search-duration-of-users/m-p/450076#M127451</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-02-11T07:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to control search duration of users</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-control-search-duration-of-users/m-p/450077#M127452</link>
      <description>&lt;P&gt;An hadoop-like approach... &lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 11:56:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-control-search-duration-of-users/m-p/450077#M127452</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2019-02-11T11:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to control search duration of users</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-control-search-duration-of-users/m-p/450078#M127453</link>
      <description>&lt;P&gt;Should srchMaxTime work with data models and tstats? See my question at: &lt;A href="https://answers.splunk.com/answers/738545/trying-to-limit-search-duration-with-srchtimewin-a.html"&gt;https://answers.splunk.com/answers/738545/trying-to-limit-search-duration-with-srchtimewin-a.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 15:07:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-control-search-duration-of-users/m-p/450078#M127453</guid>
      <dc:creator>simpkins1958</dc:creator>
      <dc:date>2019-04-03T15:07:09Z</dc:date>
    </item>
  </channel>
</rss>

