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!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...