<?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 search filter limit for user in Security</title>
    <link>https://community.splunk.com/t5/Security/search-filter-limit-for-user/m-p/78112#M2592</link>
    <description>&lt;P&gt;I just want esrs user see only esrs index,but it has no data&lt;BR /&gt;
if i command the srchfilter out. the user see all indexes.&lt;BR /&gt;
thanks&lt;/P&gt;

&lt;P&gt;this is my authorize.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;role_esrs
rtsearch = enable
srchFilter = host=host*
importRoles = user
rtSrchJobsQuota = 0
srchDiskQuota = 0
srchIndexesAllowed = index
srchIndexesDefault = index
srchJobsQuota = 0
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 19 Sep 2011 19:44:53 GMT</pubDate>
    <dc:creator>duongl2</dc:creator>
    <dc:date>2011-09-19T19:44:53Z</dc:date>
    <item>
      <title>search filter limit for user</title>
      <link>https://community.splunk.com/t5/Security/search-filter-limit-for-user/m-p/78112#M2592</link>
      <description>&lt;P&gt;I just want esrs user see only esrs index,but it has no data&lt;BR /&gt;
if i command the srchfilter out. the user see all indexes.&lt;BR /&gt;
thanks&lt;/P&gt;

&lt;P&gt;this is my authorize.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;role_esrs
rtsearch = enable
srchFilter = host=host*
importRoles = user
rtSrchJobsQuota = 0
srchDiskQuota = 0
srchIndexesAllowed = index
srchIndexesDefault = index
srchJobsQuota = 0
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 19 Sep 2011 19:44:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/search-filter-limit-for-user/m-p/78112#M2592</guid>
      <dc:creator>duongl2</dc:creator>
      <dc:date>2011-09-19T19:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: search filter limit for user</title>
      <link>https://community.splunk.com/t5/Security/search-filter-limit-for-user/m-p/78113#M2593</link>
      <description>&lt;P&gt;i use srchFilter = index=esrs.&lt;BR /&gt;
it is ok. but i am not sure that is correct. because the user can't see others indexes. How is about the dashboard and view. The user still see all sources and hosts.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2011 20:53:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/search-filter-limit-for-user/m-p/78113#M2593</guid>
      <dc:creator>duongl2</dc:creator>
      <dc:date>2011-09-19T20:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: search filter limit for user</title>
      <link>https://community.splunk.com/t5/Security/search-filter-limit-for-user/m-p/78114#M2594</link>
      <description>&lt;P&gt;I think your issue here is that you are also importing the user role. And that role allows users to search all non internal indexes by default. Try removing that role from the inhereted list, then tweak the esrs role. You shouldn't have to use any search restrictions to achieve this. &lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2011 17:16:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/search-filter-limit-for-user/m-p/78114#M2594</guid>
      <dc:creator>RicoSuave</dc:creator>
      <dc:date>2011-09-20T17:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: search filter limit for user</title>
      <link>https://community.splunk.com/t5/Security/search-filter-limit-for-user/m-p/78115#M2595</link>
      <description>&lt;P&gt;if i remove user role, i got an error when login&lt;BR /&gt;
Internal Server Error&lt;/P&gt;

&lt;P&gt;AuthorizationFailed: [HTTP 403] Client is not authorized to perform requested action; &lt;A href="https://127.0.0.1:8089/servicesNS/test/search/properties/app?fillcontents=1"&gt;https://127.0.0.1:8089/servicesNS/test/search/properties/app?fillcontents=1&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2011 19:36:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/search-filter-limit-for-user/m-p/78115#M2595</guid>
      <dc:creator>duongl2</dc:creator>
      <dc:date>2011-09-20T19:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: search filter limit for user</title>
      <link>https://community.splunk.com/t5/Security/search-filter-limit-for-user/m-p/78116#M2596</link>
      <description>&lt;P&gt;Yeah, that's because the user role has the REST_Properties Capabilities to allow the users to access it via web. An easier approach would be to just remove the all of the indexes in selected search indexes in the user role, then just specify what indexes the other roles can search. Or you could add the REST capabilities to the esrs role.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2011 21:29:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/search-filter-limit-for-user/m-p/78116#M2596</guid>
      <dc:creator>RicoSuave</dc:creator>
      <dc:date>2011-09-20T21:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: search filter limit for user</title>
      <link>https://community.splunk.com/t5/Security/search-filter-limit-for-user/m-p/78117#M2597</link>
      <description>&lt;P&gt;That worked for me! Thank you, Joetron&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2011 18:38:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/search-filter-limit-for-user/m-p/78117#M2597</guid>
      <dc:creator>nurtdi</dc:creator>
      <dc:date>2011-10-07T18:38:01Z</dc:date>
    </item>
  </channel>
</rss>

