From 88882fec15e9f7f6ba05410730c8cddf77bfea8b Mon Sep 17 00:00:00 2001 From: Luca Belluccini Date: Thu, 18 Jul 2024 16:54:34 +0200 Subject: [PATCH] [DOCS] Update Fleet Server guide - Fleet Server keeps using the ES host provided at install/enroll time. (#1185) * [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) --- .../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 339cacd37..8b2c6ee1d 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 @@ -212,6 +212,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,