Skip to content

Commit

Permalink
Change hosts to single string non-array (#3263) (#3264)
Browse files Browse the repository at this point in the history
(cherry picked from commit da83710)

Co-authored-by: Paul Bianciardi <[email protected]>
  • Loading branch information
mergify[bot] and paulb-elastic authored Oct 11, 2023
1 parent 7bedb67 commit 83ce949
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 83ce949

Please sign in to comment.