<?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: Column Order in Email Alerts in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Column-Order-in-Email-Alerts/m-p/15926#M82</link>
    <description>&lt;P&gt;Thanks for the info.&lt;/P&gt;

&lt;P&gt;I am using 4.1.2.&lt;/P&gt;</description>
    <pubDate>Wed, 23 Jun 2010 04:16:00 GMT</pubDate>
    <dc:creator>enielson</dc:creator>
    <dc:date>2010-06-23T04:16:00Z</dc:date>
    <item>
      <title>Column Order in Email Alerts</title>
      <link>https://community.splunk.com/t5/Alerting/Column-Order-in-Email-Alerts/m-p/15924#M80</link>
      <description>&lt;P&gt;Column order (in HTML table output format) in email alerts seems to be decided by splunk, ignoring the order in the "fields" command.&lt;/P&gt;

&lt;P&gt;Is it possible to specify which order they are in?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2010 03:35:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Column-Order-in-Email-Alerts/m-p/15924#M80</guid>
      <dc:creator>enielson</dc:creator>
      <dc:date>2010-06-23T03:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Column Order in Email Alerts</title>
      <link>https://community.splunk.com/t5/Alerting/Column-Order-in-Email-Alerts/m-p/15925#M81</link>
      <description>&lt;P&gt;Which version are you reporting this for?&lt;/P&gt;

&lt;P&gt;CSV columns should work properly but html column sort is broken.  It will be fixed in 4.1.4.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2010 04:04:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Column-Order-in-Email-Alerts/m-p/15925#M81</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2010-06-23T04:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Column Order in Email Alerts</title>
      <link>https://community.splunk.com/t5/Alerting/Column-Order-in-Email-Alerts/m-p/15926#M82</link>
      <description>&lt;P&gt;Thanks for the info.&lt;/P&gt;

&lt;P&gt;I am using 4.1.2.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2010 04:16:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Column-Order-in-Email-Alerts/m-p/15926#M82</guid>
      <dc:creator>enielson</dc:creator>
      <dc:date>2010-06-23T04:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Column Order in Email Alerts</title>
      <link>https://community.splunk.com/t5/Alerting/Column-Order-in-Email-Alerts/m-p/15927#M83</link>
      <description>&lt;P&gt;The order is in order of length of the longest field value per field. It is not configurable other than by editing the &lt;CODE&gt;$SPLUNK_HOME/etc/apps/search/sendemail.py&lt;/CODE&gt; script. (In 4.1.3 and prior.)&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2010 05:29:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Column-Order-in-Email-Alerts/m-p/15927#M83</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-06-23T05:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Column Order in Email Alerts</title>
      <link>https://community.splunk.com/t5/Alerting/Column-Order-in-Email-Alerts/m-p/15928#M84</link>
      <description>&lt;P&gt;Good news!&lt;BR /&gt;
In 4.3, we added an attribute in alert_actions.conf to keep order of fields.&lt;BR /&gt;
Please check a spec file,  alert_actions.conf.spec&lt;BR /&gt;
&lt;PRE&gt;&lt;BR /&gt;
[email]&lt;BR /&gt;
width_sort_columns = &lt;BOOL&gt;&lt;BR /&gt;
    * Whether columns should be sorted from least wide to most wide left to right.&lt;BR /&gt;
    * Valid only if format=text&lt;BR /&gt;
    * Defaults to true&lt;BR /&gt;
 &lt;/BOOL&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;So, if you add this attribute to alert_actions.conf  ( generally found in etc/system/local  )&lt;/P&gt;

&lt;P&gt;[email]&lt;BR /&gt;
width_sort_columns = 0&lt;/P&gt;

&lt;P&gt;We cannot select this option through WebGUI.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 11:23:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Column-Order-in-Email-Alerts/m-p/15928#M84</guid>
      <dc:creator>Masa</dc:creator>
      <dc:date>2020-09-28T11:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Column Order in Email Alerts</title>
      <link>https://community.splunk.com/t5/Alerting/Column-Order-in-Email-Alerts/m-p/15929#M85</link>
      <description>&lt;P&gt;The suggested addition 'width_sort_columns = 0' is not working.&lt;BR /&gt;
I'm using 4.3.2 and verified format = text, still no good.&lt;/P&gt;

&lt;P&gt;Any other ideas? &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:15:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Column-Order-in-Email-Alerts/m-p/15929#M85</guid>
      <dc:creator>assaftoval</dc:creator>
      <dc:date>2020-09-28T12:15:48Z</dc:date>
    </item>
  </channel>
</rss>

