I want to display the heading of my panel which include time from time peaker field
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-...