Supposed if i have huge data of users i need to check the last status of the each users Like login and logout. If user have last status as log out i need to show user info in the table format with status sign out
| sort - _time
| dedup user
| where status="Logged out"
Thank you for help but its not working. Can you please help me
You will have to give us some more details - what do the events you are working with look like? which fields have already been extracted? what searches are you using to get the list of users? what have you tried so far?
So previously i used last(status),stats, count, like wise
Eg:-stats last(status)as status by sn l where status ="Failed "
Eg:-stats last(status)as status by sn l where status ="Sign out"
You could try latest rather than last
Tried but its not showing any data. It says no results found.
OK so imagine that I told you I wanted to get the last transaction each user had made on my system, what information would you need from me in order to be able to help me? You need to provide more information if you want to stand any chance of someone being able to help you.