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
{{ message }}
This repository was archived by the owner on Sep 21, 2023. It is now read-only.
The shipper output unit should be reported as DEGRADED using the V2 control protocol when it cannot connect or write to Elasticsearch.
We should not report the status as DEGRADED on the first error, but only when the condition has persisted after several retries. Initially we can consider only setting the status to DEGRADED if the problem persists for 30 seconds.
We should additionally consider setting the status as FAILED if we believe the error is not recoverable, for example because the TLS configuration is incorrect.
The shipper output unit should be reported as DEGRADED using the V2 control protocol when it cannot connect or write to Elasticsearch.
We should not report the status as DEGRADED on the first error, but only when the condition has persisted after several retries. Initially we can consider only setting the status to DEGRADED if the problem persists for 30 seconds.
We should additionally consider setting the status as FAILED if we believe the error is not recoverable, for example because the TLS configuration is incorrect.