I am populating an index with documents containing a coordinate (lat,lon) and a unique identifier. I would like to refresh the Kibana Map with the latest position of each unique identifier and assign a color per identifier.
How could I do that ? In the map there is no Terms aggregation (I am using the coordinate map) and the Top Hits aggregation shows me only numeric fields.
My identifier is a string keyword. To be more clear, this id is a string identifying a unique device sending its coordinate.
Several documents can contain this id. So I would like given a date, to show on the map for each id its latest position.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.