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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...