Skip to content

Commit 220b299

Browse files
Apply suggestions from code review
Co-authored-by: Colleen McGinnis <[email protected]>
1 parent 1117333 commit 220b299

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/fleet/elastic-agent-container.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ docker pull docker.elastic.co/elastic-agent/elastic-agent-wolfi:{{version.stack}
7171

7272
To run {{agent}} as a Synthetic Private Location using only lightweight monitors, use the `elastic-agent` (and the `wolfi` variant).
7373

74-
To run {{agent}} as a Synthetic Private Location using both lightweight monitors and Synthetics Browser tests, run the following docker pull command to fetch the `elastic-agent-complete` image:
74+
To run {{agent}} as a Synthetic Private Location using both lightweight and browser monitors, run the following docker pull command to fetch the `elastic-agent-complete` image:
7575

7676
```terminal subs=true
7777
docker pull docker.elastic.co/elastic-agent/elastic-agent-complete:{{version.stack}}
@@ -139,7 +139,7 @@ docker run \
139139
1. Set to 1 to enroll the {{agent}} into {{fleet-server}}.
140140
2. URL to enroll the {{fleet-server}} into. You can find it in {{kib}}. Select **Management → {{fleet}} → Fleet Settings**, and copy the {{fleet-server}} host URL.
141141
3. The token to use for enrollment. Close the flyout panel and select **Enrollment tokens**. Find the Agent policy you want to enroll {{agent}} into, and display and copy the secret token. To learn how to create a policy, refer to [Create an agent policy without using the UI](/reference/fleet/create-policy-no-ui.md).
142-
4. Switch `elastic-agent` to `elastic-agent-complete` if you intend to use the complete version. Use the `elastic-agent` user instead of root to run Synthetics Browser tests. Synthetic tests cannot run under the root user. Refer to [Synthetics {{fleet}} Quickstart](/solutions/observability/synthetics/get-started.md) for more information.
142+
4. Switch `elastic-agent` to `elastic-agent-complete` if you intend to use the complete version. Use the `elastic-agent` user instead of root to run synthetic browser monitors. Synthetic browser monitors cannot run under the root user. Refer to [Synthetics {{fleet}} Quickstart](/solutions/observability/synthetics/get-started.md) for more information.
143143
Refer to [Environment variables](/reference/fleet/agent-environment-variables.md) for all available options.
144144
:::
145145

@@ -162,7 +162,7 @@ docker run \
162162
3. The {{fleet}} service token. [Generate one in the {{fleet}} UI](/reference/fleet/fleet-enrollment-tokens.md#create-fleet-enrollment-tokens) if you don’t have one already.
163163
4. ID of the {{fleet-server}} policy. We recommend only having one fleet-server policy. To learn how to create a policy, refer to [Create an agent policy without using the UI](/reference/fleet/create-policy-no-ui.md).
164164
5. publish container port 8220 to host.
165-
6. Switch `elastic-agent` to `elastic-agent-complete` if you intend to use the complete version. Use the `elastic-agent` user instead of root to run Synthetics Browser tests. Synthetic tests cannot run under the root user. Refer to [Synthetics {{fleet}} Quickstart](/solutions/observability/synthetics/get-started.md) for more information.
165+
6. Switch `elastic-agent` to `elastic-agent-complete` if you intend to use the complete version. Use the `elastic-agent` user instead of root to run synthetic browser monitors. Synthetic browser monitors cannot run under the root user. Refer to [Synthetics {{fleet}} Quickstart](/solutions/observability/synthetics/get-started.md) for more information.
166166
Refer to [Environment variables](/reference/fleet/agent-environment-variables.md) for all available options.
167167
:::
168168

0 commit comments

Comments
 (0)