Skip to content

Commit 02d10fd

Browse files
committed
Update Fleet-managed agent install docs
1 parent 5e6f63e commit 02d10fd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

reference/fleet/install-fleet-managed-elastic-agent.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,13 @@ To install an {{agent}} and enroll it in {{fleet}}:
6565

6666
1. If you are enrolling the agent in a {{fleet-server}} that uses your organization’s certificate you *must* add the `--certificate-authorities` option to the command provided in the in-product instructions. If you do not include the certificate, you will see the following error: "x509: certificate signed by unknown authority".
6767

68+
2. Beginning with version 9.0, {{agent}} packages are available in multiple flavors. The default, "basic" flavor contains the components required for most use cases. A "servers" flavor is also available with additional components. You can adjust the `elastic-agent install` command as required to choose a different flavor. Refer to [{{agent}} installation flavors](./install-elastic-agents.md#elastic-agent-installation-flavors) for details.
69+
6870
:::{image} images/kibana-agent-flyout.png
6971
:alt: Add agent flyout in {kib}
7072
:screenshot:
7173
:::
7274

73-
7475
After about a minute, the agent will enroll in {{fleet}}, download the configuration specified in the agent policy, and start collecting data.
7576

7677
**Notes:**

reference/fleet/install-standalone-elastic-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ To install and run {{agent}} standalone:
166166

167167
1. The DEB package includes a service unit for Linux systems with systemd. On these systems, you can manage {{agent}} by using the usual systemd commands. If you don’t have systemd, run `sudo service elastic-agent start`.
168168

169-
By default the {{agent}} basic flavor is installed. To install the servers flavor add the `ELATIC_AGENT_FLAVOR=servers` parameter to both commands. Refer to [{{agent}} installation flavors](./install-elastic-agents.md#elastic-agent-installation-flavors) for details.
169+
By default the {{agent}} basic flavor is installed. To install the servers flavor add the `ELASTIC_AGENT_FLAVOR=servers` parameter to both commands. Refer to [{{agent}} installation flavors](./install-elastic-agents.md#elastic-agent-installation-flavors) for details.
170170

171171
::::
172172

@@ -179,7 +179,7 @@ To install and run {{agent}} standalone:
179179

180180
1. The RPM package includes a service unit for Linux systems with systemd. On these systems, you can manage {{agent}} by using the usual systemd commands. If you don’t have systemd, run `sudo service elastic-agent start`.
181181

182-
By default the {{agent}} basic flavor is installed. To install the servers flavor add the `ELATIC_AGENT_FLAVOR=servers` parameter to both commands. Refer to [{{agent}} installation flavors](./install-elastic-agents.md#elastic-agent-installation-flavors) for details.
182+
By default the {{agent}} basic flavor is installed. To install the servers flavor add the `ELASTIC_AGENT_FLAVOR=servers` parameter to both commands. Refer to [{{agent}} installation flavors](./install-elastic-agents.md#elastic-agent-installation-flavors) for details.
183183

184184
::::
185185

0 commit comments

Comments
 (0)