-
Notifications
You must be signed in to change notification settings - Fork 166
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
Add documentation for the elastic-agent diagnostics pprof commands #1284
Add documentation for the elastic-agent diagnostics pprof commands #1284
Conversation
Add command reference docs for gathering pprof data with the elastic-agent diagnostics collect and diagnostics pprof commands. Add secrtion to troubleshooting guide for gathering pprof data into archive.
A documentation preview will be available soon: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comment. Otherwise, looks great! Thanks for adding this.
docs/en/ingest-management/troubleshooting/troubleshooting.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/ingest-management/troubleshooting/troubleshooting.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/ingest-management/troubleshooting/troubleshooting.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/ingest-management/troubleshooting/troubleshooting.asciidoc
Outdated
Show resolved
Hide resolved
Co-authored-by: DeDe Morton <[email protected]>
@dikshachauhan-qasource pinging you in the Docs PR - we should review docs as well as test out the diagnostics as part of it on the 3 OSes, with Endpoint and OSQuery enabled as test subjects. @michel-laterman it will collect Endpoint, yes? And logs from any other sub-process (like OSQuery) or just Beats (like Filebeat/Metricbeat)? Is there any environment where it is known not to work, like when deployed as a Docker container? So very cool - so glad we have docs, thanks for working it. |
@EricDavisX I know it will collect all *beats. I don't think it will collect from |
Hi @EricDavisX
We added below integrations to these agents:
Observations on running
We have also tested this with Windows: Linux:
As also confirmed by @michel-laterman we got same output: Further, we will be testing docs whenever this ticket will be merged. Please let us know if we are missing anything. |
This pull request does not have a backport label. Could you fix it @michel-laterman? 🙏
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@michel-laterman Not sure if you need to make any more content changes, but what's here looks good to me. I've added the backport labels, but can't remember if this is valid for 7.16. Just remove that backport label if it's not. Thanks! |
This pull request is now in conflict. Could you fix it @michel-laterman? 🙏
|
…1284) * Add documentation for the elastic-agent diagnostics pprof commands Add command reference docs for gathering pprof data with the elastic-agent diagnostics collect and diagnostics pprof commands. Add secrtion to troubleshooting guide for gathering pprof data into archive. * Apply suggestions from code review Co-authored-by: DeDe Morton <[email protected]> * rename monitoring.pprof to monitoring.pprof.enabled * set example to false Co-authored-by: DeDe Morton <[email protected]> (cherry picked from commit baea492)
…1284) (#1373) * Add documentation for the elastic-agent diagnostics pprof commands Add command reference docs for gathering pprof data with the elastic-agent diagnostics collect and diagnostics pprof commands. Add secrtion to troubleshooting guide for gathering pprof data into archive. * Apply suggestions from code review Co-authored-by: DeDe Morton <[email protected]> * rename monitoring.pprof to monitoring.pprof.enabled * set example to false Co-authored-by: DeDe Morton <[email protected]> (cherry picked from commit baea492) Co-authored-by: Michel Laterman <[email protected]>
…lastic#1284) * Add documentation for the elastic-agent diagnostics pprof commands Add command reference docs for gathering pprof data with the elastic-agent diagnostics collect and diagnostics pprof commands. Add secrtion to troubleshooting guide for gathering pprof data into archive. * Apply suggestions from code review Co-authored-by: DeDe Morton <[email protected]> * rename monitoring.pprof to monitoring.pprof.enabled * set example to false Co-authored-by: DeDe Morton <[email protected]>
Add command reference docs for gathering pprof data with the
elastic-agent diagnostics collect and diagnostics pprof commands. Add
secrtion to troubleshooting guide for gathering pprof data into archive.