Dashboards & Visualizations

If I have a "time" token in one panel and click on a specific time, how can I make a result appear in another panel?

Madhan45
Path Finder

I have created a token "time" in the first panel, and if I click in specific time, it should give the result for that specific time in the 3rd panel. How can i do this? What are the required changes I need to do in 3rd panel?

Tags (3)
0 Karma

woodcock
Esteemed Legend

Assuming you have done something like this (note time_tok1😞

 <fieldset autoRun="true" submitButton="false">
   <input type="time" token="time_tok1" searchWhenChanged="true">
     <label>First TimePicker</label>
     <default>Last 24 hours</default>
   </input>
 </fieldset>

Then change your panel like this:

 <search>
   <query>My Search Here</query>
   <earliest>$time_tok1.earliest$</earliest>
   <latest>$time_tok1.latest$</latest>
 </search>
0 Karma
Get Updates on the Splunk Community!

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...