<?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: hideSplunkBar leaves no way to log out in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/hideSplunkBar-leaves-no-way-to-log-out/m-p/295232#M18720</link>
    <description>&lt;P&gt;@grittonc, just take the above code and paste above the first &lt;CODE&gt;&amp;lt;row&amp;gt;&lt;/CODE&gt; section you currently have.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jan 2018 16:03:33 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2018-01-12T16:03:33Z</dc:date>
    <item>
      <title>hideSplunkBar leaves no way to log out</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/hideSplunkBar-leaves-no-way-to-log-out/m-p/295228#M18716</link>
      <description>&lt;P&gt;I'm very new to this, so I'm sorry if this question is obvious. &lt;/P&gt;

&lt;P&gt;I'm trying to give some users access to only their app. They have no need for the settings menu, or the app menu. However, it seems that I can't hide these selectively. The only way to hide them seems to be to use hideSplunkBar="true" in the simple XML dashboards. This hides the whole SplunkBar, including the user menu where they can log out. This seems clunky. &lt;/P&gt;

&lt;P&gt;Is there a way to selectively hide Splunk Bar items, like the Apps menu and the settings menu?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 13:29:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/hideSplunkBar-leaves-no-way-to-log-out/m-p/295228#M18716</guid>
      <dc:creator>grittonc</dc:creator>
      <dc:date>2018-01-11T13:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: hideSplunkBar leaves no way to log out</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/hideSplunkBar-leaves-no-way-to-log-out/m-p/295229#M18717</link>
      <description>&lt;P&gt;@grittonc, try adding the code like the following to your dashboard. This will give you an HTML Pane with the Logout button on the right (you can style through CSS). You can save this as a pre-built panel and include in the dashboards for your app:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;div&amp;gt;
          &amp;lt;a href="http://&amp;lt;YourSplunkServerURL&amp;gt;/en-US/account/logout" class="btn" style="float:right;"&amp;gt;Logout&amp;lt;/a&amp;gt;
        &amp;lt;/div&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Jan 2018 13:47:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/hideSplunkBar-leaves-no-way-to-log-out/m-p/295229#M18717</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-01-11T13:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: hideSplunkBar leaves no way to log out</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/hideSplunkBar-leaves-no-way-to-log-out/m-p/295230#M18718</link>
      <description>&lt;P&gt;Thanks. Do I have to convert my whole dashboard to HTML to accomplish this?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 18:57:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/hideSplunkBar-leaves-no-way-to-log-out/m-p/295230#M18718</guid>
      <dc:creator>grittonc</dc:creator>
      <dc:date>2018-01-11T18:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: hideSplunkBar leaves no way to log out</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/hideSplunkBar-leaves-no-way-to-log-out/m-p/295231#M18719</link>
      <description>&lt;P&gt;No, you do not.&lt;/P&gt;

&lt;P&gt;If this works for you, please accept the answer so this question no longer looks open.  Obviously ignore that advice if this answer &lt;EM&gt;doesn't&lt;/EM&gt; fully solve your problem.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 19:01:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/hideSplunkBar-leaves-no-way-to-log-out/m-p/295231#M18719</guid>
      <dc:creator>micahkemp</dc:creator>
      <dc:date>2018-01-11T19:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: hideSplunkBar leaves no way to log out</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/hideSplunkBar-leaves-no-way-to-log-out/m-p/295232#M18720</link>
      <description>&lt;P&gt;@grittonc, just take the above code and paste above the first &lt;CODE&gt;&amp;lt;row&amp;gt;&lt;/CODE&gt; section you currently have.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 16:03:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/hideSplunkBar-leaves-no-way-to-log-out/m-p/295232#M18720</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-01-12T16:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: hideSplunkBar leaves no way to log out</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/hideSplunkBar-leaves-no-way-to-log-out/m-p/295233#M18721</link>
      <description>&lt;P&gt;how does this work for Splunk "Search" page. I am not able to implement this on Search Page. Implemented on all other dashboards&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 12:02:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/hideSplunkBar-leaves-no-way-to-log-out/m-p/295233#M18721</guid>
      <dc:creator>neelshah</dc:creator>
      <dc:date>2018-03-01T12:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: hideSplunkBar leaves no way to log out</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/hideSplunkBar-leaves-no-way-to-log-out/m-p/295234#M18722</link>
      <description>&lt;P&gt;@neelshah, Since this option is based on &lt;CODE&gt;&amp;lt;html&amp;gt;&lt;/CODE&gt; panels which can be added only to a dashboard, if you want to implement this also for Search, you will have to create your own Search dashboard using Splunk JS stack and code all your Dashboard Drilldown to point to your Search dashboard rather than Splunk Search UI.&lt;/P&gt;

&lt;P&gt;Refer to my answer which describes how you can create your own Search Dashboard using Splunk JS Stack: &lt;A href="https://answers.splunk.com/answers/586948/how-to-change-app-banner-css-when-open-search-in-s.html"&gt;https://answers.splunk.com/answers/586948/how-to-change-app-banner-css-when-open-search-in-s.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Moreover this question is regarding adding our own logout link, when we hide Splunk App Bar with default logout link. So this also implies in Splunk Search Bar you will have Splunk App Bar. You can refer to above option which was originally asked to apply custom theme to Search UI. Which implies in Splunk Search implemented as Dashboard you can also hide the Splunk App Bar.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 16:24:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/hideSplunkBar-leaves-no-way-to-log-out/m-p/295234#M18722</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-03-01T16:24:41Z</dc:date>
    </item>
  </channel>
</rss>

