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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...