<?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: Stats Count and/or Chart Count Graph Coloring in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Stats-Count-and-or-Chart-Count-Graph-Coloring/m-p/328312#M3066</link>
    <description>&lt;P&gt;@Hegemon76 for posting code press the &lt;CODE&gt;&amp;lt;code&amp;gt;&lt;/CODE&gt; button i.e. button with &lt;CODE&gt;101010&lt;/CODE&gt; so that special characters do not escape. Shortcut is &lt;CODE&gt;Ctrl+ G&lt;/CODE&gt;. You can also give four spaces before each line of code for it to be converted as code section.&lt;/P&gt;

&lt;P&gt;Please repost the code.&lt;/P&gt;</description>
    <pubDate>Thu, 12 Apr 2018 04:37:39 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2018-04-12T04:37:39Z</dc:date>
    <item>
      <title>Stats Count and/or Chart Count Graph Coloring</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Stats-Count-and-or-Chart-Count-Graph-Coloring/m-p/328311#M3065</link>
      <description>&lt;P&gt;I asked a similar question regarding timechart. It seems like stats and chart are different. &lt;/P&gt;

&lt;P&gt;I'm not getting any color what so ever. Very frustrating&lt;/P&gt;

&lt;P&gt;Below is my XML:&lt;/P&gt;

&lt;P&gt;query&amp;gt;product=Windows EventCode=676 OR EventCode=4771 OR EventCode=6279 | chart count by "user" | rename user as "User", count as "Count" | sort - Count | head 15 | eval Highest=if(count&amp;gt;100,count, 0) | eval Very_High=if(count&amp;lt;=100 AND count&amp;gt;80,count, 0) | eval High=if(count&amp;lt;=80 AND count&amp;gt;60,count, 0) | eval Moderate=if(count&amp;lt;=60 AND count&amp;gt;40,count,0) | eval Low=if(count&amp;lt;=40 AND count&amp;gt;20,count, 0) | eval Very_Low=if(count&amp;lt;=20, count, 0){"Highest":0xbf00ff,"Very High":0xFF0000,"High":0xff8000,"Moderate":0xFFFF00,"Low":0x00FF00,"Very Low":0x0000ff}&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:58:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Stats-Count-and-or-Chart-Count-Graph-Coloring/m-p/328311#M3065</guid>
      <dc:creator>Hegemon76</dc:creator>
      <dc:date>2020-09-29T18:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Stats Count and/or Chart Count Graph Coloring</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Stats-Count-and-or-Chart-Count-Graph-Coloring/m-p/328312#M3066</link>
      <description>&lt;P&gt;@Hegemon76 for posting code press the &lt;CODE&gt;&amp;lt;code&amp;gt;&lt;/CODE&gt; button i.e. button with &lt;CODE&gt;101010&lt;/CODE&gt; so that special characters do not escape. Shortcut is &lt;CODE&gt;Ctrl+ G&lt;/CODE&gt;. You can also give four spaces before each line of code for it to be converted as code section.&lt;/P&gt;

