logstash
logstash copied to clipboard
Gracefully handle deeply nested JSON and Logstash::Event objects
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.