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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...