There are tens of thousands of these error messages, but the range of latitudes in the error message are all between 264 and 269. As you can see from the error above it's complaining about 269.82421875 however the actual latitude in the message is -41.0, so I'm not sure where these values are even coming from.
@Christian_Dahlqvist I have a template mapping for [geoip][location] of "geo_point". There's no actual mapping in that index for type:nginx-access - I guess as no records with a location field have been indexed yet.
I had the same issue. Realised that the issue was that I was passing the geo_points as a String array ["12.947787499999999", "80.2352166"] in my document. I changed it to a double array [12.947787499999999, 80.2352166] and it worked fine. Yes, the error message is completely misleading.
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.