Geo Display

For now, my dataset has the information of longitude and latitude. I am wondering if there is any way to display it on a map by the visualization of Kibana.

Thanks.

Is it mapped as a valid type in Elasticsearch? https://www.elastic.co/guide/en/elasticsearch/reference/6.2/mapping-types.html#_geo_datatypes

It is just the plain longitude and latitude value.

Then you will need to map it per the link, so Elasticsearch and Kibana know how to treat it.