From input data I have 2 fields of location - latitude and longitude.
How can I construct a geo_point location field to create map visualization in logstash config (version 5.4)?
Thank you.
Updated - Summarize of the steps need to construct geo_point:
Create an index at Elasticsearch PUT my_index
Create a geo_point mapping type at the new created index
Now the field location has created but there is no data appear in this field yet. Which method should I use to make the data appeared in this new field?
Do I still need to manually mapping the index at Elasticsearch again by adding location field like this?
Yes.
Now the field location has created but there is no data appear in this field yet. Which method should I use to make the data appeared in this new field?
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.