Skip to content
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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

mdevreugd
Copy link

Thanks for contributing to Logstash! If you haven't already signed our CLA, here's a handy link: https://www.elastic.co/contributor-agreement/

case ANONYMOUS_IS_ANONYMOUS:
Boolean is_anonoymous = response.isAnonymous();
if (is_anonoymous != null) {
geoData.put(Fields.ANONYMOUS_IS_ANONYMOUS.fieldName(), is_anonoymous);

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" .

Copy link

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);

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" .

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@9uill4ume
Copy link

@mdevreugd : how can we do so that our changes are validated and merged ? I can spend time on it, if you want.

@psdjc
Copy link

psdjc commented Mar 9, 2021

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants