Maxmind (GeoLite2) is showing my home IP location in the wrong place. Is there anyway I can set a "home" location using coordinates rather than using Maxminds location?
I don't think there is a straightforward way of doing this unfortunately. You would have to write a script to find external IP addresses and replace them in the the elastic field data with one that aligns more closely with your physical location. I think Maxmind just returns the location values for the IP address queried with no other logic.
The location is based off MaxMinds GeoIP data. You can submit a change with MaxMind via the following link: https://support.maxmind.com/correction-faq/submit-a-correction/how-do-i-submit-a-correction-to-geoip-data/
It's odd MaxMinds webpage finds the location a whole lot closer than the GeoLite2 seems to. I will submit a request to correct. Anyway to test where the GeoLite2 database outside of Logstash or Kibana?
You can input the lat/long into google maps.
On Mon, Apr 20, 2020 at 13:40 fastxl notifications@github.com wrote:
It's odd MaxMinds webpage
https://www.maxmind.com/en/locate-my-ip-address finds the location a
whole lot closer than the GeoLite2 seems to. I will submit a request to
correct. Anyway to test where the GeoLite2 database outside of Logstash or
Kibana?—
You are receiving this because you commented.Reply to this email directly, view it on GitHub
https://github.com/3ilson/pfelk/issues/97#issuecomment-616707388, or
unsubscribe
https://github.com/notifications/unsubscribe-auth/AEA2HR3Z6FBQQWBT44JO4TTRNSCIPANCNFSM4MMSGE5Q
.
Got it. I will submit to MaxMind for a correction. Thanks for the help.
Most helpful comment
I don't think there is a straightforward way of doing this unfortunately. You would have to write a script to find external IP addresses and replace them in the the elastic field data with one that aligns more closely with your physical location. I think Maxmind just returns the location values for the IP address queried with no other logic.