Skip to content

Commit

Permalink
[Synthetics]: fix lightweight http configuration (#4551)
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshshanmugam authored Nov 20, 2024
1 parent e50758f commit c74b4a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
|===
| Option (type) | Description

// hosts
| [[monitor-http-hosts]] *`hosts`*
// urls
| [[monitor-http-urls]] *`urls`*
(<<synthetics-lightweight-data-string,string>>)
a| *Required*. The URL to ping.

Expand Down Expand Up @@ -70,7 +70,7 @@ a| The TLS/SSL connection settings for use with the HTTPS endpoint. If you don't
- type: http
id: my-http-service
name: My HTTP Service
hosts: "https://myhost:443"
urls: "https://myhost:443"
schedule: '@every 5s'
ssl:
certificate_authorities: ['/etc/ca.crt']
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
|===
| Option (type) | Description

| [[monitor-http-hosts]]**`hosts`**
| [[monitor-http-urls]]**`urls`**
(<<synthetics-lightweight-data-string,string>>)
| **Required**. The URL to ping.

Expand Down Expand Up @@ -50,7 +50,7 @@ a| The TLS/SSL connection settings for use with the HTTPS endpoint. If you don't
- type: http
id: my-http-service
name: My HTTP Service
hosts: "https://myhost:443"
urls: "https://myhost:443"
schedule: '@every 5s'
ssl:
certificate_authorities: ['/etc/ca.crt']
Expand Down

0 comments on commit c74b4a7

Please sign in to comment.