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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...