<?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: can we give colors in Geostats  based on ranges of some value? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113672#M29984</link>
    <description>&lt;P&gt;Hi @vganjare &lt;BR /&gt;
I am trying like this &amp;lt;option name="mapping.seriesColors"&amp;gt;{prop:0xC2C199}&amp;lt;/option&amp;gt; as you said foo and bar are field names. so i tried using prop as the field name according to my query.&lt;BR /&gt;
It is not changing. for every color code what i am trying, it is been changing to black color.don't know why.? &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 21 May 2015 05:01:10 GMT</pubDate>
    <dc:creator>SanthoshSreshta</dc:creator>
    <dc:date>2015-05-21T05:01:10Z</dc:date>
    <item>
      <title>can we give colors in Geostats  based on ranges of some value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113657#M29969</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;

&lt;P&gt;Can we use rangemaps to give colors to the charts in the geostats map. I am having some range values. they should be in some colors to be displayed in the pie charts on maps. is it possible.&lt;BR /&gt;
i have used this query but not able to get the defined colors.&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  
| rangemap field=prop green=0-5 yellow=6-10 orange=11-15 default=red
| geostats values(prop) by StateName   globallimit=0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2015 07:46:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113657#M29969</guid>
      <dc:creator>SanthoshSreshta</dc:creator>
      <dc:date>2015-05-19T07:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: can we give colors in Geostats  based on ranges of some value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113658#M29970</link>
      <description>&lt;P&gt;You will find that rangemap uses the following fields:&lt;BR /&gt;
none = black&lt;BR /&gt;
low = green&lt;BR /&gt;
guarded = blue&lt;BR /&gt;
elevated = yellow&lt;BR /&gt;
high = orange&lt;BR /&gt;
severe = red&lt;BR /&gt;
default&lt;/P&gt;

&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2015 14:11:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113658#M29970</guid>
      <dc:creator>markthompson</dc:creator>
      <dc:date>2015-05-19T14:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: can we give colors in Geostats  based on ranges of some value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113659#M29971</link>
      <description>&lt;P&gt;Hi @markthompson rangemap command must need some values to pass.&lt;BR /&gt;
I am very new to this SPLUNK. Can you give me some syntax or example like thing to make it.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 04:23:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113659#M29971</guid>
      <dc:creator>SanthoshSreshta</dc:creator>
      <dc:date>2015-05-20T04:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: can we give colors in Geostats  based on ranges of some value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113660#M29972</link>
      <description>&lt;P&gt;Hi Santosh,&lt;/P&gt;

&lt;P&gt;Colors are predefined you can't change them. Rangemap colors will not help you with GoogleMap Visualization.&lt;/P&gt;

&lt;P&gt;Refer:&lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/10250/google-maps-customizing-geo-location-bubble-colors-and-numbers-based-on-application-criteria.html"&gt;http://answers.splunk.com/answers/10250/google-maps-customizing-geo-location-bubble-colors-and-numbers-based-on-application-criteria.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 04:37:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113660#M29972</guid>
      <dc:creator>Arun_N_007</dc:creator>
      <dc:date>2015-05-20T04:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: can we give colors in Geostats  based on ranges of some value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113661#M29973</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/38103"&gt;@Arun_N_007&lt;/a&gt; , I didn't used any APP. does it still doesn't support such things.?&lt;BR /&gt;
in the link you have shared there they said it is of APP.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:55:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113661#M29973</guid>
      <dc:creator>SanthoshSreshta</dc:creator>
      <dc:date>2020-09-28T19:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: can we give colors in Geostats  based on ranges of some value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113662#M29974</link>
      <description>&lt;P&gt;Hi Santhosh,&lt;/P&gt;

&lt;P&gt;Splunk internally used Google Map view to generate maps.&lt;/P&gt;

&lt;P&gt;I think it can be done &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Please refer below link for options available.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://developers.google.com/maps/documentation/javascript/reference#MapOptions"&gt;https://developers.google.com/maps/documentation/javascript/reference#MapOptions&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 05:49:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113662#M29974</guid>
      <dc:creator>Arun_N_007</dc:creator>
      <dc:date>2015-05-20T05:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: can we give colors in Geostats  based on ranges of some value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113663#M29975</link>
      <description>&lt;P&gt;One trick that you can use, is asign a value to each range, and the by modify the xml change the color.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 09:02:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113663#M29975</guid>
      <dc:creator>jmallorquin</dc:creator>
      <dc:date>2015-05-20T09:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: can we give colors in Geostats  based on ranges of some value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113664#M29976</link>
      <description>&lt;P&gt;Hope help you&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0/Viz/PanelreferenceforSimplifiedXML#map"&gt;http://docs.splunk.com/Documentation/Splunk/6.0/Viz/PanelreferenceforSimplifiedXML#map&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;mapping.fieldColors and mapping.seriesColors example&lt;BR /&gt;
The following example configures the "foo" and "bar" fields to be red (0xFF0000) and green (0x00FF00), respectively, and configures all other fields to be blue (0x0000FF):&lt;/P&gt;

