João Duarte
João Duarte
This is a follow up to https://github.com/jruby/jruby/issues/8403 where #8404 fixed the single threaded crash but we're observing an OOM when multiple threads are involved. The OOM happened less frequently in...
## Is your feature request related to a problem? [Elastic](https://rubygems.org/profiles/elastic) publishes tens/hundreds of gems, many with the same prefix, and it would not be practical to set up a trusted...
During refresh parse operations like Psych::Parser.parse will consume a significant amount of memory due to the construction of parser-specific objects like TreeNode, before the final - and simpler - ruby...
### The purpose and use-cases of the new component This issue is a follow up to a presentation regarding enhancing enrichment capabilities of the Collector on the Collector SIG meeting...
This removes the annoying log info: ``` [2025-10-14T16:46:35,085][INFO ][org.reflections.Reflections] Reflections took 44 ms to scan 1 urls, producing 149 keys and 523 values ``` Given we only use reflectiong to...
With the introduction of https://github.com/elastic/logstash/pull/12307, we protect the Logstash process from crashing due to an error in a pipeline or pipeline worker. The consequence of this is that a crashed...
Currently dockerhub is rejecting Logstash 7.17.x images since they're based on Ubuntu 20.04, a no longer supprted OS. Logstash can't be upgraded to Ubuntu 22+ easily due to a glibc...
related https://github.com/elastic/logstash/issues/15405 and https://github.com/elastic/logstash/issues/15571