We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have a faulty piece of code at
beats/filebeat/input/filestream/input.go
Lines 169 to 172 in c3571bf
We report input as DEGRADED on any error. However, we should not report degraded if context is cancelled.
DEGRADED
The text was updated successfully, but these errors were encountered:
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane)
Sorry, something went wrong.
The drawback of this is Elastic Agents show up unhealthy on Fleet UI (as 1 or more units are not healthy), generating concerns on users.
@cmacknz what should be the best course of action here? We shouldn't report context canceled and mark agent as degraded, right?
context canceled
i think we should filter such errors out while reporting degraded mode.
We shouldn't report context canceled and mark agent as degraded, right?
Correct as this likely isn't a real error and probably a side effect of shutting down or reloading.
VihasMakwana
No branches or pull requests
We have a faulty piece of code at
beats/filebeat/input/filestream/input.go
Lines 169 to 172 in c3571bf
We report input as
DEGRADED
on any error. However, we should not report degraded if context is cancelled.The text was updated successfully, but these errors were encountered: