Splunk Search

Add dashboard tab to app?

metylkinandrey
Communicator

Good afternoon!
The infrastructure command gave me permissions so that I can add a dashboard tab to my application. I can't find where it's done.
Please advise.

Tags (1)
0 Karma
1 Solution

gcusello
SplunkTrust
SplunkTrust

Hi @metylkinandrey,

yes,as described in the above link, you have to edit this file or (better) to use the GUI at [Settings > User Interface > Navigation menu > default].

then you have to insert you dashboard.

I usually put the Splunk default links in a dedicated menu, something like this:

<nav>
<view name="esystem" default="true" />
<collection label="Default Splunk">
   <view name="search" />
   <view name="analytics_workspace" />
   <view name="datasets" />
   <view name="reports" />
   <view name="alerts" />
   <view name="dashboards" />
<collection>
</nav>

Ciao.

Giuseppe

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust

Please detail the steps you have gone through so far and what you have already tried

0 Karma

metylkinandrey
Communicator

I found where it needs to be edited:

/en-US/manager/esystem/data/ui/nav/default?action=edit&ns=esystem&uri=%2FservicesNS%2Fnobody%2Fesystem%2Fdata%2Fui%2Fnav%2Fdefault

Default settings:

<nav search_view="search" color="#5CC05C">
<view name="search" default="true" />
<view name="analytics_workspace" />
<view name="datasets" />
<view name="reports" />
<view name="alerts" />
<view name="dashboards" />
</nav>

 

0 Karma

metylkinandrey
Communicator

Where esystem is the application name.

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @metylkinandrey,

yes,as described in the above link, you have to edit this file or (better) to use the GUI at [Settings > User Interface > Navigation menu > default].

then you have to insert you dashboard.

I usually put the Splunk default links in a dedicated menu, something like this:

<nav>
<view name="esystem" default="true" />
<collection label="Default Splunk">
   <view name="search" />
   <view name="analytics_workspace" />
   <view name="datasets" />
   <view name="reports" />
   <view name="alerts" />
   <view name="dashboards" />
<collection>
</nav>

Ciao.

Giuseppe

metylkinandrey
Communicator

Thank you so much!

0 Karma

metylkinandrey
Communicator

My test splunk already has all default tabs. Therefore, there was no such problem. Basically splunk, alas, point-blank I don’t see where to set it up).

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @metylkinandrey,

let me understand: you need to edit and modify your app navigation menu, is it correct?

If this is your need, here you can find the instructions to do this:

https://dev.splunk.com/enterprise/docs/developapps/createapps/addnavsplunkapp/

Ciao.

Giuseppe

0 Karma

metylkinandrey
Communicator

I needed to edit these settings:

<nav search_view="search" color="#5CC05C">
<view name="search" default="true" />
<view name="analytics_workspace" />
<view name="datasets" />
<view name="reports" />
<view name="alerts" />
<view name="dashboards" />
</nav>

 

Is there documentation on how to get into these settings? Suddenly someone needs it? I just found what I need on the direct url, and I saw the address in the internal documentation in confluence.

0 Karma

metylkinandrey
Communicator

So far, I've only scoured the splunk frantically, trying to find where it's done))
Screenshots show what I need.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...