&lt;P&gt;Please repost the code.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 04:37:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Stats-Count-and-or-Chart-Count-Graph-Coloring/m-p/328312#M3066</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-04-12T04:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Stats Count and/or Chart Count Graph Coloring</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Stats-Count-and-or-Chart-Count-Graph-Coloring/m-p/328313#M3067</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;test color panel 3&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;chart&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;product=Windows EventCode=676 OR EventCode=4771 OR EventCode=6279 | chart count by "user" | rename user as "User", count as "Count" | sort - Count | head 15 | eval Highest=if(count&amp;amp;gt;100,count, 0) | eval Very_High=if(count&amp;amp;lt;=100 AND count&amp;amp;gt;80,count, 0) | eval High=if(count&amp;amp;lt;=80 AND count&amp;amp;gt;60,count, 0) | eval Moderate=if(count&amp;amp;lt;=60 AND count&amp;amp;gt;40,count,0) | eval Low=if(count&amp;amp;lt;=40 AND count&amp;amp;gt;20,count, 0) | eval Very_Low=if(count&amp;amp;lt;=20, count, 0)&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-30d@d&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.overflowMode"&amp;gt;ellipsisNone&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.rotation"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisTitleX.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisTitleY.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisTitleY2.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisX.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY2.enabled"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY2.scale"&amp;gt;inherit&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart"&amp;gt;column&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.bubbleMaximumSize"&amp;gt;50&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.bubbleMinimumSize"&amp;gt;10&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.bubbleSizeBy"&amp;gt;area&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.nullValueMode"&amp;gt;gaps&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.showDataLabels"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.sliceCollapsingThreshold"&amp;gt;0.01&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.stackMode"&amp;gt;default&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.style"&amp;gt;shiny&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.fieldColors"&amp;gt;{"Highest":0xbf00ff,"Very High":0xFF0000,"High":0xff8000,"Moderate":0xFFFF00,"Low":0x00FF00,"Very Low":0x0000ff}&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.layout.splitSeries"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.layout.splitSeries.allowIndependentYRanges"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.legend.labelStyle.overflowMode"&amp;gt;ellipsisMiddle&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.legend.placement"&amp;gt;right&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.enabled"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.scales.shared"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.size"&amp;gt;medium&amp;lt;/option&amp;gt;
      &amp;lt;/chart&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;IMG src="https://www.dropbox.com/s/eaj971aheabspgm/Test%20Color%20Panel.PNG?dl=0" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 16:37:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Stats-Count-and-or-Chart-Count-Graph-Coloring/m-p/328313#M3067</guid>
      <dc:creator>Hegemon76</dc:creator>
      <dc:date>2018-04-12T16:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Stats Count and/or Chart Count Graph Coloring</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Stats-Count-and-or-Chart-Count-Graph-Coloring/m-p/328314#M3068</link>
      <description>&lt;P&gt;Just tried to post the XML (yes I see the literal button....coffee was needed for days). I setup a dropbox account for the picture. Naturally I go to post both and now they don't appear. Sigh&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 16:44:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Stats-Count-and-or-Chart-Count-Graph-Coloring/m-p/328314#M3068</guid>
      <dc:creator>Hegemon76</dc:creator>
      <dc:date>2018-04-12T16:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Stats Count and/or Chart Count Graph Coloring</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Stats-Count-and-or-Chart-Count-Graph-Coloring/m-p/328315#M3069</link>
      <description>&lt;P&gt;Here is the full XML code and the picture of my dashboard. As you can see the results did not come out as planned.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;label&amp;gt;test color panel 3&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;chart&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;product=Windows EventCode=676 OR EventCode=4771 OR EventCode=6279 | chart count by "user" | rename user as "User", count as "Count" | sort - Count | head 15 | eval Highest=if(count&amp;gt;100,count, 0) | eval Very_High=if(count&amp;lt;=100 AND count&amp;gt;80,count, 0) | eval High=if(count&amp;lt;=80 AND count&amp;gt;60,count, 0) | eval Moderate=if(count&amp;lt;=60 AND count&amp;gt;40,count,0) | eval Low=if(count&amp;lt;=40 AND count&amp;gt;20,count, 0) | eval Very_Low=if(count&amp;lt;=20, count, 0)&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-30d@d&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.overflowMode"&amp;gt;ellipsisNone&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.rotation"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisTitleX.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisTitleY.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisTitleY2.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisX.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY2.enabled"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY2.scale"&amp;gt;inherit&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart"&amp;gt;column&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.bubbleMaximumSize"&amp;gt;50&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.bubbleMinimumSize"&amp;gt;10&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.bubbleSizeBy"&amp;gt;area&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.nullValueMode"&amp;gt;gaps&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.showDataLabels"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.sliceCollapsingThreshold"&amp;gt;0.01&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.stackMode"&amp;gt;default&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.style"&amp;gt;shiny&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.fieldColors"&amp;gt;{"Highest":0xbf00ff,"Very High":0xFF0000,"High":0xff8000,"Moderate":0xFFFF00,"Low":0x00FF00,"Very Low":0x0000ff}&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.layout.splitSeries"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.layout.splitSeries.allowIndependentYRanges"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.legend.labelStyle.overflowMode"&amp;gt;ellipsisMiddle&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.legend.placement"&amp;gt;right&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.enabled"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.scales.shared"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.size"&amp;gt;medium&amp;lt;/option&amp;gt;
      &amp;lt;/chart&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/4747i7E97FD199A104866/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 16:46:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Stats-Count-and-or-Chart-Count-Graph-Coloring/m-p/328315#M3069</guid>
      <dc:creator>Hegemon76</dc:creator>
      <dc:date>2018-04-12T16:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Stats Count and/or Chart Count Graph Coloring</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Stats-Count-and-or-Chart-Count-Graph-Coloring/m-p/328316#M3070</link>
      <description>&lt;P&gt;Add &lt;CODE&gt;| fields - Count&lt;/CODE&gt; to your query as the final pipe. Also since you have renamed your &lt;CODE&gt;count&lt;/CODE&gt; field as &lt;CODE&gt;Count&lt;/CODE&gt; and field names are case sensitive, you would need to use &lt;CODE&gt;Count&lt;/CODE&gt; in the remaining part of the query. Try the following Search.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;product=Windows EventCode=676 OR EventCode=4771 OR EventCode=6279 
