Logz.io · Arazzo Workflow
Logz.io Upsert an Alert
Version 1.0.0
Find an alert by title and update it if it exists, otherwise create it.
View Spec
View on GitHub
ObservabilityLoggingMetricsTracingSIEMELKElasticsearchOpenSearchPrometheusGrafanaOpenTelemetryAIOpsCloud ObservabilityManaged ELKCost ManagementArazzoWorkflows
Provider
Workflows
upsert-alert
Upsert a single alert definition keyed by its title.
Lists existing alerts, matches on title, and either updates the matched alert or creates a new one.
1
listAlerts
getAllAlerts
Retrieve the complete list of alerts so an existing alert with the supplied title can be detected.
2
updateExisting
updateAlert
Update the matched alert in place with the supplied title and query, keeping it enabled.
3
createNew
createAlert
Create a new alert with the supplied title and query when no existing alert matched.