From a29f18d041b98969e14a955035b4ff2ffe63631f Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 11:28:13 -0400 Subject: [PATCH] [DOCS] Update Fleet Server guide - Fleet Server keeps using the ES host provided at install/enroll time. (#1185) (#1191) * [DOCS] Update Fleet Server guide * Update docs/en/ingest-management/fleet/add-fleet-server-on-prem.asciidoc * Update docs/en/ingest-management/fleet/add-fleet-server-on-prem.asciidoc Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com> --------- Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com> (cherry picked from commit 7257560bc450e15999f9ac8c40487eb43197f2b9) Co-authored-by: Luca Belluccini --- .../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 b8c717508..9074bbbe1 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 @@ -213,6 +213,9 @@ token for each {fleet-server}. For other ways to generate service tokens, refer `--fleet-server-port` options in the `elastic-agent install` command. Refer to the {fleet-guide}/elastic-agent-cmd-options.html#elastic-agent-install-command[install command documentation] for details. +* Please note that {fleet-server} will keep using the {es} host provided via `--fleet-server-host` at install time. +The {es} hosts configured in the associated policy will be ignored by the {fleet-server} integration. +We strongly recommend using a load balancer to avoid coupling the {fleet-server} to the provided host. ==== + At the *Install Fleet Server to a centralized host* step,