stack es search-mvt cli command
elastic stack es search-mvt \
--index <index> \
--field <field> \
--zoom <zoom> \
--x <x> \
--y <y> \
[options]
Search a vector tile.
--indexstringrequired-
A list of indices, data streams, or aliases to search. It supports wildcards (
*). To search all data streams and indices, omit this parameter or use*or_all. To search a remote cluster, use the<cluster>:<target>syntax.Repeatable: pass
--indexmultiple times to supply more than one value --fieldstringrequired- A field that contains the geospatial data to return. It must be a
geo_pointorgeo_shapefield. The field must have doc values enabled. It cannot be a nested field. NOTE: Vector tiles do not natively support geometry collections. Forgeometrycollectionvalues in ageo_shapefield, the API returns a hits layer feature for each element of the collection. This behavior may change in a future release. --zoomnumberrequired- The zoom level of the vector tile to search. It accepts
0to29. --xnumberrequired- The X coordinate for the vector tile to search.
--ynumberrequired- The Y coordinate for the vector tile to search.
--aggsstring- Sub-aggregations for the geotile_grid. It supports the following aggregation types: -
avg-boxplot-cardinality-extended stats-max-median absolute deviation-min-percentile-percentile-rank-stats-sum-value countThe aggregation names can't start with_mvt_. The_mvt_prefix is reserved for internal aggregations. --buffernumber- The size, in pixels, of a clipping buffer outside the tile. This allows renderers to avoid outline artifacts from geometries that extend past the extent of the tile.
--[no-]exact-bounds- If
false, the meta layer's feature is the bounding box of the tile. Iftrue, the meta layer's feature is a bounding box resulting from ageo_boundsaggregation. The aggregation runs on <field> values that intersect the<zoom>/<x>/<y>tile withwrap_longitudeset tofalse. The resulting bounding box may be larger than the vector tile. --extentnumber- The size, in pixels, of a side of the tile. Vector tiles are square with equal sides.
--fieldsstring-
The fields to return in the
hitslayer. It supports wildcards (*). This parameter does not support fields with array values. Fields with array values may return inconsistent results.Repeatable: pass
--fieldsmultiple times to supply more than one value --grid-aggstring- The aggregation used to create a grid for the
field. --grid-precisionnumber- Additional zoom levels available through the aggs layer. For example, if
<zoom>is7andgrid_precisionis8, you can zoom in up to level 15. Accepts 0-8. If 0, results don't include the aggs layer. --grid-typestring- Determines the geometry type for features in the aggs layer. In the aggs layer, each feature represents a
geotile_gridcell. Ifgrid, each feature is a polygon of the cells bounding box. Ifpoint`, each feature is a Point that is the centroid of the cell. --querystring- The query DSL used to filter documents for the search.
--runtime-mappingsstring- Defines one or more runtime fields in the search request. These fields take precedence over mapped fields with the same name.
--sizenumber- The maximum number of features to return in the hits layer. Accepts 0-10000. If 0, results don't include the hits layer.
--sortstring-
Sort the features in the hits layer. By default, the API calculates a bounding box for each feature. It sorts features based on this box's diagonal length, from longest to shortest.
Repeatable: pass
--sortmultiple times to supply more than one value --[no-]track-total-hits- The number of hits matching the query to count accurately. If
true, the exact number of hits is returned at the cost of some performance. Iffalse, the response does not include the total number of hits matching the query. --[no-]with-labels- If
true, the hits and aggs layers will contain additional point features representing suggested label positions for the original features. *PointandMultiPointfeatures will have one of the points selected. *PolygonandMultiPolygonfeatures will have a single point generated, either the centroid, if it is within the polygon, or another point within the polygon selected from the sorted triangle-tree. *LineStringfeatures will likewise provide a roughly central point selected from the triangle-tree. * The aggregation results will provide one central point for each aggregation bucket. All attributes from the original features will also be copied to the new label features. In addition, the new features will be distinguishable using the tag_mvt_label_position.
--input-filestring- path to a JSON file to use as command input
-V--[no-]version- Print the Elastic CLI version
--config-filestring- path to a config file (default: ~/.elasticrc.yml)
--use-contextstring- override the active context from the config file
--command-profilestring- restrict available commands to a deployment profile (serverless, stack, default)
--[no-]json- output as JSON
--output-fieldsstring- comma-separated list of fields to include in output (dot-notation supported)
--output-templatestring- Mustache-like template for custom text output (e.g. "{{id}}: {{name}}")
--[no-]dry-run-
validate all inputs and exit without performing any action (preview changes without applying them)