I'm looking to plot out locations on and built a coordinate map visualization and that works. Mostly. While the map displays the locations, every time the visualization is called up or refreshed, I get the following error:
org.elasticsearch.index.query.QueryShardException: failed to find geo_point field [apache2.access.geoip.location]
...but it's still mapping out the data. I've checked the type for that field and it is indeed set as a geo_point type. Any ideas on how to fix this?
While I got the error, I assumed it only had to do with the most recent index. Going further up the log file, it's pulling an older index which does not have that field populated. Not sure why from the four days ago if I only want the last hour or four hours.
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.