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
results in a stack overflow, as noted in this issue raised against logstash-core, because of recursion between encode and multi-encode is the base filter.
It would be trivial to fix this in the codec by overriding encode with a method that raises an exception. The dots codec shows how to do this.
The text was updated successfully, but these errors were encountered:
logstash 7.15.2, installed using yum, run from the command line. The following configuration
results in a stack overflow, as noted in this issue raised against logstash-core, because of recursion between encode and multi-encode is the base filter.
It would be trivial to fix this in the codec by overriding encode with a method that raises an exception. The dots codec shows how to do this.
The text was updated successfully, but these errors were encountered: