Dashboards & Visualizations

set earliest and latest time stamp

mjlsnombrado
Communicator

Hi All, I want to set fix value on the earliest and latest, earliest should be 6PM and the latest should be 7AM the next day how can I do this? TIA

0 Karma
1 Solution

mayurr98
Super Champion

Hi

If you are referring to today 6PM and tomorrow 7AM then try this:

earliest=@d+18h latest=@d+31h

If you are referring to Yesterday 6PM and Today 7AM then try this:

earliest=@d-6h latest=@d+7h

let me know if this helps!

View solution in original post

0 Karma

mayurr98
Super Champion

Hi

If you are referring to today 6PM and tomorrow 7AM then try this:

earliest=@d+18h latest=@d+31h

If you are referring to Yesterday 6PM and Today 7AM then try this:

earliest=@d-6h latest=@d+7h

let me know if this helps!

0 Karma

vishaltaneja070
Motivator

Try this:
earliest=@d+18h latest=@d+31h

vnravikumar
Champion

Hi @mjlsnombrado

Try

 <earliest>@d+18h</earliest>
 <latest>+1d@d+7h</latest>

Please let me know...

Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...