Splunk Search

How to add a column with the max values for a set of fields on each row and add these values in the totals row?

David_Hodgson
Engager

I need to add a maximum column for a set of fields on each row (created using chart ... OVER ... BY ... ), and then add the maximum of this into the totals row. Any suggestions on how to do this?

0 Karma

sundareshr
Legend

Don't believe addtotals has that option, but here is a workaround you could try

eventtype=splunkd-log earliest=@h | chart count over component by eventtype | untable component eventtype count | appendpipe [stats max(count) as max by component ] | sort component | eval c=coalesce(count, max) | fillnull value="Max" eventtype | chart list(c) as c over component by eventtype
0 Karma
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...