Open duylong opened 6 years ago
Hi, we also experience same issue with docker.elastic.co/logstash/logstash-oss:6.4.1: "message":"org.logstash.instrument.metrics.NamespacedMetricExt cannot be cast to org.logstash.instrument.metrics.NullMetricExt"
Error message:
{"level":"ERROR","loggerName":"logstash.agent","timeMillis":1538059726916,"thread":"Converge PipelineAction::Create
I managed to fix this by removing 'enable_metric => false' in my beats input config
Good solution, I disabled all "enable_metric" and now I can start Logstash :)
Hi,
I'm trying to upgrade from 6.3.2 to 6.4.1 and I have a error:
Do you know this issue?