Hi
expecting that your log message is in field named message
index=<your index>
| stats last(message) by user
| where user IN ("user1", "user2", "user3")
Based on amount of your user etc. it could be better to switch where before stats.
r. Ismo
Hi
expecting that your log message is in field named message
index=<your index>
| stats last(message) by user
| where user IN ("user1", "user2", "user3")
Based on amount of your user etc. it could be better to switch where before stats.
r. Ismo
suppose if i have lots of user not only 3 user so how can i used by using IN