<?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: How to fix Splunk nav bar? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-fix-Splunk-nav-bar/m-p/345619#M22512</link>
    <description>&lt;P&gt;The top of the nav bar being black is quite normal - Do you mean the search bar has gone black? You can change this in your user preferences.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Feb 2018 09:04:24 GMT</pubDate>
    <dc:creator>nickhills</dc:creator>
    <dc:date>2018-02-05T09:04:24Z</dc:date>
    <item>
      <title>How to fix Splunk nav bar?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-fix-Splunk-nav-bar/m-p/345616#M22509</link>
      <description>&lt;P&gt;I changed my localhost and when i created a new app, my app's nav bar turned into this format and the color is black instead of the green one? &lt;/P&gt;

&lt;P&gt;Is there a way to fix this?&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/4268i0BDD94422D035E7D/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 05:37:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-fix-Splunk-nav-bar/m-p/345616#M22509</guid>
      <dc:creator>patricianaguit</dc:creator>
      <dc:date>2018-02-05T05:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix Splunk nav bar?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-fix-Splunk-nav-bar/m-p/345617#M22510</link>
      <description>&lt;P&gt;Hi @patricianaguit ,&lt;BR /&gt;
What changes you did on you localhost?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 07:52:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-fix-Splunk-nav-bar/m-p/345617#M22510</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2018-02-05T07:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix Splunk nav bar?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-fix-Splunk-nav-bar/m-p/345618#M22511</link>
      <description>&lt;P&gt;It looks like your app does not have a navigation bar configured.&lt;BR /&gt;
Have a look at this link: &lt;A href="http://dev.splunk.com/view/webframework-developapps/SP-CAAAEP9"&gt;Add navigation to a Splunk app&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Basically, to create your own navigation bar, you need to create the file etc/apps/myapp/default/data/ui/nav/default.xml. (Replace "myapp" with the name of your app.) The contents of this file should be something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;nav search_view="search" color="#65A637"&amp;gt;
    &amp;lt;view name="search" default="true" /&amp;gt;
    &amp;lt;view name="data_models" /&amp;gt;
    &amp;lt;view name="reports" /&amp;gt;
    &amp;lt;view name="alerts" /&amp;gt;
    &amp;lt;view name="dashboards" /&amp;gt;
&amp;lt;/nav&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Restart Splunk after creating this file. Now you should have a navigation menu.&lt;/P&gt;

&lt;P&gt;Later you can edit the navigation menu directly via Settings/User interface/Navigation menus.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 08:02:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-fix-Splunk-nav-bar/m-p/345618#M22511</guid>
      <dc:creator>Yunagi</dc:creator>
      <dc:date>2018-02-05T08:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix Splunk nav bar?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-fix-Splunk-nav-bar/m-p/345619#M22512</link>
      <description>&lt;P&gt;The top of the nav bar being black is quite normal - Do you mean the search bar has gone black? You can change this in your user preferences.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 09:04:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-fix-Splunk-nav-bar/m-p/345619#M22512</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2018-02-05T09:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix Splunk nav bar?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-fix-Splunk-nav-bar/m-p/345620#M22513</link>
      <description>&lt;P&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; this helped me solve my problem &lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 02:46:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-fix-Splunk-nav-bar/m-p/345620#M22513</guid>
      <dc:creator>patricianaguit</dc:creator>
      <dc:date>2018-02-07T02:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix Splunk nav bar?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-fix-Splunk-nav-bar/m-p/345621#M22514</link>
      <description>&lt;P&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; already fixed this issue!&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 02:47:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-fix-Splunk-nav-bar/m-p/345621#M22514</guid>
      <dc:creator>patricianaguit</dc:creator>
      <dc:date>2018-02-07T02:47:23Z</dc:date>
    </item>
  </channel>
</rss>

