-
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
Include TLS information in diagnostics bundle #4880
Comments
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
My comment in #4881 (comment) applies here too. There are three network locations agent can be configured to reach and we need to test all of them. I think it may be better if we implement a test command that can hit each of the three network locations agent needs to function.
|
I think if we want to include connectivity tests by default we should adjust the Or we can skip executing the connectivity checks by default, and explicitly add the new parameter if we want to gather this data (similar to how CPU metrics are requested). I don't know if we have any way currently to configure a timeout for diagnostics actions, and the current elastic-agent-client spec/implementation does not have a way to specify an action timeout |
I think we probably want connectivity checks by default, with an option to skip them. Connectivity problems are a frequent source of support cases so may as well include them by default. We 100% will need timeouts, diagnostics can't block forever waiting for a reply from an unresponsive server. |
Describe the enhancement:
Following up on the work @michel-laterman did in elastic/fleet-server#3587 to include information about TLS connections made by Fleet Server, we should similarly include information about TLS connections made by Agent in the diagnostics bundle.
Describe a specific use case for the enhancement or feature:
To be able to debug TLS-related connectivity issues.
What is the definition of done?
The text was updated successfully, but these errors were encountered: