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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...