<?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 access to &amp;quot;Manager&amp;quot; in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Restrict-access-to-quot-Manager-quot/m-p/25515#M4821</link>
    <description>&lt;P&gt;I added the following&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;javascript:alert(document.links[1].style.display="none")
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;to application.js and it works beautifully.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jun 2011 04:48:58 GMT</pubDate>
    <dc:creator>namanjoshi</dc:creator>
    <dc:date>2011-06-09T04:48:58Z</dc:date>
    <item>
      <title>Restrict access to "Manager"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Restrict-access-to-quot-Manager-quot/m-p/25511#M4817</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I running Splunk 4.1.6 and I'm trying to create a role which allows the user to only have read access to the Search app. i.e. They can only do native and saved searches.&lt;/P&gt;

&lt;P&gt;However, even at the lowest level of privileges it seems the user always has access to the "Manager". Is there anyway to restrict this? Can i remove the link from the search app? &lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2011 01:04:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Restrict-access-to-quot-Manager-quot/m-p/25511#M4817</guid>
      <dc:creator>namanjoshi</dc:creator>
      <dc:date>2011-06-09T01:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict access to "Manager"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Restrict-access-to-quot-Manager-quot/m-p/25512#M4818</link>
      <description>&lt;P&gt;namanjoshi,&lt;/P&gt;

&lt;P&gt;You can certainly customize "search" or create a custom app that doesn't provide links to manager or other apps to the users.  Additionally, you can configure Splunk to put certain users in this app by default.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/base/Documentation/latest/Developer/AdvancedDashboard#Add_chrome"&gt;There&lt;/A&gt; is Splunk documentation on how to customize a dashboard.  &lt;/P&gt;

&lt;P&gt;Note, to do what are you're asking requires the &lt;EM&gt;advanced dashboard&lt;/EM&gt; XML.&lt;/P&gt;

&lt;P&gt;As the doc states, you can browse to your search app and viewSource to see what components are there: &lt;A href="https://localhost:8000/en-US/app/search/dashboard_live?showsource=true"&gt;https://localhost:8000/en-US/app/search/dashboard_live?showsource=true&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Sean&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2011 02:35:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Restrict-access-to-quot-Manager-quot/m-p/25512#M4818</guid>
      <dc:creator>sdwilkerson</dc:creator>
      <dc:date>2011-06-09T02:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict access to "Manager"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Restrict-access-to-quot-Manager-quot/m-p/25513#M4819</link>
      <description>&lt;P&gt;To add to what Sean said, when you use advanced XML, you can only actually remove the entire "AccountBar", meaning all of those links, or leave it in.  However, if I'm in an app, I can paste this into the URL bar and the "Manager" link will hide for me, so I imagine that a custom application.js could get you what you want:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;javascript:{$('a[href*="/manager/"]').hide()}
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 09 Jun 2011 02:46:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Restrict-access-to-quot-Manager-quot/m-p/25513#M4819</guid>
      <dc:creator>mw</dc:creator>
      <dc:date>2011-06-09T02:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict access to "Manager"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Restrict-access-to-quot-Manager-quot/m-p/25514#M4820</link>
      <description>&lt;P&gt;Thanks mw. I tried the javascript you mentioned and in Chrome it seems to work, but not Firefox. Any tips?&lt;/P&gt;

&lt;P&gt;(My html is not as good as it used to be)&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2011 04:20:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Restrict-access-to-quot-Manager-quot/m-p/25514#M4820</guid>
      <dc:creator>namanjoshi</dc:creator>
      <dc:date>2011-06-09T04:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict access to "Manager"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Restrict-access-to-quot-Manager-quot/m-p/25515#M4821</link>
      <description>&lt;P&gt;I added the following&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;javascript:alert(document.links[1].style.display="none")
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;to application.js and it works beautifully.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2011 04:48:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Restrict-access-to-quot-Manager-quot/m-p/25515#M4821</guid>
      <dc:creator>namanjoshi</dc:creator>
      <dc:date>2011-06-09T04:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict access to "Manager"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Restrict-access-to-quot-Manager-quot/m-p/25516#M4822</link>
      <description>&lt;P&gt;you can control what is displayed on the Manager page via the authorize.conf file.&lt;/P&gt;

&lt;P&gt;more info here :&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3/admin/Addandeditroles#List_of_available_capabilities"&gt;http://docs.splunk.com/Documentation/Splunk/4.3/admin/Addandeditroles#List_of_available_capabilities&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3/admin/Addandeditroles#List_of_available_capabilities"&gt;http://docs.splunk.com/Documentation/Splunk/4.3/admin/Addandeditroles#List_of_available_capabilities&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2012 23:09:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Restrict-access-to-quot-Manager-quot/m-p/25516#M4822</guid>
      <dc:creator>frankfowler</dc:creator>
      <dc:date>2012-02-14T23:09:20Z</dc:date>
    </item>
  </channel>
</rss>

