From bb0ef03fc57f2ca8a7c4e6ab9b6ada9dfca6567c Mon Sep 17 00:00:00 2001 From: Tiago Queiroz Date: Fri, 25 Apr 2025 17:15:01 -0400 Subject: [PATCH 1/2] Update the docs about Journald support. --- reference/fleet/install-elastic-agents.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/fleet/install-elastic-agents.md b/reference/fleet/install-elastic-agents.md index fc8aa43cb..996069e6d 100644 --- a/reference/fleet/install-elastic-agents.md +++ b/reference/fleet/install-elastic-agents.md @@ -82,6 +82,7 @@ The basic {{agent}} flavor is installed by default using the `elastic-agent inst * `endpoint-security` - used to implement [{{elastic-defend}}](../../solutions/security/configure-elastic-defend.md). * `pf-host-agent` - used to collect profiling data from hosts as part of Elastic [Universal Profiling](../../solutions/observability/infra-and-hosts/get-started-with-universal-profiling.md). +It also includes the [journald](https://www.freedesktop.org/software/systemd/man/latest/systemd-journald.service.html) dependences necessary to use the [journald input](https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-input-journald.html). This basic package is suitable for most use cases and it offers a reduced size on disk. #### Servers flavor [elastic-agent-servers-flavor-regular] @@ -108,7 +109,7 @@ For containerized environments, the servers {{agent}} flavor is installed using #### Complete flavor [elastic-agent-complete-flavor] -For containerized environments, the complete {{agent}} flavor is installed using the `elastic-agent-complete` command with an agent container package. This flavor includes all of the components in the servers flavor, and also includes additional dependencies to run browser monitors through Elastic Synthetics. It also includes the [journald](https://www.freedesktop.org/software/systemd/man/latest/systemd-journald.service.html) dependences necessary to use the [journald input](https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-input-journald.html). Refer to [Synthetic monitoring via Elastic Agent and Fleet](/solutions/observability/synthetics/get-started.md) for more information. +For containerized environments, the complete {{agent}} flavor is installed using the `elastic-agent-complete` command with an agent container package. This flavor includes all of the components in the servers flavor, and also includes additional dependencies to run browser monitors through Elastic Synthetics. Refer to [Synthetic monitoring via Elastic Agent and Fleet](/solutions/observability/synthetics/get-started.md) for more information. ## Resource requirements [elastic-agent-installation-resource-requirements] From 91414d8c14767e4d520316749d782a4fded1e5c6 Mon Sep 17 00:00:00 2001 From: Tiago Queiroz Date: Fri, 25 Apr 2025 17:19:19 -0400 Subject: [PATCH 2/2] Update reference/fleet/install-elastic-agents.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- reference/fleet/install-elastic-agents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/fleet/install-elastic-agents.md b/reference/fleet/install-elastic-agents.md index 996069e6d..da180a9f5 100644 --- a/reference/fleet/install-elastic-agents.md +++ b/reference/fleet/install-elastic-agents.md @@ -82,7 +82,7 @@ The basic {{agent}} flavor is installed by default using the `elastic-agent inst * `endpoint-security` - used to implement [{{elastic-defend}}](../../solutions/security/configure-elastic-defend.md). * `pf-host-agent` - used to collect profiling data from hosts as part of Elastic [Universal Profiling](../../solutions/observability/infra-and-hosts/get-started-with-universal-profiling.md). -It also includes the [journald](https://www.freedesktop.org/software/systemd/man/latest/systemd-journald.service.html) dependences necessary to use the [journald input](https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-input-journald.html). +It also includes the [journald](https://www.freedesktop.org/software/systemd/man/latest/systemd-journald.service.html) dependencies necessary to use the [journald input](https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-input-journald.html). This basic package is suitable for most use cases and it offers a reduced size on disk. #### Servers flavor [elastic-agent-servers-flavor-regular]