Skip to content
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

[8.17] Fix steps and screencap for agent diagnostics: 1238 (backport #1587) #1603

Merged
merged 2 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 9 additions & 4 deletions docs/en/ingest-management/fleet/monitor-elastic-agent.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,19 @@ To download the diagnostics bundle for local viewing:

. In the **Host** column, click the agent's name.

. Click the **Diagnostics** tab.
. Select the **Diagnostics** tab and click the **Request diagnostics .zip** button.
+
[role="screenshot"]
image::images/collect-agent-diagnostics1.png[Collect agent diagnostics under agent details]

. Click the **Request diagnostics .zip** button.
. In the **Request Diagnostics** pop-up, select **Collect additional CPU metrics** if you'd like detailed CPU data.
+
[role="screenshot"]
image::images/collect-agent-diagnostics.png[Collect agent diagnostics under agent details]
image::images/collect-agent-diagnostics2.png[Collect agent diagnostics confirmation pop-up]

. Click the **Request diagnostics** button.

Any in-progress or previously collected bundles for the {agent} will be listed on this page.
When available, the new diagnostic bundle will be listed on this page, as well as any in-progress or previously collected bundles for the {agent}.

Note that the bundles are stored in {es} and are removed automatically after 7 days. You can also delete any previously created bundle by clicking the `trash can` icon.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -430,14 +430,19 @@ To download the diagnostics bundle for local viewing:

. In the **Host** column, click the agent's name.

. Click the **Diagnostics** tab.
. Select the **Diagnostics** tab and click the **Request diagnostics .zip** button.
+
[role="screenshot"]
image::images/collect-agent-diagnostics1.png[Collect agent diagnostics under agent details]

. Click the **Request diagnostics .zip** button.
. In the **Request Diagnostics** pop-up, select **Collect additional CPU metrics** if you'd like detailed CPU data.
+
[role="screenshot"]
image::images/collect-agent-diagnostics.png[Collect agent diagnostics under agent details]
image::images/collect-agent-diagnostics2.png[Collect agent diagnostics confirmation pop-up]

. Click the **Request diagnostics** button.

Any in-progress or previously collected bundles for the {agent} will be listed on this page.
When available, the new diagnostic bundle will be listed on this page, as well as any in-progress or previously collected bundles for the {agent}.

Note that the bundles are stored in {es} and are removed automatically after 7 days. You can also delete any previously created bundle by clicking the `trash can` icon.

Expand Down