I am relatively new to Splunk and need help with the search lingo. What I want to do is return results from a Windows Security Event log that shows me a list of usernames, the number of logins, and the last time they logged in. I got the first part (list of usernames and number of logins) with:
host="HOST" | stats count by Account_Name | sort -count
but how can I also list the date of the latest entry?
Thanks.
Kevin