Logz.io · Arazzo Workflow
Logz.io Custom Webhook Endpoint Then Alert
Version 1.0.0
Create a custom webhook notification endpoint and an alert that routes to it.
View Spec
View on GitHub
ObservabilityLoggingMetricsTracingSIEMELKElasticsearchOpenSearchPrometheusGrafanaOpenTelemetryAIOpsCloud ObservabilityManaged ELKCost ManagementArazzoWorkflows
Provider
Workflows
custom-endpoint-then-alert
Provision a custom webhook endpoint and an alert that notifies it.
Creates a custom notification endpoint, creates an alert referencing it, and retrieves the created alert.
1
createEndpoint
createCustom
Create a custom webhook notification endpoint. The test query parameter is false so the endpoint is actually persisted.
2
createAlert
createAlert
Create a log alert whose notification recipients include the custom endpoint id created in the previous step.
3
getAlert
getAlert
Read the created alert back by its id to confirm it persisted.