diff --git a/docs/en/observability/synthetics-configuration.asciidoc b/docs/en/observability/synthetics-configuration.asciidoc index 39e465c839..53ad371a7d 100644 --- a/docs/en/observability/synthetics-configuration.asciidoc +++ b/docs/en/observability/synthetics-configuration.asciidoc @@ -75,7 +75,7 @@ Read more in <>. [[synthetics-configuration-playwright-options]] = `playwrightOptions` -For all available options, refer to the https://playwright.dev/docs/test-configuration[Playwright documentation]. +For all available options, refer to the https://playwright.dev/docs/test-configuration[Playwright documentation]. Below are details on a few Playwright options that are particularly relevant to Elastic Synthetics including timeouts, timezones, and device emulation. @@ -194,7 +194,7 @@ To list available locations you can: Locations will be listed in _Locations_. `privateLocations` (`Array`):: -The <> to which the monitors will be deployed. These {private-location}s refer to locations hosted and managed by you, whereas +The <> to which the monitors will be deployed. These {private-location}s refer to locations hosted and managed by you, whereas `locations` are hosted by Elastic. You can specify a {private-location} using the location's name. + To list available {private-location}s you can: @@ -209,17 +209,11 @@ Control the monitor's download speeds, upload speeds, and latency to simulate yo `screenshot` (https://github.com/elastic/synthetics/blob/{synthetics_version}/src/common_types.ts#L192[`ScreenshotOptions`]):: Control whether or not to capture screenshots. Options include `'on'`, `'off'`, or `'only-on-failure'`. -`alert` (https://github.com/elastic/synthetics/blob/{synthetics_version}/src/dsl/monitor.ts#L47-L54[`AlertConfig`]):: -Enable or disable alerts. Read more about alerts in <>. -+ -`status.enabled` (`boolean`)::: -Enable monitor status alerts. -+ -`tls.enabled` (`boolean`)::: -Enable TLS certificate alerts. +`alert.status.enabled` (`boolean`):: +Enable or disable monitor status alerts. Read more about alerts in <>. // end::monitor-config-options[] For information on configuring monitors individually, refer to: -* <> for browser monitors +* <> for browser monitors * <> for lightweight monitors