Kibana 地图 - 使用来自另一个索引的地理围栏 (geo_shapes) 在一个索引中过滤 geo_points

Kibana maps - filter geo_points in one index using geofences (geo_shapes) from another index

我有一个包含 geo_point 字段的索引,还有另一个包含 geo_shape 字段的索引。我只想在 Kibana 地图上的某些特定 geo_shape 中显示 geo_point,所以我想做的是通过选择一个 geo_shape 来过滤 geo_point。这可能吗?

详细答案可以在Allow to upload custom Geoshape to filter data中找到,步骤如下:

  1. 使用 GeoJson 上传功能(添加源 > 添加 Geojson)以 geojson 格式上传形状。 -> 一个或多个形状作为图层添加到地图

  2. 为此形状配置工具提示层设置 > 工具提示 > 添加工具提示字段

  3. 单击地图上的形状,然后select工具提示中的“按几何形状过滤”操作 -> 这将根据该形状过滤其他几何形状。