elastic/logstash

Build a filter to map geo_points

Open

#4,583 创建于 2016年1月27日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Ruby (14,197 star) (3,496 fork)batch import
help wantednew plugin

描述

Hi there,

Now that geo_point is one of the native elasticsearch types (as far as I can tell), it seems as though logstash should have a filter for this data type out of the box.

Yes, I am aware that we can manually map these types, but that's an extra step that logstash is already handling gracefully for all of the other types.

I've noticed that the Twitter input plugin maps correctly to geo_points so it should be possible in a filter as well. There are geo_point fields in the geoip section of properties in the default "logstash-*" template as well.

There is an existing issue opened about such a feature (https://github.com/elastic/logstash/issues/3291) but no one has replied to it.

Is there something holding this development back?

Thanks for the help! James

贡献者指南