Dashboards & Visualizations

Variable in dashboard description

jawebb
Explorer

What is the best way to have the <description> tag in a dashboard reference a variable? Let's say that I want to display a disclaimer or other information for a set of dashboards and don't wish to edit each one as often as it changes. I know I could probably use HTML or CSS for this, but wanted to know if anyone has a better way or if splunk supports this natively.

Thanks

Tags (2)
0 Karma

HeinzWaescher
Motivator

I'm doing this with a saved search:

....
| eval comment="Disclaimer"
| stats values(comment) 

This is configured as single value vizualisation and can be added as dashboard panel. To update the displayed information in all dashboards just edit the | eval comment="Disclaimer" in the saved search.

0 Karma
Get Updates on the Splunk Community!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...