Splunk Search

How can I show the time of the last event in a stats by count table?

draracle
Engager

I have a table that shows the host name, IP address, Virus Signature, and Total Count of events for a given period of time. I would like to add a field for the last related event. The results would look similar to below (truncated for brevity):

Last_Event           Host_Name     Count
9/14/2016 1:30PM     ABC123        50
9/14/2016 1:30PM     DEF432        3

Appreciate the help,
Thanks,

0 Karma
1 Solution

twinspop
Influencer
... | stats c as Count latest(_time) as _time by Host_Name

View solution in original post

twinspop
Influencer
... | stats c as Count latest(_time) as _time by Host_Name

draracle
Engager

Thanks -- the latest time is appearing and with the total count of events! The last thing I needed was changing the order of the fields and that was done by adding ..| table "_time","Count","Host_Name","etc.."

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...