From 90aa51f32c1b0426124e51bea4ef508cf25c5857 Mon Sep 17 00:00:00 2001 From: Philipp Kahr Date: Thu, 4 Jan 2024 13:27:11 +0100 Subject: [PATCH 1/2] Add information about diagnostics flow --- .../ingest-management/troubleshooting/troubleshooting.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/ingest-management/troubleshooting/troubleshooting.asciidoc b/docs/en/ingest-management/troubleshooting/troubleshooting.asciidoc index e44a18936..6c8f90fe4 100644 --- a/docs/en/ingest-management/troubleshooting/troubleshooting.asciidoc +++ b/docs/en/ingest-management/troubleshooting/troubleshooting.asciidoc @@ -329,7 +329,7 @@ elastic-agent diagnostics **Get the diagnostics bundle through {fleet}** {fleet} provides the ability to remotely generate and gather an {agent}'s diagnostics bundle. -An agent can gather and upload diagnostics if it is online in a `Healthy` or `Unhealthy` state. +An agent can gather and upload diagnostics if it is online in a `Healthy` or `Unhealthy` state. The diagnostic is sent against the fleet server which in turn puts it into Elasticsearch. Therefore this works with Elastic Agents that are not using the Elasticsearch output as well. To download the diagnostics bundle for local viewing: . In {kib}, go to **Management -> {fleet} -> Agents**. From def49aa56ffbea12136f165a1014bd40430c185f Mon Sep 17 00:00:00 2001 From: Philipp Kahr Date: Thu, 4 Jan 2024 15:05:18 +0100 Subject: [PATCH 2/2] Update troubleshooting.asciidoc Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> --- .../ingest-management/troubleshooting/troubleshooting.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/ingest-management/troubleshooting/troubleshooting.asciidoc b/docs/en/ingest-management/troubleshooting/troubleshooting.asciidoc index 6c8f90fe4..6f39d60d8 100644 --- a/docs/en/ingest-management/troubleshooting/troubleshooting.asciidoc +++ b/docs/en/ingest-management/troubleshooting/troubleshooting.asciidoc @@ -329,7 +329,7 @@ elastic-agent diagnostics **Get the diagnostics bundle through {fleet}** {fleet} provides the ability to remotely generate and gather an {agent}'s diagnostics bundle. -An agent can gather and upload diagnostics if it is online in a `Healthy` or `Unhealthy` state. The diagnostic is sent against the fleet server which in turn puts it into Elasticsearch. Therefore this works with Elastic Agents that are not using the Elasticsearch output as well. +An agent can gather and upload diagnostics if it is online in a `Healthy` or `Unhealthy` state. The diagnostics are sent to {fleet-server} which in turn adds it into {es}. Therefore, this works even with {agents} that are not using the {es} output. To download the diagnostics bundle for local viewing: . In {kib}, go to **Management -> {fleet} -> Agents**.