Skip to content

Commit

Permalink
Simplified syntax as per Colleen's suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb-elastic authored Nov 3, 2023
1 parent cd822fd commit 73200f5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/en/observability/synthetics-configuration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,8 @@ 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 <<synthetics-settings-alerting>>.
+
`alert: {status: {enabled: [true|false]}}`
`alert.status.enabled` (`boolean`)::
Enable or disable monitor status alerts. Read more about alerts in <<synthetics-settings-alerting>>.

`retestOnFailure` (`boolean`)::
Enable or disable retesting when a monitor fails. Default is `true`.
Expand Down

0 comments on commit 73200f5

Please sign in to comment.