You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we're running Graylog in a kubernetes environment and on all of our collector sidecars are raising the following error "randomly" for the UpdateRegistration event:
Aug 27 18:24:36 some-host graylog-sidecar[5995]: time="2020-08-27T18:24:36+02:00" level=error msg="[UpdateRegistration] Failed to report collector status to server: Put https://log.example.org/api/sidecars/some-host.example.org: EOF"
The problem does not occur every time the sidecar tries to update the registration. I also tried to debug the issue myself within the sources but I hit my limits. From what I've seen in the graylog.go file there is an exception for io.EOL errors but the error being returned is an *url.Error type.
As these error messages will be written into the syslog almost every second every help would be appreciated.
Kind Regards,
Christopher
Steps to reproduce the problem
Unfortunately not sure how.
Environment
Sidecar Version: 1.0.2
Graylog Version: 3.2.4
Operating System: Ubuntu 18.04 (Docker container)
Elasticsearch Version: 6.7.0
MongoDB Version: 3.6.18
The text was updated successfully, but these errors were encountered:
Problem description
Hello,
we're running Graylog in a kubernetes environment and on all of our collector sidecars are raising the following error "randomly" for the UpdateRegistration event:
The problem does not occur every time the sidecar tries to update the registration. I also tried to debug the issue myself within the sources but I hit my limits. From what I've seen in the
graylog.go
file there is an exception forio.EOL
errors but the error being returned is an*url.Error
type.As these error messages will be written into the syslog almost every second every help would be appreciated.
Kind Regards,
Christopher
Steps to reproduce the problem
Unfortunately not sure how.
Environment
The text was updated successfully, but these errors were encountered: