Skip to content

Commit 3f4668b

Browse files
committed
Fix formatting
1 parent c483757 commit 3f4668b

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

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

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@ By default {{private-location}}s are configured to allow two simultaneous browse
5656

5757
After setting up {{fleet}}, you’ll connect {{fleet}} to the {{stack}} or your Observability Serverless project and enroll an {{agent}} in {{fleet}}.
5858

59-
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).
59+
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, as it includes the required dependencies. 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

6565
To pull the Docker image run:
6666

6767
::::{tab-set}
6868
:group: docker
69-
:::{tab-item} `elastic-agent-complete`
69+
:::{tab-item} elastic-agent-complete
7070
:sync: specific
7171

7272
```sh subs=true
@@ -76,7 +76,7 @@ docker pull docker.elastic.co/elastic-agent/elastic-agent-complete:{{version.sta
7676

7777
:::
7878

79-
:::{tab-item} `elastic-agent`
79+
:::{tab-item} elastic-agent
8080
:sync: latest
8181

8282
```shell subs=true
@@ -96,7 +96,7 @@ For more information on running {{agent}} with Docker, refer to [Run {{agent}} i
9696

9797
::::{tab-set}
9898
:group: docker
99-
:::{tab-item} `elastic-agent-complete`
99+
:::{tab-item} elastic-agent-complete
100100
:sync: specific
101101

102102
```shell subs=true
@@ -109,14 +109,11 @@ docker run \
109109
--rm docker.elastic.co/elastic-agent/elastic-agent-complete:{{version.stack}}
110110
```
111111

112-
::::{important}
113112
The `elastic-agent-complete` container, when running as Synthetics Private Locations, requires additional capabilities to operate correctly. Ensure `NET_RAW` and `SETUID` are enabled on the container.
114113

115-
::::
116-
117114
:::
118115

119-
:::{tab-item} `elastic-agent`
116+
:::{tab-item} elastic-agent
120117
:sync: latest
121118

122119
```shell subs=true
@@ -129,11 +126,8 @@ docker run \
129126
--rm docker.elastic.co/elastic-agent/elastic-agent:{{version.stack}}
130127
```
131128

132-
::::{important}
133129
The `elastic-agent` container, when running as Synthetics Private Locations, requires additional capabilities to operate correctly. Ensure `NET_RAW` and `SETUID` are enabled on the container.
134130

135-
::::
136-
137131
:::
138132

139133
::::

0 commit comments

Comments
 (0)