| stats count by "user" 
| rename user as "User", count as "Count" 
| sort - Count 
| head 15 
| eval Highest=if(Count&amp;gt;100,Count, 0), Very_High=if(Count&amp;lt;=100 AND Count&amp;gt;80,Count, 0),High=if(Count&amp;lt;=80 AND Count&amp;gt;60,Count, 0),  Moderate=if(Count&amp;lt;=60 AND Count&amp;gt;40,Count,0), Low=if(Count&amp;lt;=40 AND Count&amp;gt;20,Count, 0), eval Very_Low=if(Count&amp;lt;=20, Count, 0)
| fields - Count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Following is optional but you can the series prefixed with sequence numbers to have legends sorted i.e.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| eval "1.Highest"=if(Count&amp;gt;100,Count, 0), "2.Very_High"=if(Count&amp;lt;=100 AND Count&amp;gt;80,Count, 0),"3.High"=if(Count&amp;lt;=80 AND Count&amp;gt;60,Count, 0), "4.Moderate"=if(Count&amp;lt;=60 AND Count&amp;gt;40,Count,0), "5.Low"=if(Count&amp;lt;=40 AND Count&amp;gt;20,Count, 0), "6.Very_Low"=if(Count&amp;lt;=20, Count, 0) 
| fields - Count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Corresponding Simple &lt;CODE&gt;XML Chart configuration&lt;/CODE&gt; for &lt;CODE&gt;charting.fieldColors&lt;/CODE&gt; would be:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;option name="charting.fieldColors"&amp;gt;{"1.Highest":0xbf00ff,"2.Very_High":0xFF0000,"3.High":0xff8000,"4.Moderate":0xFFFF00,"5.Low":0x00FF00,"6.Very_Low":0x0000ff}&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Please try out and confirm!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 18:58:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Stats-Count-and-or-Chart-Count-Graph-Coloring/m-p/328316#M3070</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-04-12T18:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Stats Count and/or Chart Count Graph Coloring</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Stats-Count-and-or-Chart-Count-Graph-Coloring/m-p/328317#M3071</link>
      <description>&lt;P&gt;Interesting.....so close but so far! Appreciate the assistance!&lt;/P&gt;

&lt;P&gt;Sorting was another question so that is an added bonus. Awesome&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 19:07:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Stats-Count-and-or-Chart-Count-Graph-Coloring/m-p/328317#M3071</guid>
      <dc:creator>Hegemon76</dc:creator>
      <dc:date>2018-04-12T19:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Stats Count and/or Chart Count Graph Coloring</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Stats-Count-and-or-Chart-Count-Graph-Coloring/m-p/328318#M3072</link>
      <description>&lt;P&gt;Very odd that the colors don't work. Everything works not but for instance Very Low which should be blue is Orange.&lt;/P&gt;

&lt;P&gt;Makes no sense at all.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 20:34:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Stats-Count-and-or-Chart-Count-Graph-Coloring/m-p/328318#M3072</guid>
      <dc:creator>Hegemon76</dc:creator>
      <dc:date>2018-04-12T20:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Stats Count and/or Chart Count Graph Coloring</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Stats-Count-and-or-Chart-Count-Graph-Coloring/m-p/328319#M3073</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/31557"&gt;@Hegemon76&lt;/a&gt; I have updated my answer, just realized that field names you have for Very_High and Very_Low have underscore instead of space. Please make the correction and confirm!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:59:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Stats-Count-and-or-Chart-Count-Graph-Coloring/m-p/328319#M3073</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-09-29T18:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Stats Count and/or Chart Count Graph Coloring</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Stats-Count-and-or-Chart-Count-Graph-Coloring/m-p/328320#M3074</link>
      <description>&lt;P&gt;It works thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 14:40:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Stats-Count-and-or-Chart-Count-Graph-Coloring/m-p/328320#M3074</guid>
      <dc:creator>Hegemon76</dc:creator>
      <dc:date>2018-04-13T14:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Stats Count and/or Chart Count Graph Coloring</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Stats-Count-and-or-Chart-Count-Graph-Coloring/m-p/328321#M3075</link>
      <description>&lt;P&gt;Glad it worked... dont forget the up vote &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 14:49:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Stats-Count-and-or-Chart-Count-Graph-Coloring/m-p/328321#M3075</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-04-13T14:49:06Z</dc:date>
    </item>
  </channel>
</rss>

