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 Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...