All Apps and Add-ons

Splunk App for VMware 2.0

bdichter
Engager

How do I configure/modify auto-refresh on the home dashboard for Splunk App for VMware 2.0?

1 Solution

bbingham
Builder

With any dashboard in splunk, you can modify the dashboard's xml to have a "refresh" tag. Edit the home_proactive_mornitoring.xml header from:

< view autoCancelInterval="120" decomposeIntentions="false" isPersistable="true" isSticky="true" isVisible="true" objectMode="viewconf" onunloadCancelJobs="false" template="splunk_for_vmware:/templates/dashboard.html">

to:

< view refresh="1800" autoCancelInterval="120" decomposeIntentions="false" isPersistable="true" isSticky="true" isVisible="true" objectMode="viewconf" onunloadCancelJobs="false" template="splunk_for_vmware:/templates/dashboard.html">

The addition of refresh="1800" = refresh every 1800 seconds.

See here for more info:
Build a dashboard using advanced XML

View solution in original post

jackiezhou
New Member

I had install the apps and the data had got into vmware index but the dashboard without any data but use the searchs the data had coming .After modify the XML the data is ok...How can i find the root cause in the install process and configration process ?????

0 Karma

bbingham
Builder

With any dashboard in splunk, you can modify the dashboard's xml to have a "refresh" tag. Edit the home_proactive_mornitoring.xml header from:

< view autoCancelInterval="120" decomposeIntentions="false" isPersistable="true" isSticky="true" isVisible="true" objectMode="viewconf" onunloadCancelJobs="false" template="splunk_for_vmware:/templates/dashboard.html">

to:

< view refresh="1800" autoCancelInterval="120" decomposeIntentions="false" isPersistable="true" isSticky="true" isVisible="true" objectMode="viewconf" onunloadCancelJobs="false" template="splunk_for_vmware:/templates/dashboard.html">

The addition of refresh="1800" = refresh every 1800 seconds.

See here for more info:
Build a dashboard using advanced XML

bdichter
Engager

Thanks! This information and the dashboard documentation were exactly what I needed. 8-)

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...