From 7312f845dda5a613ab69a94279a758c05c72f62b Mon Sep 17 00:00:00 2001 From: nima Date: Mon, 20 Jan 2025 17:26:05 +1100 Subject: [PATCH 1/2] Explain why Agent needs to connect to Kibana --- .../ingest-management/fleet/add-fleet-server-on-prem.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/en/ingest-management/fleet/add-fleet-server-on-prem.asciidoc b/docs/en/ingest-management/fleet/add-fleet-server-on-prem.asciidoc index cd896bbda..c8ad08804 100644 --- a/docs/en/ingest-management/fleet/add-fleet-server-on-prem.asciidoc +++ b/docs/en/ingest-management/fleet/add-fleet-server-on-prem.asciidoc @@ -98,6 +98,9 @@ You may need to allow access to these ports. Refer to the following table for de | {fleet-server} → {es} | 9200 |=== +Note: Connectivity to {kib} on port 5601 is optional and not required at all times. {agent} and {fleet-server} may need to connect to {kib} if deployed in a +container environment where an enrollment token can not be provided during deployment. + //[discrete] //[[add-fleet-server-on-prem-hosts]] //= Add {fleet-server} hosts From 15da4224af1d1d120adde72653763da161edb77d Mon Sep 17 00:00:00 2001 From: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:46:54 -0500 Subject: [PATCH 2/2] Update docs/en/ingest-management/fleet/add-fleet-server-on-prem.asciidoc --- .../ingest-management/fleet/add-fleet-server-on-prem.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/ingest-management/fleet/add-fleet-server-on-prem.asciidoc b/docs/en/ingest-management/fleet/add-fleet-server-on-prem.asciidoc index c8ad08804..07240376a 100644 --- a/docs/en/ingest-management/fleet/add-fleet-server-on-prem.asciidoc +++ b/docs/en/ingest-management/fleet/add-fleet-server-on-prem.asciidoc @@ -98,7 +98,7 @@ You may need to allow access to these ports. Refer to the following table for de | {fleet-server} → {es} | 9200 |=== -Note: Connectivity to {kib} on port 5601 is optional and not required at all times. {agent} and {fleet-server} may need to connect to {kib} if deployed in a +NOTE: Connectivity to {kib} on port 5601 is optional and not required at all times. {agent} and {fleet-server} may need to connect to {kib} if deployed in a container environment where an enrollment token can not be provided during deployment. //[discrete]