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!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...