Visualizing path/route of multiple geo points based on @timestamp on map

I'm inserting locations of some moving IoT devices to Elasticsearch.

My problem is, I can't visualize the route of a device on the map. In TileMap I can only visualize points of the devices statically without considering the inserted time.

Is there any solution for that?

https://github.com/elastic/kibana/issues/8173 is maybe what you want.

I have seen it done with a heatmap, where newer @timestamps are "hotter" and older ones "colder", using a max aggregation.

1 Like

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