Splunk Search

How to create panel that display it's heading from time peaker

reedamjain123
New Member

I want to display the heading of my panel which include time from time peaker field

reedamjain123_0-1634822938315.png

 

Labels (1)
0 Karma

Software-Simian
Path Finder

Hi,

try this:
<input type="time" token="timepicker">
<label></label>
<default>
<earliest>-24h@h</earliest>
<latest>now</latest>
</default>
<change>
<set token="timepicker_label">$label$</set>
</change>
</input>
</fieldset>
<row>
<panel>
<title>$timepicker_label$</title>
</panel>
</row>

Original solution here:
https://community.splunk.com/t5/Dashboards-Visualizations/What-s-the-Token-name-for-the-Time-Picker-...

 

0 Karma
Get Updates on the Splunk Community!

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...