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!

Discover Powerful New Features in Splunk Cloud Platform: Enhanced Analytics, ...

Hey Splunky people! We are excited to share the latest updates in Splunk Cloud Platform 9.3.2408. In this ...

Splunk Classroom Chronicles: Training Tales and Testimonials

Welcome to the "Splunk Classroom Chronicles" series, created to help curious, career-minded learners get ...

Access Tokens Page - New & Improved

Splunk Observability Cloud recently launched an improved design for the access tokens page for better ...