<?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 App menu bar in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/App-menu-bar/m-p/698199#M57232</link>
    <description>&lt;P&gt;Hi at all,&lt;/P&gt;&lt;P&gt;I don't know if someone else found this issue:&lt;/P&gt;&lt;P&gt;Using for the first time 9.3.0 version I tried to customize an app menu bar.&lt;/P&gt;&lt;P&gt;Then I found that if I try to use this app with my language (it-IT) it doesn't change; if instead I run it with the default english interface (en-US) it correctly runs.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Sep 2024 13:51:43 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2024-09-04T13:51:43Z</dc:date>
    <item>
      <title>App menu bar</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/App-menu-bar/m-p/698199#M57232</link>
      <description>&lt;P&gt;Hi at all,&lt;/P&gt;&lt;P&gt;I don't know if someone else found this issue:&lt;/P&gt;&lt;P&gt;Using for the first time 9.3.0 version I tried to customize an app menu bar.&lt;/P&gt;&lt;P&gt;Then I found that if I try to use this app with my language (it-IT) it doesn't change; if instead I run it with the default english interface (en-US) it correctly runs.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 13:51:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/App-menu-bar/m-p/698199#M57232</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-09-04T13:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: App menu bar</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/App-menu-bar/m-p/698458#M57254</link>
      <description>&lt;P&gt;My custom default.xml isn't displayed at all in 9.3.0. I know it's being read because I changed the default view, and that's the view that loads when the app loads. ???&lt;/P&gt;&lt;P&gt;EDIT: I had named my test app localized_menu, and for reasons unknown to me right now, this broke menu customization.&lt;/P&gt;&lt;P&gt;Variations on this app name worked fine:&lt;/P&gt;&lt;P&gt;lauz_localized_menu&lt;BR /&gt;leaz_localized_menu&lt;BR /&gt;localzzz&lt;BR /&gt;localized_nav&lt;BR /&gt;localized_xxx&lt;BR /&gt;localizedxxx&lt;BR /&gt;mlocalized_menu&lt;/P&gt;&lt;P&gt;This appears to be a bug specific to apps named localized_menu or similar enough permutations, but I don't have a personal support account.&lt;/P&gt;&lt;P&gt;For now, though, I can test localization in a sanely named localized_nav app.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Sep 2024 00:25:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/App-menu-bar/m-p/698458#M57254</guid>
      <dc:creator>tscroggins</dc:creator>
      <dc:date>2024-09-08T00:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: App menu bar</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/App-menu-bar/m-p/698464#M57257</link>
      <description>&lt;P&gt;A simple test in a barebones app worked for me. After working though the app name bug (see above), I customized default.xml, and the menu is rendered in both en-US and it-IT locales. My browser locale remains US English, however, so I'm probably not sufficiently emulating your environment.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Sep 2024 00:28:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/App-menu-bar/m-p/698464#M57257</guid>
      <dc:creator>tscroggins</dc:creator>
      <dc:date>2024-09-08T00:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: App menu bar</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/App-menu-bar/m-p/698479#M57260</link>
      <description>&lt;P&gt;This was really bothering me ... and I isolated the cause to browser-local storage managed by SplunkWeb. Keys beginning with splunk-appnav cache nav menus, e.g.:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;splunk-appnav:localized_nav:admin:en-US&lt;/STRONG&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
  "nav": [
    {
      "label": "Localized Nav Dashboard",
      "uri": "/en-US/app/localized_nav/localized_nav_dashboard",
      "viewName": "localized_nav_dashboard",
      "isDefault": true
    },
    {
      "label": "More...",
      "submenu": [
        {
          "label": "Search",
          "uri": "/en-US/app/localized_nav/search",
          "viewName": "search"
        },
        {
          "label": "Analytics",
          "uri": "/en-US/app/localized_nav/analytics_workspace",
          "viewName": "analytics_workspace"
        },
        {
          "label": "Datasets",
          "uri": "/en-US/app/localized_nav/datasets",
          "viewName": "datasets"
        },
        {
          "label": "Reports",
          "uri": "/en-US/app/localized_nav/reports",
          "viewName": "reports"
        },
        {
          "label": "Alerts",
          "uri": "/en-US/app/localized_nav/alerts",
          "viewName": "alerts"
        },
        {
          "label": "Dashboards",
          "uri": "/en-US/app/localized_nav/dashboards",
          "viewName": "dashboards"
        }
      ]
    }
  ],
  "color": "#ff0000",
  "label": "Localized Nav",
  "searchView": "search",
  "lastModified": 1725807491341
}&lt;/LI-CODE&gt;&lt;P&gt;Switching locales generates a new cached menu under a new key:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;splunk-appnav:localized_nav:admin:it-IT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you're having issues with nav menus, you may be able to resolve them with one of the following:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Clear browser cache&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Clear site cookies/storage (linked in Chromium-based browsers)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Clear local storage entries in browser dev tools&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Sun, 08 Sep 2024 15:06:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/App-menu-bar/m-p/698479#M57260</guid>
      <dc:creator>tscroggins</dc:creator>
      <dc:date>2024-09-08T15:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: App menu bar</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/App-menu-bar/m-p/698481#M57262</link>
      <description>&lt;P&gt;If you want to provide both en-US and it-IT translations in your app, check &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/TranslateSplunk" target="_self"&gt;https://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/TranslateSplunk&lt;/A&gt;&amp;nbsp;for the localization process.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Sep 2024 15:10:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/App-menu-bar/m-p/698481#M57262</guid>
      <dc:creator>tscroggins</dc:creator>
      <dc:date>2024-09-08T15:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: App menu bar</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/App-menu-bar/m-p/698503#M57263</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;, i thought to test this but not sure how to test.&lt;/P&gt;&lt;P&gt;will check the other options replied and update you back, thanks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Sekar&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 02:56:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/App-menu-bar/m-p/698503#M57263</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2024-09-09T02:56:16Z</dc:date>
    </item>
  </channel>
</rss>

