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
As an example, with a configuration like this one, we are trying to sanitize our URLs by removing any reference to the value in [@metadata][passwd] in lines like this:
As an example, with a configuration like this one, we are trying to sanitize our URLs by removing any reference to the value in
[@metadata][passwd]
in lines like this:The crash bug can be reproduced when the password field contains a
[
.To prevent the bug, we have to escape these metacharacters like this:
The problem is that Logstash crashes instead of just dropping the message.
The text was updated successfully, but these errors were encountered: