-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Beats diagnostics tooling #21965
Comments
Pinging @elastic/integrations-services (Team:Services) |
@michel-laterman should that one also be part of 8.0 or everything has been done in 7.16? |
The |
@michel-laterman just added a task around: log / capture std from the processes started |
Closing - Future work will be track there: elastic/elastic-agent#94 |
Beats should provide a tool that allows one to easily collect information that can help to analyze known user issues. Diagnostics should contain static information like host meta data, configuration files and existing log files. Active data collection should also be supported, like metrics or memory profiles.
Tasks Phase 1:
Enable http endpoint with unix socket or named pipe by default. e.g.- completed as part of previous work to enable monitoring/var/lib/<meta-hash>.sock
Add API to read current Beats configuration. For now the static configuration used on startup, including modules.- completed as part of previous work forelastic-agent inspect
diag add
to add extra files and directories to a diagnostics report.The text was updated successfully, but these errors were encountered: