Hi! I have config file with this in filter:
mutate {
add_field => {
"[location]" => "%{latitude},%{longitude}"
}
remove_field => ["latitude", "longitude"]
}
But, in 5 version in logstash, location was array, and I can visualize it like geo point. In 6 version in logstash it is like row type, and I can't visualize it.
Give me advice about: How I may to do "[location]" field template with an array of two values