Splunk Search

splunk search query

kajalchopade071
Path Finder

suppose if i have user1,user2,user3 i need to find out last log message of each user h

Labels (2)
0 Karma
1 Solution

isoutamo
SplunkTrust
SplunkTrust

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 

View solution in original post

isoutamo
SplunkTrust
SplunkTrust

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 

kajalchopade071
Path Finder

suppose if i have lots of user not only 3 user so how can i used by using IN

0 Karma
Get Updates on the Splunk Community!

Index This | Why did the turkey cross the road?

November 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  &#x1f680; Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Feel the Splunk Love: Real Stories from Real Customers

Hello Splunk Community,    What’s the best part of hearing how our customers use Splunk? Easy: the positive ...