Splunk Search

how to retrieve the number of all events logged in the last week

RiccardoV
Communicator

Hi,
i'm creating a dashboard with some general infos, showed as first dashboard to the user.
I have two distinct hiddensearch modules, both of them with this "search" param:

" | eventcount | stats sum(count) as count"

The second module has "earliest" param too, set to -w, to find just the events of the last week.
However, I retrieve always the same result for both research. I check the data, and I should have very different results.

thanks in advance for your answers!

edit: now I'm using this query:

search earliest=-w | stats count

there is a better (and more efficient) way to get the same result?

Tags (3)
0 Karma
1 Solution

kristian_kolb
Ultra Champion

eventcount does not work with earliest/latest. It's a metadata command, and does not look at the events themselves (so it cannot determine timestamps).

http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Eventcount

/k

View solution in original post

kristian_kolb
Ultra Champion

eventcount does not work with earliest/latest. It's a metadata command, and does not look at the events themselves (so it cannot determine timestamps).

http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Eventcount

/k

RiccardoV
Communicator

Thanks, I solved my issue using this query:

search earliest=-w | stats count

0 Karma

abhutiani
Explorer

The eventcount command just returns the total amount of events in the index. The earliest parameter won't have an impact on this search.

Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...