Mapbox vector tile with elasticsearch 7.15

Anyone have experience enabling mapbox vector tile for Elastic? I have a v7.15 docker container of Elasticsearch running with basic authentication but getting this error when I try to access to index/_mvt/spatial_field/:z/:x/:y endpoint.

reason": "current license is non-compliant for [geotile_grid aggregation on geo_shape fields]", "license.expired.feature": "geotile_grid aggregation on geo_shape fields"

How do I enable this feature locally or feed it the right license?

Found the answer, just needed this in my docker environment setting:

  • "xpack.license.self_generated.type=trial"

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.