Graylog2 / collector-sidecar

Manage log collectors through Graylog
https://www.graylog.org/
Other
268 stars 56 forks source link

Abort request on missing Graylog server version #482

Closed mpfz0r closed 10 months ago

mpfz0r commented 10 months ago

If we fail to read the server version from Graylog, stop using a fallback to 4.0.0 and retry the request instead.

In scenarios with multiple Graylog nodes behind a load balancer, this can lead to the sidecar temporarly stopping all collectors.

Fixes #481

Notes for Reviewers