<?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 how to hide options like message, setting,activity from the first page in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/how-to-hide-options-like-message-setting-activity-from-the-first/m-p/145357#M185157</link>
    <description>&lt;P&gt;Hi Experts,&lt;/P&gt;

&lt;P&gt;I do not want to show Message, Setting , activity , help to my user it is present at the top right corner .&lt;BR /&gt;
What I want is when user login he/she will only see his login name and under that logout option.&lt;/P&gt;

&lt;P&gt;Please advice from where I can hide these options. I have assigned User splunk role to my users.&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
VG&lt;/P&gt;</description>
    <pubDate>Tue, 30 Sep 2014 10:19:45 GMT</pubDate>
    <dc:creator>vikas_gopal</dc:creator>
    <dc:date>2014-09-30T10:19:45Z</dc:date>
    <item>
      <title>how to hide options like message, setting,activity from the first page</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-hide-options-like-message-setting-activity-from-the-first/m-p/145357#M185157</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;

&lt;P&gt;I do not want to show Message, Setting , activity , help to my user it is present at the top right corner .&lt;BR /&gt;
What I want is when user login he/she will only see his login name and under that logout option.&lt;/P&gt;

&lt;P&gt;Please advice from where I can hide these options. I have assigned User splunk role to my users.&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
VG&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2014 10:19:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-hide-options-like-message-setting-activity-from-the-first/m-p/145357#M185157</guid>
      <dc:creator>vikas_gopal</dc:creator>
      <dc:date>2014-09-30T10:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide options like message, setting,activity from the first page</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-hide-options-like-message-setting-activity-from-the-first/m-p/145358#M185158</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;For splunk 6.2.1 .... I did the following: &lt;/P&gt;

&lt;P&gt;You can hide the top menu items (message, settings, ...) via a css file. &lt;/P&gt;

&lt;P&gt;Place the file in the following folder: &lt;BR /&gt;
\etc\apps\appserver\static&lt;/P&gt;

&lt;P&gt;Name it "dashboard.css". &lt;/P&gt;

&lt;P&gt;And insert the following code in the css file: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.app-bar shared-appbar{
    display: none; 
}
.navbar {
    display: none !important;
}
.dashboard-view-controls {
    display: none !important;
}
.splunk-dashboard-controls{
    display: none !important;
 }
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Restart splunk to see the changes. &lt;/P&gt;

&lt;P&gt;Hope it helps, &lt;BR /&gt;
Ken. &lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2015 14:53:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-hide-options-like-message-setting-activity-from-the-first/m-p/145358#M185158</guid>
      <dc:creator>kenvanderheyden</dc:creator>
      <dc:date>2015-02-10T14:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide options like message, setting,activity from the first page</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-hide-options-like-message-setting-activity-from-the-first/m-p/145359#M185159</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;Another option is to edit the xml of your dashboard, and add the following code to the tag: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard hideFooter="true" hideSplunkBar="true"&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Seems to work fine. &lt;/P&gt;

&lt;P&gt;Regards, &lt;BR /&gt;
Ken. &lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2015 15:15:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-hide-options-like-message-setting-activity-from-the-first/m-p/145359#M185159</guid>
      <dc:creator>kenvanderheyden</dc:creator>
      <dc:date>2015-02-10T15:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide options like message, setting,activity from the first page</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-hide-options-like-message-setting-activity-from-the-first/m-p/145360#M185160</link>
      <description>&lt;P&gt;This was very helpful. Is there any way to to do this globally based on user roles/settings?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2015 20:59:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-hide-options-like-message-setting-activity-from-the-first/m-p/145360#M185160</guid>
      <dc:creator>daviduslan</dc:creator>
      <dc:date>2015-09-09T20:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide options like message, setting,activity from the first page</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-hide-options-like-message-setting-activity-from-the-first/m-p/145361#M185161</link>
      <description>&lt;P&gt;hi did u gaot answer for your query??&lt;BR /&gt;
If yes please do post it as my requirements are also same.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 10:55:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-hide-options-like-message-setting-activity-from-the-first/m-p/145361#M185161</guid>
      <dc:creator>abhishekroy168</dc:creator>
      <dc:date>2018-03-29T10:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide options like message, setting,activity from the first page</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-hide-options-like-message-setting-activity-from-the-first/m-p/145362#M185162</link>
      <description>&lt;P&gt;hi did u got answer for your query??&lt;BR /&gt;
If yes please do post it as my requirements are also same.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2018 14:07:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-hide-options-like-message-setting-activity-from-the-first/m-p/145362#M185162</guid>
      <dc:creator>abhishekroy168</dc:creator>
      <dc:date>2018-04-02T14:07:39Z</dc:date>
    </item>
  </channel>
</rss>

