<?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 define colors as per ranges using rangemap in geostats map.? in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/How-to-define-colors-as-per-ranges-using-rangemap-in-geostats/m-p/113392#M1678</link>
    <description>&lt;P&gt;Because the field "prop" is not existing anymore. You can add the "as" on your command to name it as prop again.&lt;/P&gt;

&lt;P&gt;Something like this.&lt;BR /&gt;
 | geostats values(prop) as prop by StateName globallimit=0&lt;/P&gt;</description>
    <pubDate>Thu, 08 Mar 2018 09:22:33 GMT</pubDate>
    <dc:creator>jaracan</dc:creator>
    <dc:date>2018-03-08T09:22:33Z</dc:date>
    <item>
      <title>How to define colors as per ranges using rangemap in geostats map.?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-define-colors-as-per-ranges-using-rangemap-in-geostats/m-p/113389#M1675</link>
      <description>&lt;P&gt;Hi All.&lt;/P&gt;

&lt;P&gt;I want alerts to be displayed on map for easy understanding. &lt;BR /&gt;
i have used this Query &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source="Churn_Map.csv" sourcetype="Churn_map" 
| eval Churn = if(Churn="True.","1","0") 
| eventstats sum(Churn) as true_churn , count(Churn) as total_churn by state 
| eval prop= true_churn*100 / total_churn 
| geostats values(prop) by StateName globallimit=0
| rangemap field=prop green=0-5 yellow=6-10 orange=11-15 default=red
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but colors are not displaying as i defined. any improvements.?&lt;BR /&gt;
the values are from min 5 to max 20. so i need alerts to seen on pie charts on map,by default it is showing some colors.&lt;BR /&gt;
Green : 0-5&lt;BR /&gt;
Yellow : 6-10&lt;BR /&gt;
Orange :11-15&lt;BR /&gt;
Red : 16 and above.&lt;BR /&gt;
any reference documents and links are really appreciated &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Santhosh.&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2015 06:27:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-define-colors-as-per-ranges-using-rangemap-in-geostats/m-p/113389#M1675</guid>
      <dc:creator>SanthoshSreshta</dc:creator>
      <dc:date>2015-05-19T06:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to define colors as per ranges using rangemap in geostats map.?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-define-colors-as-per-ranges-using-rangemap-in-geostats/m-p/113390#M1676</link>
      <description>&lt;P&gt;Can you please check the answer provided in &lt;A href="http://answers.splunk.com/answers/232462/how-to-display-a-range-in-color-good-or-fault.html"&gt;http://answers.splunk.com/answers/232462/how-to-display-a-range-in-color-good-or-fault.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2015 08:27:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-define-colors-as-per-ranges-using-rangemap-in-geostats/m-p/113390#M1676</guid>
      <dc:creator>vganjare</dc:creator>
      <dc:date>2015-05-19T08:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to define colors as per ranges using rangemap in geostats map.?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-define-colors-as-per-ranges-using-rangemap-in-geostats/m-p/113391#M1677</link>
      <description>&lt;P&gt;I am not able to understand that @vganjare &lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2015 08:36:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-define-colors-as-per-ranges-using-rangemap-in-geostats/m-p/113391#M1677</guid>
      <dc:creator>SanthoshSreshta</dc:creator>
      <dc:date>2015-05-19T08:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to define colors as per ranges using rangemap in geostats map.?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-define-colors-as-per-ranges-using-rangemap-in-geostats/m-p/113392#M1678</link>
      <description>&lt;P&gt;Because the field "prop" is not existing anymore. You can add the "as" on your command to name it as prop again.&lt;/P&gt;

&lt;P&gt;Something like this.&lt;BR /&gt;
 | geostats values(prop) as prop by StateName globallimit=0&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 09:22:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-define-colors-as-per-ranges-using-rangemap-in-geostats/m-p/113392#M1678</guid>
      <dc:creator>jaracan</dc:creator>
      <dc:date>2018-03-08T09:22:33Z</dc:date>
    </item>
  </channel>
</rss>

