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!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...