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!

Exporting Splunk Apps

Join us on Monday, October 21 at 11 am PT | 2 pm ET!With the app export functionality, app developers and ...

Cisco Use Cases, ITSI Best Practices, and More New Articles from Splunk Lantern

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Build Your First SPL2 App!

Watch the recording now!.Do you want to SPL™, too? SPL2, Splunk's next-generation data search and preparation ...