Skip to content

Commit

Permalink
[8.16](backport #4551) [Synthetics]: fix lightweight http configurati…
Browse files Browse the repository at this point in the history
…on (#4560)

* [Synthetics]: fix lightweight http configuration (#4551)

(cherry picked from commit c74b4a7)

# Conflicts:
#	docs/en/serverless/transclusion/synthetics/reference/lightweight-config/http.asciidoc

* Delete docs/en/serverless directory

---------

Co-authored-by: Vignesh Shanmugam <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 21, 2024
1 parent 7341cdf commit 18db602
Showing 1 changed file with 3 additions and 3 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

0 comments on commit 18db602

Please sign in to comment.