Tile Map geo.location field not present under GeoHash aggregation in Kibana 4.0.1

前端 未结 2 1620
傲寒
傲寒 2021-01-03 10:23

I\'m trying to get a tile map visualization working in Kibana 4.0.1.

I can see the geoip.location data in the Discover section but when I go to Visuali

相关标签:
2条回答
  • 2021-01-03 10:37

    Kibana is using the mapping of the field to determine if it's a geo_point and therefore can be used in the map.

    So, you should check your mapping and change the field to a geo_point.

    See the doc.

    0 讨论(0)
  • 2021-01-03 10:46

    just want to extract some useful information to a separate answer - maybe it'll be useful to someone.

    Logstash elasticsearch template matches only templates with "logstash-" prefix. That's why geoip.location field is double, not geo_point, when you use a different index name (like firewall*) without your custom template.

    check this issue, if you need more information - https://github.com/elastic/logstash/issues/3137

    0 讨论(0)
提交回复
热议问题