You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logstash installation source (e.g. built from source, with a package manager: DEB/RPM, expanded from tar or zip archive, docker)
How is Logstash being run (e.g. as a service/service manager: systemd, upstart, etc. Via command line, docker/kubernetes)
How was the Logstash Plugin installed
JVM (e.g. java -version):
If the affected version of Logstash is 7.9 (or earlier), or if it is NOT using the bundled JDK or using the 'no-jdk' version in 7.10 (or higher), please provide the following information:
JVM version (java -version)
JVM installation source (e.g. from the Operating System's package manager, from source, etc).
Value of the JAVA_HOME environment variable if set.
OS version (uname -a if on a Unix-like system):
Description of the problem including expected versus actual behavior:
Steps to reproduce:
Please include a minimal but complete recreation of the problem,
including (e.g.) pipeline definition(s), settings, locale, etc. The easier
you make for us to reproduce it, the more likely that somebody will take the
time to look at it.
modify a sample test DB hosted in this project, updating a record with a custom information is_in_european_union
This issue originates from maxmind/MaxMind-DB-Reader-java#164 once that PR is published in a new version of the library, this plugin will be updated and manage the DeserializationException and tagging the event.
The text was updated successfully, but these errors were encountered:
maxmind-db shouldn't be throwing a NullPointerException. That seems to be a bug there. I would have expected a DeserializationException with an error about is_in_european_union being a uint16 when a boolean was expected.
Oh, I think this is maxmind/MaxMind-DB-Reader-java#164. It appears the fix for that has not been released, but it is merged into main. I'll look at getting it released.
Logstash information:
Please include the following information:
bin/logstash --version
)JVM (e.g.
java -version
):If the affected version of Logstash is 7.9 (or earlier), or if it is NOT using the bundled JDK or using the 'no-jdk' version in 7.10 (or higher), please provide the following information:
java -version
)JAVA_HOME
environment variable if set.OS version (
uname -a
if on a Unix-like system):Description of the problem including expected versus actual behavior:
Steps to reproduce:
Please include a minimal but complete recreation of the problem,
including (e.g.) pipeline definition(s), settings, locale, etc. The easier
you make for us to reproduce it, the more likely that somebody will take the
time to look at it.
is_in_european_union
8.15.0
which bundleslogstash-filter-geoip
7.3.0
throws the following exception:Handle the exception tagging the event on failure. Could be verified also on #225 test PR
Provide logs (if relevant):
This issue originates from maxmind/MaxMind-DB-Reader-java#164 once that PR is published in a new version of the library, this plugin will be updated and manage the
DeserializationException
and tagging the event.The text was updated successfully, but these errors were encountered: