Dashboards & Visualizations

How to use 2 timepickers in splunk dashboard query

sngs0849
New Member

I have a dashboard query where I am comparing some stats between 2 different dates. I am able to use one time picker but not sure how to remove - (earliest=1587963600 latest=1588050000) and take it as a paramerter from timepicker.

 source=table1 (earliest=1587963600 latest=1588050000)
    | JOIN type=inner id 
    [ SEARCH source=table1  
    | rename user_id AS id ] </query>
              <earliest>$currentStatus.earliest$</earliest>
              <latest>$currentStatus.latest$</latest>
            </search>
0 Karma

to4kawa
Ultra Champion
<query>source=table1 | rename user_id AS id | eval flag="current"
| append [ search source=table1 (earliest=1587963600 latest=1588050000) 
| eval flag="before" ]
| stats AsYouLike by id </query>

I don't have accurate information, so this is about it.

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...