Dashboards & Visualizations

Change name of default dashboard

ckunath
Communicator

Hello,

I would like to rename the "reports" and "alerts" dashboard to something else. Is there a way to do this, or are their names set?

Thank you in advance!

0 Karma
1 Solution

hardikJsheth
Motivator

You can use anchor tag instead of view tag as follows:

<collection label="Search">
        <a href='/app/search/dashboards'>Custom Dashboard</a>
        <view name="dashboards"/>
        <view name="reports" />
        <view name="predictive_analytics" />
        <view name="data_models" />
        <view name="search" />
    </collection>

View solution in original post

davebrooking
Contributor

The section Add navigation to a Splunk app in the documentation should help you change the names in the app bar.

Dave

0 Karma

hardikJsheth
Motivator

You can use anchor tag instead of view tag as follows:

<collection label="Search">
        <a href='/app/search/dashboards'>Custom Dashboard</a>
        <view name="dashboards"/>
        <view name="reports" />
        <view name="predictive_analytics" />
        <view name="data_models" />
        <view name="search" />
    </collection>

ckunath
Communicator

Thank you for your solution! Is there a way to set the URL path so that it gets the name of the current app and then redirects to the dashboard? e.g.

<a href='/app/<currentApp>/reports'>Scheduled Searches </a>
0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...