Dashboards & Visualizations

Using variables in XML title field in dashboard

jcbrendsel
Path Finder

Hi,

My dashboards generally describe the events that happened during a defined time period. However, this period varies across data sets, panels, and applications.

THus, I would like to have the title show the time range that was used for a particular dashbaord panel.

I have tried simple things like passing in the $variable$ format to no avail.

Is there a way to do this?

Thanks.

Jon.

Tags (3)

thall79
Communicator

I use ResultsHeader module after a HiddenSearch module in my advance XML dashboards which will display the following:

123 results in the last 60 minutes (from 2:28:00 PM to 3:28:50 PM on Wednesday, April 20, 2011)

in your dashboard.

Example of the module in my XML:

                <module name="ResultsHeader">
                  <param name="entityLabel">results</param>
                  <param name="entityName">results</param>

Then make sure to close it out.

Another option you could play with is SimpleResultsHeader, specially when working with drilldowns:

     <module name="SimpleResultsHeader">
          <param name="entityName">results</param>
          <param name="headerFormat">$time$</param>
     </module><!-- SimpleResultsTable-->

Link with more info:
http://www.splunk.com/base/Documentation/4.2.1/Developer/ModuleReference#ResultsHeader

Hope this helps

Travis.

Get Updates on the Splunk Community!

Splunk APM: New Product Features + Community Office Hours Recap!

Howdy Splunk Community! Over the past few months, we’ve had a lot going on in the world of Splunk Application ...

Index This | Forward, I’m heavy; backward, I’m not. What am I?

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

A Guide To Cloud Migration Success

As enterprises’ rapid expansion to the cloud continues, IT leaders are continuously looking for ways to focus ...