-
Notifications
You must be signed in to change notification settings - Fork 148
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
Elastic-agent should not swallows stderr and panics #88
Comments
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
@jlind23 I suggest giving it a higher priority as it may result in a pile of mysterious SDH issues: the process doesn't run, don't see any panics, no error, no logs collected, etc. |
I don't think it would be much effort and this would align with v2 changes for logging. IE: We should be able to stream |
I like the idea of starting to feed this into the elastic-agent logs. This will help us to already gain some experience around how it will work in v2 as @ph pointed out. |
jotting down ideas:
|
Funny thing is, if Agent recover and we are running journald input I presume we would get that information in Elasticsearch. |
Awesome, thanks @AndersonQ! |
Hi Team,
this issue proved that we need a more user-friendly method to collect all panics. Otherwise we won't be able to grab anything from customers.
In the mentioned case I used
strace
to listen whatfilebeat
is sending to/dev/null
, but we need a more trival method.The text was updated successfully, but these errors were encountered: