Open mattBaumBeneva opened 2 months ago
We have also opened a bug with the plugin maintainer here: https://github.com/dynatrace-oss/logstash-output-dynatrace/issues/37
We have been able to reproduce this in production with the "syslog" output plugin. This seems to be a more general issue with Logstash on Redhat Linux.
Describe the bug We are running Logstash 8.x installed with YUM (https://www.elastic.co/guide/en/logstash/current/installing-logstash.html#_yum) on Redhat Linux and using the Dynatrace output plugin (https://github.com/dynatrace-oss/logstash-output-dynatrace).
Each time we update the Logstash package, we end up with the following error messages in the service logs and our pipeline crashes. This affects the Dynatrace plugin, but we seem to also be experiencing this issue with other plugins, which is why I have posted here :
When this occurs, we must reinstall the plugin to fix the issue. From what we can tell, the file still exists under /usr/share/logstash/vendor/bundle/jruby/3.1.0/gems, but logstash does not appear to load it correctly.
To Reproduce Steps to reproduce the behavior:
Expected behavior Upgrading logstash should have no effect on previously-installed output plugins
Additional context It isn't clear if this is a pluging-related issue of if this is a bug in the logstash update process. We see the bug affecting the dynatrace output plugin when we update, but we are getting reports that installations using other plugins present similar issues.