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!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...