<?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 Re: How to change table column headings? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-table-column-headings/m-p/293149#M163765</link>
    <description>&lt;P&gt;Thank you,it worked.&lt;/P&gt;</description>
    <pubDate>Sun, 14 Jan 2018 12:24:54 GMT</pubDate>
    <dc:creator>ny34940</dc:creator>
    <dc:date>2018-01-14T12:24:54Z</dc:date>
    <item>
      <title>How to change table column headings?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-table-column-headings/m-p/293146#M163762</link>
      <description>&lt;P&gt;The search command that I have used is:&lt;BR /&gt;
  | chart list(field1) as A list(field2) as B by name month&lt;/P&gt;

&lt;P&gt;The result I am getting is something like this &lt;BR /&gt;
Name    A : JAN A : FEB A : MAR B : JAN B : FEB B : MAR&lt;BR /&gt;
abc&lt;BR /&gt;&lt;BR /&gt;
xyz                &lt;/P&gt;

&lt;P&gt;Desired result:&lt;/P&gt;

&lt;P&gt;NAME    JAN : A JAN : B FEB : A FEB : B MAR : A MAR : B&lt;BR /&gt;
abc&lt;BR /&gt;&lt;BR /&gt;
xyz     &lt;/P&gt;

&lt;P&gt;I know the reason why I am getting the result but is there any way to change the names like the desired one?&lt;BR /&gt;
Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 03:52:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-table-column-headings/m-p/293146#M163762</guid>
      <dc:creator>ny34940</dc:creator>
      <dc:date>2018-01-10T03:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to change table column headings?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-table-column-headings/m-p/293147#M163763</link>
      <description>&lt;P&gt;Try to use rename&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[your_search] | rename "A:*" as "*:A", "B:*" as "*:B"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 10 Jan 2018 12:23:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-table-column-headings/m-p/293147#M163763</guid>
      <dc:creator>andrey2007</dc:creator>
      <dc:date>2018-01-10T12:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to change table column headings?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-table-column-headings/m-p/293148#M163764</link>
      <description>&lt;P&gt;hey try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;your_base_query&amp;gt; | chart list(field1) as A list(field2) as B over name by month | rename A:* as *:A B:* as *:B 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;let me know if this helps!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 12:37:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-table-column-headings/m-p/293148#M163764</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2018-01-10T12:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to change table column headings?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-table-column-headings/m-p/293149#M163765</link>
      <description>&lt;P&gt;Thank you,it worked.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jan 2018 12:24:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-table-column-headings/m-p/293149#M163765</guid>
      <dc:creator>ny34940</dc:creator>
      <dc:date>2018-01-14T12:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to change table column headings?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-table-column-headings/m-p/293150#M163766</link>
      <description>&lt;P&gt;Thanks for the answer&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jan 2018 12:29:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-table-column-headings/m-p/293150#M163766</guid>
      <dc:creator>ny34940</dc:creator>
      <dc:date>2018-01-14T12:29:00Z</dc:date>
    </item>
  </channel>
</rss>

