Skip to content

Commit

Permalink
Fix browser project monitor alert config (#3300)
Browse files Browse the repository at this point in the history
(cherry picked from commit 653bbdd)

# Conflicts:
#	docs/en/observability/synthetics-configuration.asciidoc
  • Loading branch information
paulb-elastic authored and mergify[bot] committed Nov 9, 2023
1 parent 9583f06 commit bc4c27f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/en/observability/synthetics-configuration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ 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'`.

<<<<<<< HEAD
`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>>.
+
Expand All @@ -217,6 +218,18 @@ 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 <<synthetics-settings-alerting>>.
`retestOnFailure` (`boolean`)::
Enable or disable retesting when a monitor fails. Default is `true`.
+
By default, monitors are automatically retested if the monitor goes from "up" to "down".
If the result of the retest is also "down", an error will be created, and if configured, an alert sent.
Then the monitor will resume running according to the defined schedule.
Using `retestOnFailure` can reduce noise related to transient problems.
>>>>>>> 653bbdd2 (Fix browser project monitor alert config (#3300))
// end::monitor-config-options[]
For information on configuring monitors individually, refer to:
Expand Down

0 comments on commit bc4c27f

Please sign in to comment.