Splunk Search

Search For max value in Stats within Multiple Search outputs

rbhatta99
Engager

Hello,

I have this search query 

 

 

index=app  iNumber IN (72061271737983, 72061271737983, 72061274477906, 72061277215167) | stats count by notificationId, iNumber

 

 

 

This results in multiple notificationIds coming in for each iNumber in this list. What im trying to find out is the max notificationId value per iNumber, and output that list. Is there a way to do that? 
somthing like:

iNumber(Max)NotificationId
7206127173798312345
72061271737983 78787

 

Thank you!

Labels (1)
0 Karma
1 Solution

sjringo
Contributor

| stats max(notificationId) by iNumber

View solution in original post

0 Karma

sjringo
Contributor

| stats max(notificationId) by iNumber

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...