Reporting

Show me how to set filter text before loading reports page

parrotgw
Explorer

hi

Every time open a report page, i'am have to do a search.
so I want to create preset report pages
Show me how to set filter text before loading reports page

alt text

thank

0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

Consider modifying the navigation menu for the app. You can change the default "Search Datasets Reports Alerts Dashboards" menu with something like "Search Datasets MyReports Reports Alerts Dashboards".

Do that by selecting Settings->User Interface->Navigation menus. Click on "default" for the app you need to modify. Add text like this between two of the view tags. It causes the menu bar to have an entry called "MyReports" which lists all reports containing the string "my".

<collection label="MyReports">
        <saved source="all" match="my"/>
</collection>
---
If this reply helps you, Karma would be appreciated.

View solution in original post

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Consider modifying the navigation menu for the app. You can change the default "Search Datasets Reports Alerts Dashboards" menu with something like "Search Datasets MyReports Reports Alerts Dashboards".

Do that by selecting Settings->User Interface->Navigation menus. Click on "default" for the app you need to modify. Add text like this between two of the view tags. It causes the menu bar to have an entry called "MyReports" which lists all reports containing the string "my".

<collection label="MyReports">
        <saved source="all" match="my"/>
</collection>
---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...