logstash icon indicating copy to clipboard operation
logstash copied to clipboard

Gracefully handle deeply nested JSON and Logstash::Event objects

Open jsvd opened this issue 2 years ago • 0 comments

Creating a deeply nested Logstash Event in Logstash can cause a stack overflow exception. Logstash should be able to either handle this exception gracefully or prevent these objects from being created in the first place.

If unhandled, this exception can either cause Logstash to crash or a plugin or pipeline to restart.

jsvd avatar Sep 05 '22 15:09 jsvd