Kibana draw line between geo points

There is a need to connect the geopoint. If there are ways to do this?

Out of the box, this is not something you could do. You might want to look into the Vega plugin, or it would be possible to write your own.

See also https://github.com/elastic/kibana/issues/8173

As @tylersmalley suggested earlier, you could use Vega plugin. I wrote an example that does exactly that - draws lines between points on a map. The map is interactive, it can be zoomed in and panned around.

Cool, this is what you need. Thank you

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.