- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The menu choice is not displayed in the navigation menu of one of our Splunk custom apps.
I updated
etc/apps/custom_app/local/data/ui/nav/default.xml
with a new sub-menu choice that should display saved searches based on the name pattern:
<collection label="Menu Choice">
<saved source="unclassified" match="Pattern" />
</collection>
where "Pattern" is some specific pattern which is in the name of 17 saved searches -- reports and alerts. The alerts are scheduled and reports are not. All the alerts and reports are shared in App, not Private.
This newly added menu choice doesn't appear in the menu. The menu has many other working menu choices displaying dashboards or other saved searches.
What could be the reason?
I tried reloading the app and changing the ownership of one of the alerts and reports but it didn't help. I am logged in as admin.
Thank you.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The 17 alerts and reports are not owned by admin.