&lt;P&gt;{foo:0xFF0000,bar:0x00FF00}&lt;BR /&gt;
   [0x0000FF]&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 09:25:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113664#M29976</guid>
      <dc:creator>jmallorquin</dc:creator>
      <dc:date>2015-05-20T09:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: can we give colors in Geostats  based on ranges of some value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113665#M29977</link>
      <description>&lt;P&gt;I have added&lt;BR /&gt;
&amp;lt;option name="mapping.fieldColors"&amp;gt;{foo:0xFF0000,bar:0x00FF00}&amp;lt;/option&amp;gt;&lt;BR /&gt;
   &amp;lt;option name="mapping.seriesColors"&amp;gt;[0x0000FF]&amp;lt;/option&amp;gt;&lt;/P&gt;

&lt;P&gt;everything turns to blue.&lt;BR /&gt;
what is foo and bar actually.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 09:35:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113665#M29977</guid>
      <dc:creator>SanthoshSreshta</dc:creator>
      <dc:date>2015-05-20T09:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: can we give colors in Geostats  based on ranges of some value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113666#M29978</link>
      <description>&lt;P&gt;foo and bar are the fields just like churn, placement or customer&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 09:39:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113666#M29978</guid>
      <dc:creator>vganjare</dc:creator>
      <dc:date>2015-05-20T09:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: can we give colors in Geostats  based on ranges of some value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113667#M29979</link>
      <description>&lt;P&gt;As jmallorquin said below link will help you&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0/Viz/PanelreferenceforSimplifiedXML#map"&gt;http://docs.splunk.com/Documentation/Splunk/6.0/Viz/PanelreferenceforSimplifiedXML#map&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 10:10:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113667#M29979</guid>
      <dc:creator>Arun_N_007</dc:creator>
      <dc:date>2015-05-20T10:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: can we give colors in Geostats  based on ranges of some value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113668#M29980</link>
      <description>&lt;P&gt;You can use it like,&lt;/P&gt;

&lt;P&gt;&amp;lt;option name="mapping.fieldColors"&amp;gt;{red:0xFF0000,green:0x00FF00,blue:0X0000FF}&amp;lt;/option&amp;gt;&lt;/P&gt;

&lt;P&gt;Where red,blue, green are values of rangemap field which got calculated.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 10:14:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113668#M29980</guid>
      <dc:creator>Arun_N_007</dc:creator>
      <dc:date>2015-05-20T10:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: can we give colors in Geostats  based on ranges of some value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113669#M29981</link>
      <description>&lt;P&gt;it is not changing any colors Arun.&lt;BR /&gt;
i have ranges and its values. i am unable to understand &lt;BR /&gt;
&amp;lt;option name&amp;gt;"mapping.fieldColors"?{prop:0x0000FF}&amp;lt;/option&amp;gt;&lt;BR /&gt;
I have used that. but no use, any ideas?&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 12:51:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113669#M29981</guid>
      <dc:creator>SanthoshSreshta</dc:creator>
      <dc:date>2015-05-20T12:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: can we give colors in Geostats  based on ranges of some value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113670#M29982</link>
      <description>&lt;P&gt;I have used &amp;lt;option name&amp;gt;"mapping.fieldColors"?{prop:0x0000FF}&amp;lt;/option&amp;gt;&lt;BR /&gt;
but of no use. can you give any example please.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 12:53:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113670#M29982</guid>
      <dc:creator>SanthoshSreshta</dc:creator>
      <dc:date>2015-05-20T12:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: can we give colors in Geostats  based on ranges of some value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113671#M29983</link>
      <description>&lt;P&gt;What ever color code I am adding , it is changing into black color.&lt;BR /&gt;
I have added.&lt;BR /&gt;
  &amp;lt;option name="mapping.seriesColors"&amp;gt;{prop:0xC2C199}&amp;lt;/option&amp;gt;&lt;BR /&gt;
Am i doing wrong.please correct me&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2015 04:58:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113671#M29983</guid>
      <dc:creator>SanthoshSreshta</dc:creator>
      <dc:date>2015-05-21T04:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: can we give colors in Geostats  based on ranges of some value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113672#M29984</link>
      <description>&lt;P&gt;Hi @vganjare &lt;BR /&gt;
I am trying like this &amp;lt;option name="mapping.seriesColors"&amp;gt;{prop:0xC2C199}&amp;lt;/option&amp;gt; as you said foo and bar are field names. so i tried using prop as the field name according to my query.&lt;BR /&gt;
It is not changing. for every color code what i am trying, it is been changing to black color.don't know why.? &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2015 05:01:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113672#M29984</guid>
      <dc:creator>SanthoshSreshta</dc:creator>
      <dc:date>2015-05-21T05:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: can we give colors in Geostats  based on ranges of some value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113673#M29985</link>
      <description>&lt;P&gt;Hi Santhosh, did you got any solution to this. am also facing the same issue here. can you please help me.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 09:49:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/can-we-give-colors-in-Geostats-based-on-ranges-of-some-value/m-p/113673#M29985</guid>
      <dc:creator>araivndswamysai</dc:creator>
      <dc:date>2019-10-10T09:49:01Z</dc:date>
    </item>
  </channel>
</rss>

