Splunk Search

How to get the last hour of events but also remove any data after last hour

michael_wong
Path Finder

Hello,

    When I build the dashboard, I can see the last hour always not accuracy because the latest hour date is incomplete, take below as example. Assume that every hour we have 1000 events, but if I run the search in 03:30, it will got 500 events only, because another 500 events will come in next half hours.

   However, if you use timechart to show last 4 hours, it will show the table like below. Is there a way I can show O'clock, but remove any data after the O'clock?

_time  events

01:00 1000

02:00 1000

03:00 1000

04:00 500

Table

_time Events

2022-03-30 00:001000
2022-03-30 01:001000
2022-03-30 02:001000
2022-03-30 03:001000
2022-03-30 04:00500

 

Labels (1)
0 Karma
1 Solution

bowesmana
SplunkTrust
SplunkTrust

Set the time picker to Advanced and set the earliest/latest as needed -4h@h and @h

View solution in original post

0 Karma

bowesmana
SplunkTrust
SplunkTrust

You can control the time window of your search, e.g. if you set the earliest to be -4h@h and the latest to be @h , e.g.

earliest=-4h@h latest=@h

then you will get the previous 4 hours up to the last completed hour

 

0 Karma

michael_wong
Path Finder

Thanks for your help. But I need to use it in tstats command, and it will give error "'tstats' command: Invalid argument: 'earliest=-4h@h'"  Do you know any other way. Better it can use in time picker as well.

0 Karma

bowesmana
SplunkTrust
SplunkTrust

Set the time picker to Advanced and set the earliest/latest as needed -4h@h and @h

0 Karma
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 ...