Splunk Search

How to create a search to do a count on the latest event only?

jip31
Motivator

hi
I want to do a count the last event of a subsearch
I am doing "stats count last" but it doesnt works
what I have to do please? Something with _time?

`test` 
    [| inputlookup host.csv 
    | table host 
    | rename host as USERNAME ] 
| search Building = "X254" 
**| stats count last(Building)**
0 Karma

jacobpevans
Motivator

Try changing last to latest.

If that doesn't solve your problem, please provide additional information (sample data and sample desired output).

https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/EventOrderFunctions

Cheers,
Jacob

If you feel this response answered your question, please do not forget to mark it as such. If it did not, but you do have the answer, feel free to answer your own post and accept that as the answer.
0 Karma

jip31
Motivator

I have tried with last or latest but it doesnt works
and its difficult to send sample because confidentiality...
What I tried to explain its when i execute the query below, I have just one USERNAME corresponding to building "X254"
but the stats count give 17 events because for this only USERNAME there is 17 events
what I need is to count only the last events so my stats count has to be = 1 instead = 17

`test` 
    [| inputlookup host.csv 
    | table host 
    | rename host as USERNAME ]  
| lookup toto.csv NAME as AP_NAME OUTPUT Building 
 | search Building="X254"
| stats count last(Building) as Building by USERNAME
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...