<?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 column order created by chart in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-column-order-created-by-chart/m-p/479993#M134542</link>
    <description>&lt;P&gt;If you are searching for alphabetical, just add this to the bottom:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | table _* *
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you need a particular order, then spell it out like thi| makeresults &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | table _time P1 P2 P3 Etc and Whatever
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 09 Nov 2019 22:00:30 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2019-11-09T22:00:30Z</dc:date>
    <item>
      <title>How to change column order created by chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-column-order-created-by-chart/m-p/479991#M134540</link>
      <description>&lt;P&gt;I create a search:&lt;/P&gt;

&lt;P&gt;...my search...&lt;BR /&gt;
| chart values(duration)  over TimeGap by Process&lt;/P&gt;

&lt;P&gt;The table shows duration used by each process at specific time gap (t1,t2,t3..). It looks like:&lt;/P&gt;

&lt;P&gt;TimeGap    P3    P4   P1   P5    P2&lt;BR /&gt;
   t1&lt;BR /&gt;
   t2&lt;BR /&gt;
   t3&lt;BR /&gt;
   ...&lt;/P&gt;

&lt;P&gt;The column names (Pn) which are string-formatted field created by rex command mean different processes; they are sorted alphabetically with the chart command. How can I sort the Process by a specific sequence as P1 P2 P3 P4 P5?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 11:09:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-column-order-created-by-chart/m-p/479991#M134540</guid>
      <dc:creator>halloweening</dc:creator>
      <dc:date>2019-11-08T11:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to change column order created by chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-column-order-created-by-chart/m-p/479992#M134541</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;&amp;lt;your query&amp;gt;| fields P1,P2,P3,P4...
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 08 Nov 2019 13:28:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-column-order-created-by-chart/m-p/479992#M134541</guid>
      <dc:creator>Sukisen1981</dc:creator>
      <dc:date>2019-11-08T13:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to change column order created by chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-column-order-created-by-chart/m-p/479993#M134542</link>
      <description>&lt;P&gt;If you are searching for alphabetical, just add this to the bottom:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | table _* *
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you need a particular order, then spell it out like thi| makeresults &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | table _time P1 P2 P3 Etc and Whatever
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 09 Nov 2019 22:00:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-column-order-created-by-chart/m-p/479993#M134542</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-11-09T22:00:30Z</dc:date>
    </item>
  </channel>
</rss>

