<?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 How to change the column name after timechart output in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-column-name-after-timechart-output/m-p/667225#M228893</link>
    <description>&lt;P&gt;I am created below query to get the hourly report of certain tasks. I go the final timechart values for four different "connectiontype" below. But I like to rename the column name to something else.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="timechart output.JPG" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/27925i283323C88AA71C88/image-size/large?v=v2&amp;amp;px=999" role="button" title="timechart output.JPG" alt="timechart output.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Nov 2023 17:22:13 GMT</pubDate>
    <dc:creator>ravir_jbp</dc:creator>
    <dc:date>2023-11-02T17:22:13Z</dc:date>
    <item>
      <title>How to change the column name after timechart output</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-column-name-after-timechart-output/m-p/667225#M228893</link>
      <description>&lt;P&gt;I am created below query to get the hourly report of certain tasks. I go the final timechart values for four different "connectiontype" below. But I like to rename the column name to something else.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="timechart output.JPG" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/27925i283323C88AA71C88/image-size/large?v=v2&amp;amp;px=999" role="button" title="timechart output.JPG" alt="timechart output.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 17:22:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-column-name-after-timechart-output/m-p/667225#M228893</guid>
      <dc:creator>ravir_jbp</dc:creator>
      <dc:date>2023-11-02T17:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the column name after timechart output</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-column-name-after-timechart-output/m-p/667232#M228896</link>
      <description>&lt;LI-CODE lang="markup"&gt;| rename 'old field name' as "new field name"&lt;/LI-CODE&gt;&lt;P&gt;or, change the field values before the timechart&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval connectionType=case(connectionType=="old field value 1","new field value 1", connectionType=="old field value 2", "new field value 2", true(), connectionType)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 02 Nov 2023 18:57:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-column-name-after-timechart-output/m-p/667232#M228896</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-11-02T18:57:35Z</dc:date>
    </item>
  </channel>
</rss>

