geomfilter
Description
Use the geomfilter command to specify points of a bounding box for clipping choropleth maps.
For more information about choropleth maps, see "Mapping data" in the Dashboards and Visualizations Manual.
Syntax
geomfilter [min_x=<float>] [min_y=<float>] [max_x=<float>] [max_y=<float>]
Optional arguments
- min_x
- Syntax: min_x=<float>
- Description: The x coordinate of the bounding box's bottom-left corner, in the range [-180, 180].
- Default: -180
- min_y
- Syntax: min_y=<float>
- Description: The y coordinate of the bounding box's bottom-left corner, in the range [-90, 90].
- Default: -90
- max_x
- Syntax: max_x=<float>
- Description: The x coordinate of the bounding box's up-right corner, in the range [-180, 180].
- Default: 180
- max_y
- Syntax: max_y=<float>
- Description: The y coordinate of the bounding box's up-right corner, in the range [-90, 90].
- Default: max_y=90
Usage
The geomfilter command accepts two points that specify a bounding box for clipping choropleth maps. Points that fall outside of the bounding box will be filtered out.
Examples
Example 1: This example uses the default bounding box, which will clip the entire map.
...| geomfilter
Example 2: This example clips half of the whole map.
...| geomfilter min_x=-90 min_y=-90 max_x=90 max_y=90
See also
geom | geostats |
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!