- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there a way, using Advanced XML, to display the title of a saved search passed into a custom view?
dlovett
Path Finder
03-06-2013
01:47 PM
I have a collection in my default navigation xml for reports. The collection includes all saved searches that match a specific tag and specifies a custom view for displaying results. I can get the title of the saved search to display if I use the "SearchBar" module; however, we do not want to allow general end users to be able to submit searches.
Is there a way, using Advanced XML, to display the title of a saved search passed into a custom view?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
martin_mueller

SplunkTrust
03-07-2013
06:08 AM
You can access the saved search's name with $search.name$, and then display it in an HTML module for example (requires sideview utils, not sure if v1 suffices).
