From 18db602f53f489cb4dd7378e7885c948553c0dda Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 18:00:15 -0600 Subject: [PATCH] [8.16](backport #4551) [Synthetics]: fix lightweight http configuration (#4560) * [Synthetics]: fix lightweight http configuration (#4551) (cherry picked from commit c74b4a7ccf22566f14ec36e996f7239bd1899fd2) # Conflicts: # docs/en/serverless/transclusion/synthetics/reference/lightweight-config/http.asciidoc * Delete docs/en/serverless directory --------- Co-authored-by: Vignesh Shanmugam Co-authored-by: github-actions[bot] --- .../synthetics-reference/lightweight-config/http.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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']