SPLK-1002 · Question #72
Which command is used to create choropleth maps?
The correct answer is C. geom. The geom command is used in Splunk to create choropleth maps by associating statistical data with geographic polygon features.
Question
Which command is used to create choropleth maps?
Options
- Ageostats
- Bcluster
- Cgeom
How the community answered
(30 responses)- A7% (2)
- B3% (1)
- C90% (27)
Why each option
The `geom` command is used in Splunk to create choropleth maps by associating statistical data with geographic polygon features.
The `geostats` command computes statistical aggregations for latitude and longitude coordinate data to produce cluster maps, not choropleth maps with polygon-shaded regions.
The `cluster` command is used for event clustering and anomaly detection in Splunk and has no capability to generate any type of geographic map visualization.
The `geom` command adds geographic polygon data such as country or state boundaries to search results, enabling Splunk to render choropleth maps where regions are shaded based on a statistical value. It is specifically designed for map-based visualizations that color geographic polygon areas rather than plotting individual coordinates.
Concept tested: Splunk geom command for choropleth map creation
Source: https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Geom
Topics
Community Discussion
No community discussion yet for this question.