Skip to content

Commit 60686d0

Browse files
authored
Update environment variable placeholders in documentation
Matching the syntax in this example: https://www.elastic.co/docs/solutions/observability/synthetics/monitor-resources-on-private-networks#synthetics-private-location-connect
1 parent 079fe30 commit 60686d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

solutions/observability/synthetics/work-with-params-secrets.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,9 @@ These variables will be accessible to **all** monitors running on **this specifi
168168
```bash
169169
docker run \
170170
--env FLEET_ENROLL=1 \
171-
--env FLEET_URL=<fleet server> \
172-
--env FLEET_ENROLLMENT_TOKEN=<token> \
173-
--env MY_URL=<secret value> \
171+
--env FLEET_URL={fleet_server_host_url} \
172+
--env FLEET_ENROLLMENT_TOKEN={enrollment_token} \
173+
--env MY_URL={secret_value} \
174174
--cap-add=NET_RAW \
175175
--cap-add=SETUID \
176176
-d --restart=unless-stopped \

0 commit comments

Comments
 (0)