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.: splunk-appnav:localized_nav:admin:en...
See more...
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.: splunk-appnav:localized_nav:admin:en-US {
"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
} Switching locales generates a new cached menu under a new key: splunk-appnav:localized_nav:admin:it-IT If you're having issues with nav menus, you may be able to resolve them with one of the following: Clear browser cache Clear site cookies/storage (linked in Chromium-based browsers) Clear local storage entries in browser dev tools