-
Notifications
You must be signed in to change notification settings - Fork 80
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
Add support for GeoIP2 anonymous database #141
base: main
Are you sure you want to change the base?
Conversation
case ANONYMOUS_IS_ANONYMOUS: | ||
Boolean is_anonoymous = response.isAnonymous(); | ||
if (is_anonoymous != null) { | ||
geoData.put(Fields.ANONYMOUS_IS_ANONYMOUS.fieldName(), is_anonoymous); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think there is a typo on "is_anonymous" .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
case ANONYMOUS_IS_ANONYMOUS: | ||
Boolean is_anonoymous = response.isAnonymous(); | ||
if (is_anonoymous != null) { | ||
geoData.put(Fields.ANONYMOUS_IS_ANONYMOUS.fieldName(), is_anonoymous); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think there is a typo on "is_anonymous" .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@mdevreugd : how can we do so that our changes are validated and merged ? I can spend time on it, if you want. |
+1 |
Thanks for contributing to Logstash! If you haven't already signed our CLA, here's a handy link: https://www.elastic.co/contributor-agreement/