<?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 Alert report  - columns not ordered by table command in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Alert-report-columns-not-ordered-by-table-command/m-p/416252#M7253</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Is there a way to guarantee the columns order in which they are defined by the last command (table) in the search that generates the report/alert? NOTE: I'm formatting the results using inline table.&lt;/P&gt;

&lt;P&gt;As always, thank you.&lt;/P&gt;</description>
    <pubDate>Mon, 02 Jul 2018 18:03:18 GMT</pubDate>
    <dc:creator>brdr</dc:creator>
    <dc:date>2018-07-02T18:03:18Z</dc:date>
    <item>
      <title>Alert report  - columns not ordered by table command</title>
      <link>https://community.splunk.com/t5/Alerting/Alert-report-columns-not-ordered-by-table-command/m-p/416252#M7253</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Is there a way to guarantee the columns order in which they are defined by the last command (table) in the search that generates the report/alert? NOTE: I'm formatting the results using inline table.&lt;/P&gt;

&lt;P&gt;As always, thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 18:03:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alert-report-columns-not-ordered-by-table-command/m-p/416252#M7253</guid>
      <dc:creator>brdr</dc:creator>
      <dc:date>2018-07-02T18:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Alert report  - columns not ordered by table command</title>
      <link>https://community.splunk.com/t5/Alerting/Alert-report-columns-not-ordered-by-table-command/m-p/416253#M7254</link>
      <description>&lt;P&gt;The table command returns a table that is formed by only the fields that you specify in the arguments. Columns are displayed in the same order that fields are specified. Column headers are the field names. Rows are the field values. Each row represents an event.&lt;/P&gt;

&lt;P&gt;Example SPL:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;Index=farmanimals  | table cows, chickens, pigs&lt;/CODE&gt; it will display the table also in that order.&lt;BR /&gt;
Is it not the case with your query?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 18:34:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alert-report-columns-not-ordered-by-table-command/m-p/416253#M7254</guid>
      <dc:creator>Azeemering</dc:creator>
      <dc:date>2018-07-02T18:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Alert report  - columns not ordered by table command</title>
      <link>https://community.splunk.com/t5/Alerting/Alert-report-columns-not-ordered-by-table-command/m-p/416254#M7255</link>
      <description>&lt;P&gt;No it is not. In my search that makes up the alert I have this as the last line:&lt;/P&gt;

&lt;P&gt;| table 1 2 3 4 5 6 7&lt;/P&gt;

&lt;P&gt;The inline table results I receive via email has them in this order:&lt;/P&gt;

&lt;P&gt;7 1 2 3 5 4 6&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 18:48:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alert-report-columns-not-ordered-by-table-command/m-p/416254#M7255</guid>
      <dc:creator>brdr</dc:creator>
      <dc:date>2018-07-02T18:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Alert report  - columns not ordered by table command</title>
      <link>https://community.splunk.com/t5/Alerting/Alert-report-columns-not-ordered-by-table-command/m-p/520029#M9693</link>
      <description>&lt;P&gt;Were you able to resolve this?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 23:10:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alert-report-columns-not-ordered-by-table-command/m-p/520029#M9693</guid>
      <dc:creator>n0vsec</dc:creator>
      <dc:date>2020-09-16T23:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Alert report  - columns not ordered by table command</title>
      <link>https://community.splunk.com/t5/Alerting/Alert-report-columns-not-ordered-by-table-command/m-p/549032#M10436</link>
      <description>&lt;P&gt;I just noticed the same issue.&lt;/P&gt;&lt;P&gt;it's fine as search result.&lt;/P&gt;&lt;P&gt;But not in the same order in the email as inline table&amp;nbsp; received by scheduled report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 22:39:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alert-report-columns-not-ordered-by-table-command/m-p/549032#M10436</guid>
      <dc:creator>AllenZhang</dc:creator>
      <dc:date>2021-04-22T22:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Alert report  - columns not ordered by table command</title>
      <link>https://community.splunk.com/t5/Alerting/Alert-report-columns-not-ordered-by-table-command/m-p/549374#M10446</link>
      <description>&lt;P&gt;In my case,&lt;/P&gt;&lt;P&gt;index=example | table SID Auto Manual Total&lt;/P&gt;&lt;P&gt;Everything looks fine on web. However in email as inline, it shows:&lt;/P&gt;&lt;P&gt;Auto Total SID Manual&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 20:51:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alert-report-columns-not-ordered-by-table-command/m-p/549374#M10446</guid>
      <dc:creator>AllenZhang</dc:creator>
      <dc:date>2021-04-26T20:51:24Z</dc:date>
    </item>
  </channel>
</rss>

