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!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...