Skip to content

Commit

Permalink
Change hosts to single string non-array (#3263)
Browse files Browse the repository at this point in the history
(cherry picked from commit da83710)
  • Loading branch information
paulb-elastic authored and mergify[bot] committed Oct 10, 2023
1 parent 8a1974c commit 377c899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/observability/synthetics-lightweight.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ heartbeat.monitors:
- type: icmp
id: ping-myhost
name: My Host Ping
hosts: ["myhost"]
hosts: "myhost"
schedule: '@every 5m'
- type: tcp
id: myhost-tcp-echo
name: My Host TCP Echo
hosts: ["myhost:777"] # default TCP Echo Protocol
hosts: "myhost:777" # default TCP Echo Protocol
check.send: "Check"
check.receive: "Check"
schedule: '@every 60s'
Expand Down

0 comments on commit 377c899

Please sign in to comment.