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!

Announcing Scheduled Export GA for Dashboard Studio

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...