<?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 How to assign colors for a choropleth map based on the range of counts? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-assign-colors-for-a-choropleth-map-based-on-the-range-of/m-p/224009#M65979</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have a choropleth map, in which I have count like 0,179, 10, 65, 10&lt;/P&gt;

&lt;P&gt;So , I want to put the color red if it is 0, green if it is 1-100, blue if it is 200-500, purple if it is 10000+, etc.&lt;/P&gt;

&lt;P&gt;Please help me to get the color based on count range .. Please help !!&lt;/P&gt;

&lt;P&gt;Cheers,&lt;/P&gt;</description>
    <pubDate>Sat, 27 Feb 2016 20:32:50 GMT</pubDate>
    <dc:creator>abhayneilam</dc:creator>
    <dc:date>2016-02-27T20:32:50Z</dc:date>
    <item>
      <title>How to assign colors for a choropleth map based on the range of counts?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-assign-colors-for-a-choropleth-map-based-on-the-range-of/m-p/224009#M65979</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have a choropleth map, in which I have count like 0,179, 10, 65, 10&lt;/P&gt;

&lt;P&gt;So , I want to put the color red if it is 0, green if it is 1-100, blue if it is 200-500, purple if it is 10000+, etc.&lt;/P&gt;

&lt;P&gt;Please help me to get the color based on count range .. Please help !!&lt;/P&gt;

&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Sat, 27 Feb 2016 20:32:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-assign-colors-for-a-choropleth-map-based-on-the-range-of/m-p/224009#M65979</guid>
      <dc:creator>abhayneilam</dc:creator>
      <dc:date>2016-02-27T20:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign colors for a choropleth map based on the range of counts?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-assign-colors-for-a-choropleth-map-based-on-the-range-of/m-p/224010#M65980</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Set the colors as below in your xml (change the value as per what you have in the rangemep).&lt;/P&gt;

&lt;P&gt;{"1. low":0x00D03E,"2. medium":0xFAFA35,"3. high":0xE2A703, "4. very high":0xD12802}&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2017 09:45:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-assign-colors-for-a-choropleth-map-based-on-the-range-of/m-p/224010#M65980</guid>
      <dc:creator>meenal901</dc:creator>
      <dc:date>2017-08-14T09:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign colors for a choropleth map based on the range of counts?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-assign-colors-for-a-choropleth-map-based-on-the-range-of/m-p/224011#M65981</link>
      <description>&lt;P&gt;Can you provide a working example?  Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 13:23:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-assign-colors-for-a-choropleth-map-based-on-the-range-of/m-p/224011#M65981</guid>
      <dc:creator>TonyLeeVT</dc:creator>
      <dc:date>2019-10-01T13:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign colors for a choropleth map based on the range of counts?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-assign-colors-for-a-choropleth-map-based-on-the-range-of/m-p/224012#M65982</link>
      <description>&lt;P&gt;base search|rangemap field=count green=0-5 red=5-10 yellow=11-20 default=gray| sort +count | &lt;BR /&gt;
 geom geo_countries&lt;BR /&gt;
this is my query and I gave {"green":0xFF0000,"yellow":0xFFFF00,"red":0x00FF00} in XML code.&lt;BR /&gt;
not able to highlight the region based on the color code.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 11:38:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-assign-colors-for-a-choropleth-map-based-on-the-range-of/m-p/224012#M65982</guid>
      <dc:creator>araivndswamysai</dc:creator>
      <dc:date>2019-10-09T11:38:40Z</dc:date>
    </item>
  </channel>
</rss>

