Hi Team,
We are using below versions to ingest the lat lon values into Elasticsearch using logstash config file.
Logstash -6.3.2
Elasticsearch - 6.3.2
Kibana - 6.3.2
Data : ( File Name : example.csv )
|cid | |lat | |lon |altitude|
----------------------------- |--------------------|--------------
|8690|17.48501776 |78.35698291 |532 |
|8690|17.48501776 |78.35698291 |532 |
|8690|17.48501776 |78.3569829 |532 |
Logstash Configuration file :
I am attaching my configuration file as well as template filein below mentioned jpeg files.
Here my problem is that we are able to upload the data with "lat , lon" values as in string format even though we are using template file and geo point conversions in logstash configuration file.
We are expecting to store the "lat, lon" values in geo point to represent the map graphs in kibana.
Kibana Output Image File :