<?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: Adjusting the x-axis on chart count in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Adjusting-the-x-axis-on-chart-count/m-p/380200#M42615</link>
    <description>&lt;P&gt;Like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_* sourcetype!=audittrail
| stats count BY log_level
| eval _log_level = case(
   log_level=="INFO", 0,
   log_level=="WARN", 1,
   log_level=="ERROR", 2,
   log_level=="MAJOR", 3,
   log_level=="MINOR", 4,
   log_level=="CRITICAL", 5)
| sort 0 _log_level
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 13 Feb 2019 00:25:58 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2019-02-13T00:25:58Z</dc:date>
    <item>
      <title>Adjusting the x-axis on chart count</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Adjusting-the-x-axis-on-chart-count/m-p/380199#M42614</link>
      <description>&lt;P&gt;I'm using  | chart count over severity by technique to display events by level of severity &lt;BR /&gt;
Currently I am not getting severity in order from Highest to Lowest on the x-axis where the order is off in the column chart visualization&lt;BR /&gt;
I've also tried &lt;BR /&gt;
| stats count by severity technique &lt;/P&gt;

&lt;P&gt;What would be an effective way to have these order correctly? &lt;BR /&gt;
Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2019 21:45:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Adjusting-the-x-axis-on-chart-count/m-p/380199#M42614</guid>
      <dc:creator>dannyzen</dc:creator>
      <dc:date>2019-02-12T21:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Adjusting the x-axis on chart count</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Adjusting-the-x-axis-on-chart-count/m-p/380200#M42615</link>
      <description>&lt;P&gt;Like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_* sourcetype!=audittrail
| stats count BY log_level
| eval _log_level = case(
   log_level=="INFO", 0,
   log_level=="WARN", 1,
   log_level=="ERROR", 2,
   log_level=="MAJOR", 3,
   log_level=="MINOR", 4,
   log_level=="CRITICAL", 5)
| sort 0 _log_level
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 Feb 2019 00:25:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Adjusting-the-x-axis-on-chart-count/m-p/380200#M42615</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-02-13T00:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Adjusting the x-axis on chart count</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Adjusting-the-x-axis-on-chart-count/m-p/380201#M42616</link>
      <description>&lt;P&gt;Thank you! this is great &lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 06:34:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Adjusting-the-x-axis-on-chart-count/m-p/380201#M42616</guid>
      <dc:creator>dannyzen</dc:creator>
      <dc:date>2019-02-13T06:34:11Z</dc:date>
    </item>
  </channel>
</rss>

