<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Rename stats function in the table header in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Rename-stats-function-in-the-table-header/m-p/40745#M9406</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;
   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 &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;max(time_in_sec), min(time_in_sec), avg(time_in_sec)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am wondering if there is a way to use a different term so it's easier for the business users? Thanks!&lt;/P&gt;

&lt;P&gt;Search string --&lt;/P&gt;

&lt;P&gt;stats max(time_in_sec), min(time_in_sec), avg(time_in_sec) by url&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 12:18:16 GMT</pubDate>
    <dc:creator>shangshin</dc:creator>
    <dc:date>2020-09-28T12:18:16Z</dc:date>
    <item>
      <title>Rename stats function in the table header</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Rename-stats-function-in-the-table-header/m-p/40745#M9406</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
   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 &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;max(time_in_sec), min(time_in_sec), avg(time_in_sec)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am wondering if there is a way to use a different term so it's easier for the business users? Thanks!&lt;/P&gt;

&lt;P&gt;Search string --&lt;/P&gt;

&lt;P&gt;stats max(time_in_sec), min(time_in_sec), avg(time_in_sec) by url&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:18:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Rename-stats-function-in-the-table-header/m-p/40745#M9406</guid>
      <dc:creator>shangshin</dc:creator>
      <dc:date>2020-09-28T12:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Rename stats function in the table header</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Rename-stats-function-in-the-table-header/m-p/40746#M9407</link>
      <description>&lt;P&gt;Yes, you can change the headers.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | stats max(time_in_sec) as "Max Time in Sec"  min(time_in_sec) as "Min Time in Sec" etc...
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Aug 2012 15:54:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Rename-stats-function-in-the-table-header/m-p/40746#M9407</guid>
      <dc:creator>sdaniels</dc:creator>
      <dc:date>2012-08-21T15:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Rename stats function in the table header</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Rename-stats-function-in-the-table-header/m-p/40747#M9408</link>
      <description>&lt;P&gt;Works like a charm. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2012 16:03:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Rename-stats-function-in-the-table-header/m-p/40747#M9408</guid>
      <dc:creator>shangshin</dc:creator>
      <dc:date>2012-08-21T16:03:29Z</dc:date>
    </item>
  </channel>
</rss>

