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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...