diff --git a/docs/en/observability/synthetics-reference/lightweight-config/http.asciidoc b/docs/en/observability/synthetics-reference/lightweight-config/http.asciidoc index 0dbaa69eca..db3bc89d49 100644 --- a/docs/en/observability/synthetics-reference/lightweight-config/http.asciidoc +++ b/docs/en/observability/synthetics-reference/lightweight-config/http.asciidoc @@ -4,8 +4,8 @@ |=== | Option (type) | Description -// hosts -| [[monitor-http-hosts]] *`hosts`* +// urls +| [[monitor-http-urls]] *`urls`* (<>) a| *Required*. The URL to ping. @@ -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']