I want to create a geographical coordinate map. Can you please help me guide through the process of creating the geo_point or any other way to create coordinate map. I have tried the option from some website. I request you to please help me with step by step process to create geo_point in elastic search using logstash.
I dont know how to create index template ?
I tried doing this... I dont know whether it is correct or not ?
PUT earthquakes
{
"mappings": {
"_doc": {
"properties": {
"location": {
"type": "geo_point"
}
}
}
}
}
Can any one guide me with step by step creating of geopoint and inserting the long lat csv file to the elastic search. Or how to create coordinate map in kibana step by step from start to end.
Can you please elaborate. Do you need the csv data ? I am new for creating the geo_point so i am finding difficult to understand the point. And i am using windows ELK.
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.