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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...