Splunk Search

Rename stats function in the table header

shangshin
Builder

Hi,
I am using the stats function to show the monitored url performance. The table header is displaying the same names like the one in search string

max(time_in_sec), min(time_in_sec), avg(time_in_sec)

I am wondering if there is a way to use a different term so it's easier for the business users? Thanks!

Search string --

stats max(time_in_sec), min(time_in_sec), avg(time_in_sec) by url

0 Karma
1 Solution

sdaniels
Splunk Employee
Splunk Employee

Yes, you can change the headers.

... | stats max(time_in_sec) as "Max Time in Sec"  min(time_in_sec) as "Min Time in Sec" etc...

View solution in original post

sdaniels
Splunk Employee
Splunk Employee

Yes, you can change the headers.

... | stats max(time_in_sec) as "Max Time in Sec"  min(time_in_sec) as "Min Time in Sec" etc...

shangshin
Builder

Works like a charm. Thanks!

0 Karma
Get Updates on the Splunk Community!

.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 ...

Introducing the 2024 SplunkTrust!

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