Logz.io · Arazzo Workflow
Logz.io Notification Endpoint Then Alert
Version 1.0.0
Create a Slack notification endpoint, then wire a new alert to notify it.
View Spec
View on GitHub
ObservabilityLoggingMetricsTracingSIEMELKElasticsearchOpenSearchPrometheusGrafanaOpenTelemetryAIOpsCloud ObservabilityManaged ELKCost ManagementArazzoWorkflows
Provider
Workflows
endpoint-then-alert
Provision a Slack endpoint and create an alert that notifies it.
Creates a Slack notification endpoint, then creates a log alert whose recipients include the new endpoint id, then retrieves the created alert.
1
createEndpoint
createSlack
Create a Slack notification endpoint that triggered alerts can target. The test query parameter is false so the endpoint is actually persisted.
2
createAlert
createAlert
Create a log alert whose notification recipients include the Slack endpoint id created in the previous step, so triggers are routed to Slack.
3
getAlert
getAlert
Read the created alert back by its id to confirm it persisted and capture its enabled state and title.