Skip to content

Commit 2f5bab9

Browse files
Apply suggestions from code review
Co-authored-by: Mike Birnstiehl <[email protected]>
1 parent 3f4668b commit 2f5bab9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

reference/fleet/elastic-agent-container.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ docker pull docker.elastic.co/elastic-agent/elastic-agent-wolfi:{{version.stack}
6969

7070
### Complete flavor
7171

72-
In case you need to run {{agent}} as a Synthetic Private Location and you'll use only Lightweight monitors, you can use the `elastic-agent` (and the `wolfi` variant).
72+
To run {{agent}} as a Synthetic Private Location using only lightweight monitors, use the `elastic-agent` (and the `wolfi` variant).
7373

74-
In case you need to run {{agent}} as a Synthetic Private Location and you'll use both Lightweight monitors and Synthetics Browser tests, run the docker pull command to fetch the `elastic-agent-complete` image:
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:
7575

7676
```terminal subs=true
7777
docker pull docker.elastic.co/elastic-agent/elastic-agent-complete:{{version.stack}}

solutions/observability/synthetics/migrate-from-elastic-synthetics-integration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ Find more details in [Use the {{synthetics-app}}](/solutions/observability/synth
8484

8585
## Where monitors run [synthetics-migrate-integration-location]
8686

87-
If you want to continue hosting on your infrastructure, you will need to create a {{private-location}} before creating monitors. If you already have an {{agent}} running using `elastic-agent` or any of its variants, you can [add it as a new {{private-location}}](/solutions/observability/synthetics/monitor-resources-on-private-networks.md#synthetics-private-location-add) in the {{synthetics-app}}.
87+
If you want to continue hosting on your infrastructure, create a {{private-location}} before creating monitors. If you already have an {{agent}} running using `elastic-agent` or any of its variants, you can [add it as a new {{private-location}}](/solutions/observability/synthetics/monitor-resources-on-private-networks.md#synthetics-private-location-add) in the {{synthetics-app}}.
8888

8989
::::{note}
90-
Only the `elastic-agent-complete` image (and its `wolfi` variant) allows to run Synthetic Browser tests.
90+
Only the `elastic-agent-complete` image (and its `wolfi` variant) allows you to run Synthetic Browser tests.
9191

9292
::::
9393

94-
To create a new {{private-location}} from scratch, follow all instructions in [Monitor resources on private networks](/solutions/observability/synthetics/monitor-resources-on-private-networks.md).
94+
To create a new {{private-location}} from scratch, follow the instructions in [Monitor resources on private networks](/solutions/observability/synthetics/monitor-resources-on-private-networks.md).
9595

9696
Alternatively, you can start hosting on Elastic’s global managed infrastructure. With Elastic’s global managed testing infrastructure, you can create and run monitors in multiple locations without having to manage your own infrastructure. Elastic takes care of software updates and capacity planning for you.
9797

solutions/observability/synthetics/monitor-resources-on-private-networks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ After setting up {{fleet}}, you’ll connect {{fleet}} to the {{stack}} or your
5858

5959
Elastic provides Docker images that you can use to run {{fleet}} and an {{agent}} more easily. Additional installation methods can be found on the [{{agent}} installation guide](/reference/fleet/install-elastic-agents.md).
6060
::::{important}
61-
For running browser monitors on {{private-location}}s, you *must* use one of the `elastic-agent-complete` Docker image variants in a containerized environment. The standard {{agent}} variant only supports TCP, ICMP and HTTP monitors.
61+
For running browser monitors on {{private-location}}s, you *must* use one of the `elastic-agent-complete` Docker image variants in a containerized environment. The standard {{agent}} variant only supports TCP, ICMP, and HTTP monitors.
6262

6363
::::
6464

solutions/observability/synthetics/support-matrix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ There are various components that make up the Synthetics solution, which are sup
4343

4444
* Shipped as multiple `elastic-agent` variants:
4545

46-
* `elastic-agent-complete`, exclusively provided as a Docker image which includes all dependencies required to run browser, TCP, HTTP and ICMP monitors.
47-
* `elastic-agent` which only supports TCP, HTTP and ICMP monitors.
46+
* `elastic-agent-complete`, exclusively provided as a Docker image which includes all dependencies required to run browser, TCP, HTTP, and ICMP monitors.
47+
* `elastic-agent` which only supports TCP, HTTP, and ICMP monitors.
4848

4949
* Must have a direct connection to {{es}}
5050

0 commit comments

Comments
 (0)