Splunk Search

How to find the latest value grouped by field

AravindSridhara
New Member

I have multiple Queues and I have created a field X_Queuename, and in the message management logs, I get a number of messages processed at regular intervals and I created field MessageCount. I want to get the latest processed message for each queue in a table format.

Dashboard should look like

QueueName     ProcessedMessage 
Queue1        13000
Queue2        497
0 Karma

somesoni2
Revered Legend

Try something like this

your base search | stats latest(ProcessedMessage) as ProcessedMessage by QueueName

OR

your base search | dedup QueueName | table QueueName ProcessedMessage 

AravindSridhara
New Member

Thanks it worked

0 Karma

ppablo
Retired

Hi @AravindSridharamoorthy

Glad you found a solution through @somesoni2. Don't forget to resolve the post by clicking "Accept" directly below his answer. Also be sure to upvote his answer for helping you out. Thanks!

Patrick

0 Karma

richgalloway
SplunkTrust
SplunkTrust

What is your current search query?

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...