All Apps and Add-ons

VMware App adding customer dashboard

fizwit
Explorer

What is the best way to add a custom dashboard to the VMware App? Should I just edit $SPLUNK_HOME/etc/apps/vmware/local/data/ui/nav ?

0 Karma
1 Solution

bbingham
Builder

Correct, you'd add your dashboard to:

$SPLUNK_HOME/etc/apps/splunk_for_vmware/local/data/ui/views

and then you'd want to copy/edit:

copy:
$SPLUNK_HOME/etc/apps/splunk_for_vmware/default/data/ui/nav/default.xml

to:
$SPLUNK_HOME/etc/apps/splunk_for_vmware/local/data/ui/nav/default.xml

And then add the name of your new dashboard. Just as a note, any future updates for the app that add / change dashboards will ship with a new nav.xml and will require you to update your file by hand.

View solution in original post

0 Karma

bbingham
Builder

Correct, you'd add your dashboard to:

$SPLUNK_HOME/etc/apps/splunk_for_vmware/local/data/ui/views

and then you'd want to copy/edit:

copy:
$SPLUNK_HOME/etc/apps/splunk_for_vmware/default/data/ui/nav/default.xml

to:
$SPLUNK_HOME/etc/apps/splunk_for_vmware/local/data/ui/nav/default.xml

And then add the name of your new dashboard. Just as a note, any future updates for the app that add / change dashboards will ship with a new nav.xml and will require you to update your file by hand.

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, ...