From 7f98664066d41027bbe702d067d6987a9ef656f3 Mon Sep 17 00:00:00 2001 From: Luca Belluccini Date: Mon, 26 May 2025 18:44:17 +0200 Subject: [PATCH 1/2] Update breaking changes EA in Server mode --- release-notes/fleet-elastic-agent/breaking-changes.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/release-notes/fleet-elastic-agent/breaking-changes.md b/release-notes/fleet-elastic-agent/breaking-changes.md index 1c86dc8e5f..a8411fdf05 100644 --- a/release-notes/fleet-elastic-agent/breaking-changes.md +++ b/release-notes/fleet-elastic-agent/breaking-changes.md @@ -79,7 +79,8 @@ For more information, check [#6461]({{agent-pull}}6461) and [#2489]({{agent-pull :::: ::::{dropdown} Changed the default {{agent}} installation and upgrade -The default {{agent}} installation and ugprade have been changed to include only the `agentbeat`, `endpoint-security` and `pf-host-agent` components. Additional components can be included using flags. +The default {{agent}} installation and ugprade have been changed to include only the `agentbeat`, `endpoint-security` and `pf-host-agent` components. +Additional components such as `apm` or `fleet` require passing the flag `--install-servers` (or `ELASTIC_AGENT_FLAVOR=servers` environment variable). For more information, check [#6542]({{agent-pull}}6542). :::: @@ -110,4 +111,4 @@ For more information, check [#199226]({{kib-pull}}199226). In addition to the new pagination limit size of 100, retrieving agent policies without agent count is now the new default behavior, and a new query parameter `withAgentCount` was added to retrieve the agent count. For more information, check [#196887]({{kib-pull}}196887). -:::: \ No newline at end of file +:::: From 6c65988c9d8553c2db7c2ccc9aeb973685cedbdf Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Mon, 26 May 2025 18:46:40 +0200 Subject: [PATCH 2/2] Update breaking-changes.md --- release-notes/fleet-elastic-agent/breaking-changes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release-notes/fleet-elastic-agent/breaking-changes.md b/release-notes/fleet-elastic-agent/breaking-changes.md index a8411fdf05..d9d085e6f0 100644 --- a/release-notes/fleet-elastic-agent/breaking-changes.md +++ b/release-notes/fleet-elastic-agent/breaking-changes.md @@ -80,7 +80,8 @@ For more information, check [#6461]({{agent-pull}}6461) and [#2489]({{agent-pull ::::{dropdown} Changed the default {{agent}} installation and upgrade The default {{agent}} installation and ugprade have been changed to include only the `agentbeat`, `endpoint-security` and `pf-host-agent` components. -Additional components such as `apm` or `fleet` require passing the flag `--install-servers` (or `ELASTIC_AGENT_FLAVOR=servers` environment variable). + +Additional components such as `apm` or `fleet` require passing the `--install-servers` flag or setting the `ELASTIC_AGENT_FLAVOR=servers` environment variable. For more information, check [#6542]({{agent-pull}}6542). ::::