Tutorial overview
Choropleth maps visualize data aggregated by location.
To create a choropleth map that visualizes a value, you need a geographic feature collection that provides geographic boundaries at the same level of granularity as your data. For example, if you want to map the US population by state, you can use a Splunk search to create a statistics table with a row for the population of each state and use the geo_us_states
lookup to render the geometry of states on the map. To map the population by county, you would need to create a more granular table with a row for every US county and a new geospatial lookup that provides boundaries of all US counties. To learn more about geospatial lookups, see Define a geospatial lookup in Splunk Web in the Knowledge Manager Manual.
Goals
In this tutorial, you will learn how to do the following:
- Locate and upload a public data file from the United States Drought Monitor and a geospatial boundary file at the appropriate level of granularity into your Splunk platform instance.
- Use the lookup file to create a new geospatial lookup in addition to the
geo_us_states
andgeo_countries
lookups that are included with Splunk software. - Generate a choropleth map that demonstrates the severity of drought conditions by California county in 2018.
Your finished choropleth map will look like the following image:
Prerequisite
Make sure that you have a running Splunk platform instance. See the following links for information:
Steps
Cluster maps | Locate and download USDM data |
This documentation applies to the following versions of Splunk Cloud Platform™: 8.2.2112, 8.2.2201, 8.2.2202, 8.2.2203, 9.0.2205, 9.0.2208, 9.0.2209, 9.0.2303, 9.0.2305, 9.1.2308, 9.1.2312, 9.2.2403, 9.2.2406 (latest FedRAMP release)
Feedback submitted, thanks!