-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generated geo info is bogus #115
Comments
Geneve is not able to generate meaningful data for these fields, especially Things can be improved with an external mechanism that uses the ip address as key in a geo ip database (as the following Elasticsearch ingest pipeline) though this would not help when no geo info is mapped to the given ip address.
A limited workaround is to express constraints in the data model, ex:
but they would be freely combined in plainly wrong associations, ex:
|
I found this comment in slack that sometimes the geo processor needs to force download. I added this to the top of my network script (with a 2 second sleep because idk how to make it async and it needs to finish before running everything else). geo pipeline is now running as expected 🎉
|
Interesting! Thanks. |
My script above is unreliable with the sleep. For anyone encountering this problem, quickest way I have found to resolve it is in Dev Tools by toggling the
|
geo fields contain totally random data. Ex:
The text was updated successfully, but these errors were encountered: