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

Geoip filter plugin does not handle spaces in key name #138

Open
TonyLeeVT opened this issue May 20, 2018 · 0 comments
Open

Geoip filter plugin does not handle spaces in key name #138

TonyLeeVT opened this issue May 20, 2018 · 0 comments
Assignees

Comments

@TonyLeeVT
Copy link

Good day, per the thread here, I am opening an issue.

It appears that the geoip logstash filter does not like a space in the key name.

  • Version: 6.4.2
  • Operating System: Ubuntu 16.04
  • Config File Snippet:

Results in a _geoip_lookup_failure:
geoip {
source => "Source IP"
}

Parses just fine:
geoip {
source => "source_ip"
}

Thanks for your time.

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

No branches or pull requests

2 participants