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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...