-
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
Fields not supported for ASN database #124
Comments
I can confirm, that it behaves strangely with asn/isp database (getting the same error). This worked for me, though: Specify the fields you want like this:
|
Can confirm this happens for me too on I am using elasticsearch 7.9.3, and I have a new (not legacy) index template called If I comment out this line:
|
Logstash crashes when supplying valid fields for the ASN database.
{"src_ip": "2.8.8.8"}
I was expecting the code to allow any number of fields and do a best effort to extract them rather than have a static list which can get outdated.
The text was updated successfully, but these errors were encountered: