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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...