I've reviewed different pieces of documentation and am unable to put it all together to figure out how to create a geo_point field. I have used logstash to pull in a CSV file that contains statistical data for cities and includes two fields: LAT and LONG as integers.
How do I take these two fields and use them to generate a geographical representation of this statistical data. I can't seem to figure out how to create a geo_point type field and populate it with the data in my LAT and LONG fields (probably not understanding the exact steps for this).
Any help would be great!