Error when using coordinate map visualization

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?

Maybe there are some indices with the wrong mappings?
What does the Elasticsearch log show, it should mention a specific index name.

-sighs- Thank you. It's been a long day.

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.

Thank you. Lesson: follow the log trail!

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.