Hi all,
How can I change the color of the a specific country in a cluster map? below is the cluster map and the expected output
Thanks in advance
Thanks for all the suggestions :). To close this question I've managed to do it using custom map tiles.
 
					
				
		
This app will be helpful:
https://splunkbase.splunk.com/app/3124/
 
					
				
		
This app will be helpful:
https://splunkbase.splunk.com/app/3124/
Thanks for all the suggestions :). To close this question I've managed to do it using custom map tiles.
Hello,
You have examples here:
https://splunkbase.splunk.com/app/1603/
hello,
you can do it with Choropleth Map.
example ;
source=my_data_source.csv 
| lookup geo_us_states longitude as Longitude, latitude as Latitude 
| stats count by featureId 
| geom geo_us_states
check this more information..
https://docs.splunk.com/Documentation/Splunk/7.0.3/Viz/ChoroplethFormatting
