<?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: View only User in Security</title>
    <link>https://community.splunk.com/t5/Security/View-only-User/m-p/555715#M12317</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/232788"&gt;@florianhh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One way to control is having searchFilter and allow only indexes that you want this person to see at app level.&lt;/P&gt;&lt;P&gt;Having said that that's the app scope, if the same user having other roles assigned which has wider access then you can not control it then you should reach to your Splunk admin.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#authorize.conf should be deployed to Search head
## Same can be accomplished in UI
[role_ninja]
importRoles = user
srchFilter = host=foo
srchIndexesAllowed = index1&lt;/LI-CODE&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;An upvote would be appreciated if it helps!&lt;/P&gt;</description>
    <pubDate>Tue, 15 Jun 2021 05:13:15 GMT</pubDate>
    <dc:creator>venkatasri</dc:creator>
    <dc:date>2021-06-15T05:13:15Z</dc:date>
    <item>
      <title>View only User</title>
      <link>https://community.splunk.com/t5/Security/View-only-User/m-p/555666#M12315</link>
      <description>&lt;P&gt;Hello Splunkys,&lt;/P&gt;&lt;P&gt;i read this post&amp;nbsp;&lt;A href="https://community.splunk.com/t5/Archive/Limit-user-access-to-view-dashboard-only/m-p/224070#M31471" target="_self"&gt;Link&lt;/A&gt;&amp;nbsp;on the Splunk Forum.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a App and it only contains 1 dashboard. I create a user that has only access to this app.&lt;/P&gt;&lt;P&gt;But you can't disable the users permission to view the search app.&lt;/P&gt;&lt;P&gt;If you do that you get a 500 error after logging in.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you dont do it and allow view for the search app then it works but then the user is able to search more.&lt;/P&gt;&lt;P&gt;Also Basically every think in Splunk that is clickable at that point will prompt you with a 500 internal server error page. Thats not cool.&lt;/P&gt;&lt;P&gt;We need a Role for Helpdesk personal that shows something but we do not want that these persons can lookup some spl and spy on employee's.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 14:21:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/View-only-User/m-p/555666#M12315</guid>
      <dc:creator>florianhh</dc:creator>
      <dc:date>2021-06-14T14:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: View only User</title>
      <link>https://community.splunk.com/t5/Security/View-only-User/m-p/555715#M12317</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/232788"&gt;@florianhh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One way to control is having searchFilter and allow only indexes that you want this person to see at app level.&lt;/P&gt;&lt;P&gt;Having said that that's the app scope, if the same user having other roles assigned which has wider access then you can not control it then you should reach to your Splunk admin.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#authorize.conf should be deployed to Search head
## Same can be accomplished in UI
[role_ninja]
importRoles = user
srchFilter = host=foo
srchIndexesAllowed = index1&lt;/LI-CODE&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;An upvote would be appreciated if it helps!&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 05:13:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/View-only-User/m-p/555715#M12317</guid>
      <dc:creator>venkatasri</dc:creator>
      <dc:date>2021-06-15T05:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: View only User</title>
      <link>https://community.splunk.com/t5/Security/View-only-User/m-p/555734#M12318</link>
      <description>&lt;P&gt;Thank you !&lt;/P&gt;&lt;P&gt;I've tried that from the WebUI but it did not work.&lt;/P&gt;&lt;P&gt;I now did it trough&amp;nbsp; the .conf file as you suggested and now it works.&lt;/P&gt;&lt;P&gt;Oddly now the webUI Shows (EventCode::4740)&amp;nbsp; as filter.&amp;nbsp; Why is that odd format with :: ?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 07:32:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/View-only-User/m-p/555734#M12318</guid>
      <dc:creator>florianhh</dc:creator>
      <dc:date>2021-06-15T07:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: View only User</title>
      <link>https://community.splunk.com/t5/Security/View-only-User/m-p/555881#M12323</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/232788"&gt;@florianhh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;:: is used for indexed fields preferred by Splunk. Otherwise EventCode=1234 OR&amp;nbsp;EventCode::1234 both are same. If EventCode is not an indexed field with :: you won't get any results. It's always better to search in UI first and add it to search filter.&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;An upvote would be appreciated if it helps!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 00:06:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/View-only-User/m-p/555881#M12323</guid>
      <dc:creator>venkatasri</dc:creator>
      <dc:date>2021-06-16T00:06:32Z</dc:date>
    </item>
  </channel>
</rss>

