-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Metricbeat] When Logstash module is enable and we fail to reach it, metricbeat refuses to starts #15276
Comments
@ycombinator could you take a look? |
I haven't checked the beat modules, so we might want to double-check it to make sure the module is not affected by a similar bug. |
I checked the |
Hey @ycombinator & @ph, I am a bit confused if this one is bug which we will fix or this is not a bug for Logstash output in the end. Can you please clarify? Thanks! |
@radoondas It's a bug, but it's not related tot he Logstash output but to Metricbeat's Logstash module, the module that query the Logstash API to collect metrics and send them to Elasticsearch. |
Looking at the code of the Logstash module I believe the module is also affected by a similar bug defined in #15258 for Kibana. I also looked at the Elasticsearch module but I think this one is OK.
beats/metricbeat/module/logstash/node/node.go
Lines 55 to 81 in d545f69
The text was updated successfully, but these errors were encountered: