<?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: Help: Customise Navigation (Help) in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-Customise-Navigation/m-p/572901#M47002</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;This will add a menu to my current application, what I am looking to do is use the menu (in the black bar) at the Splunk level, as seen from the attached screen shot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-10-29 at 11.05.25 am.png" style="width: 576px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/16658iD2B5CA80B56BCF30/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2021-10-29 at 11.05.25 am.png" alt="Screen Shot 2021-10-29 at 11.05.25 am.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Oct 2021 00:06:05 GMT</pubDate>
    <dc:creator>bdunstan</dc:creator>
    <dc:date>2021-10-29T00:06:05Z</dc:date>
    <item>
      <title>How do I Customise Navigation?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-Customise-Navigation/m-p/569247#M46751</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I tried to find this in the docs, but no luck, more than happy to RTM if someone has the link.&lt;/P&gt;
&lt;P&gt;On the black menu, top right, there is Help, with Sub Menus of:&lt;BR /&gt;...&lt;BR /&gt;Tutorials&lt;BR /&gt;Help with this page&lt;BR /&gt;File a bug&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;I want to change where these either point to, or want to be able to leverage the link they point to; for example&lt;/P&gt;
&lt;P&gt;Help with this page : Where do I put my own docs so they will be used ?&lt;/P&gt;
&lt;P&gt;File a bug: I want this to point to my Jira&lt;BR /&gt;&lt;BR /&gt;Tutorials : I want this to point to a wiki or sharepoint or ?&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;-brett&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 13:21:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-Customise-Navigation/m-p/569247#M46751</guid>
      <dc:creator>bdunstan</dc:creator>
      <dc:date>2022-03-31T13:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help: Customise Navigation (Help)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-Customise-Navigation/m-p/572172#M46972</link>
      <description>&lt;P&gt;Hi&amp;nbsp;bdunstan,&lt;/P&gt;&lt;P&gt;To modify the app bar for your custom app, edit its navigation definition file, default.xml. You must refresh Splunk Web before you can see your changes.&lt;/P&gt;&lt;P&gt;1) In your text editor, open $SPLUNK_HOME/etc/apps/appname/default/data/ui/nav/default.xml.&lt;BR /&gt;2) Make your changes to the XML, then save the file.&amp;nbsp;&lt;BR /&gt;3) To view changes, navigate to http://&amp;lt;host&amp;gt;:&amp;lt;mport&amp;gt;/debug/refresh, click Refresh to refresh Splunk Web, then navigate to your app in the web browser.&lt;/P&gt;&lt;P&gt;Code for your requirements&lt;/P&gt;&lt;PRE&gt;&amp;lt;collection label="Help"&amp;gt;&lt;BR /&gt;&amp;lt;a href="link"&amp;gt;&lt;SPAN&gt;Tutorials&lt;/SPAN&gt;&amp;lt;/a&amp;gt;&lt;BR /&gt;&amp;lt;a href="link"&amp;gt;&lt;SPAN&gt;Help with this page&lt;/SPAN&gt;&amp;lt;/a&amp;gt;&lt;BR /&gt;&amp;lt;a href="link"&amp;gt;&lt;SPAN&gt;File a bug&lt;/SPAN&gt;&amp;lt;/a&amp;gt;&lt;BR /&gt;&amp;lt;/collection&amp;gt;&lt;/PRE&gt;&lt;P&gt;------&lt;/P&gt;&lt;P&gt;An upvote would be appreciated and Accept Solution if it helps!&lt;/P&gt;</description>
      <pubDate>Sun, 24 Oct 2021 20:42:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-Customise-Navigation/m-p/572172#M46972</guid>
      <dc:creator>PradReddy</dc:creator>
      <dc:date>2021-10-24T20:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help: Customise Navigation (Help)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-Customise-Navigation/m-p/572174#M46973</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/175740"&gt;@bdunstan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Never change a file in the default folder. Always copy that file to the same file path, but in a folder called local, otherwise if the app is updated, you will lose changes in default. Based on the comments form&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/70283"&gt;@PradReddy&lt;/a&gt;&amp;nbsp;, if you edit&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$SPLUN&lt;/SPAN&gt;&lt;SPAN&gt;K_HOME/etc/apps/appname/default/data/ui/nav/default.xml&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;make sure you save that file to &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$SPLUNK_HOME/etc/apps/appname/&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;local&lt;/STRONG&gt;&lt;/FONT&gt;/data/ui/nav/default.xml&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Oct 2021 21:35:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-Customise-Navigation/m-p/572174#M46973</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2021-10-24T21:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help: Customise Navigation (Help)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-Customise-Navigation/m-p/572901#M47002</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;This will add a menu to my current application, what I am looking to do is use the menu (in the black bar) at the Splunk level, as seen from the attached screen shot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-10-29 at 11.05.25 am.png" style="width: 576px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/16658iD2B5CA80B56BCF30/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2021-10-29 at 11.05.25 am.png" alt="Screen Shot 2021-10-29 at 11.05.25 am.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 00:06:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-Customise-Navigation/m-p/572901#M47002</guid>
      <dc:creator>bdunstan</dc:creator>
      <dc:date>2021-10-29T00:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help: Customise Navigation (Help)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-Customise-Navigation/m-p/591644#M48525</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/70283"&gt;@PradReddy&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Sorry for not replying to this, I have been out...&lt;BR /&gt;&lt;BR /&gt;This will change the menu at the application level, I am looking to change it at the Splunk level - where the `black` bar is (not the grey bar).&lt;BR /&gt;&lt;BR /&gt;Therefore, anyone know if there is a way to add/change the menus at the Splunk level.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 01:24:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-Customise-Navigation/m-p/591644#M48525</guid>
      <dc:creator>bdunstan</dc:creator>
      <dc:date>2022-03-31T01:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help: Customise Navigation (Help)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-Customise-Navigation/m-p/591690#M48533</link>
      <description>&lt;P&gt;You are messing with what Splunk provides as a product so as obvious you cannot modify it with configuration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Though if you are a JavaScript hero and you can modify anything on the web page. But I don't recommend this and I also don't know the legal aspect of it.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 06:09:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-Customise-Navigation/m-p/591690#M48533</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2022-03-31T06:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Help: Customise Navigation (Help)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-Customise-Navigation/m-p/591860#M48556</link>
      <description>&lt;P&gt;Thanks - thats what I found so far as well...&lt;BR /&gt;&lt;BR /&gt;I have raised it in ideas.splunk.com, to see if it can happen in the future.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 18:58:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-Customise-Navigation/m-p/591860#M48556</guid>
      <dc:creator>bdunstan</dc:creator>
      <dc:date>2022-03-31T18:58:29Z</dc:date>
    </item>
  </channel>
</rss>

