-
Notifications
You must be signed in to change notification settings - Fork 167
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 elastic-agent diagnostics documentation #1164
Add elastic-agent diagnostics documentation #1164
Conversation
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.
Thanks for contributing this! Just a few minor edits and a request to change the order of the content.
@@ -15,6 +15,7 @@ doing common tasks: | |||
* <<elastic-agent-uninstall-command,uninstall>> | |||
* <<elastic-agent-upgrade-command,upgrade>> | |||
* <<elastic-agent-version-command,version>> | |||
* <<elastic-agent-diagnostics-command,diagnostics>> |
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.
These commands are alphabetized, so move this one to the top.
@@ -669,6 +670,45 @@ elastic-agent version | |||
<hr> | |||
++++ | |||
|
|||
[discrete] |
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.
Same comment as before. Move this to the top section because it appears first alphabetically.
Co-authored-by: DeDe Morton <dede.morton@elastic.co>
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!
* Add elastic-agent diagnostics documentation * Fix typo * Apply suggestions from code review Co-authored-by: DeDe Morton <dede.morton@elastic.co> * Move diagnostics command to top Co-authored-by: DeDe Morton <dede.morton@elastic.co>
Docs for elastic/beats#28265