Creating a choropleth map
A choropleth map, whose name comes from two Greek words meaning area/region and multitude, is a two-dimensional map where areas are designated by color shades or patterns to indicate the measured strength of a statistical indicator, such as sales per area or crime rates.
We will not cover in detail the mathematical details of how a choropleth is created, but we are fortunate that we can use Splunk to provide this effective visualization tool for us. We will create two choropleth maps to denote bookings by region and traffic by region.
Since we don't have a panel to clone from, we will create this from scratch:
- Enter edit mode with the
Edit
button. - Click on
Add Panel
. - Select
New
|Choropleth Map
. Change Time Range
to a1 hour window
under the real-time presents.- In
Content Title
, type inTraffic Choropleth
. - Type in this
Search String
, which includes ageomap
command and makes use of one of the two geographic lookup maps that are included by default with Splunk. The one used...