elasticsearch 我需要在一个字段数组中添加一个子字段和geopoint,elasticsearch,filter,geolocation,logstash,elasticsearch,Filter,Geolocation,Logstash" /> elasticsearch 我需要在一个字段数组中添加一个子字段和geopoint,elasticsearch,filter,geolocation,logstash,elasticsearch,Filter,Geolocation,Logstash" />

elasticsearch 我需要在一个字段数组中添加一个子字段和geopoint

elasticsearch 我需要在一个字段数组中添加一个子字段和geopoint,elasticsearch,filter,geolocation,logstash,elasticsearch,Filter,Geolocation,Logstash,我有一个像这样的字段数组 "varname" ["name1#lat|long", "name2#lat|long", "name3#lat|long", ....] 我需要知道如何在filebeat中使用它来在kibana中使用 "varname"[ "name1"["location": [lat, long]], "name2"["location": [lat, long]], "name3"["location": [lat, long]], ...] 我需

我有一个像这样的字段数组

"varname" ["name1#lat|long",
"name2#lat|long",
"name3#lat|long",
....]
我需要知道如何在filebeat中使用它来在kibana中使用

"varname"[ "name1"["location": [lat, long]],
    "name2"["location": [lat, long]],
    "name3"["location": [lat, long]],
    ...]
我需要在de值数组中做一个子字段
谢谢

我需要先创建具有特殊结构的索引映射,然后开始索引数据

参考: