Splunk Search

Searching on time

robK123
Explorer

Hi,

I have a search that shows the last time a server last had a virus update but how can I make the search so it only shows machines that have not had a virus update for say 14 days?

Thanks,

Tags (1)
0 Karma
1 Solution

jonuwz
Influencer
... your search here | where last_update < now()-(14*24*60*60)

View solution in original post

0 Karma

jonuwz
Influencer
... your search here | where last_update < now()-(14*24*60*60)
0 Karma

jonuwz
Influencer

now() in eval returns the current epoch time, 14*24*60*60 is the number of seconds in 14 days.

So we're checking if the last_update was before that.

robK123
Explorer

Thanks can you break down what this bit of the search does

< now()-(14*24*60*60)

Thanks,

0 Karma
Get Updates on the Splunk Community!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...