- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Supported OS
Pliant.io enhances Datadog notifications with low-code automated workflows, creating a true close-loop-automation solution. This can help with troubleshooting, diagnosis, and automated remediation.
For more integration information, check out the Pliant site.
Examples include:
Create one or more workflows that you would like to trigger from a Datadog notification.
Create a Pliant workflow to trigger from Datadog
This example workflow is called “RestartHost” and restarts a host from the data Datadog triggers this workflow with.
This workflow runs with its input variables initially assigned based on the request body you trigger it with. The workflow can trigger/perform any desired infrastructure automation actions, using information from its input. In this example, restart a host with SSH under certain circumstances when Datadog triggers the automation workflow with certain parameters.
""
. By default, Datadog sends the following data:body
last_updated
event_type
title
date
org
id
There are also additional output variables (host
, meta
, and ip
) that are initialized. The workflow assigns these output variables and outputs the resulting values upon completion. It may also specify variables which are neither input nor output variables to use internally within the workflow’s logic.
Click “cURL” > “Temporary Bearer Token” and select the API key you just created.
Your endpoint is enclosed in double quotes and resembles: https://<YOUR_PLIANT_INSTANCE>/api/v1/trigger/<YOUR_PLIANT_USERNAME>/User/<PATH_TO_WORKFLOW>/<WORKFLOW_NOW>?sync=true&api_key=<YOUR_API_KEY>
Copy the entire URL enclosed in the double quotes (which may include additional query parameters), starting with https. Do not include the double quotes.
Open Datadog and from the left sidebar, click to Integrations > Integrations.
Enter “webhooks” in the search bar and click on the webhooks entry to reveal a configuration window.
Scroll to “webhooks”. Click New to add a new webhook to link to the Pliant workflow. First, give the webhook a name in the “name” field. This example uses the name RestartHost.
Paste the URL copied from step 4. For example:
https://<YOUR_PLIANT_INSTANCE>/api/v1/trigger/<YOUR_PLIANT_USERNAME>/User/<PATH_TO_WORKFLOW>/<WORKFLOW_NOW>?sync=true&api_key=<YOUR_API_KEY>
Paste this into the URL field of the webhook form.
The request payload is pre-configured. Check the “ENCODE AS FORM” box and click save.
Add this integration to any alert notification in Datadog by adding the recipient of @webhook-RestartHost
. When the monitor triggers an alert, the webhook triggers your Pliant workflow, and the input variables are sent to Pliant from Datadog.
The Pliant integration does not provide metrics.
The Pliant integration does not include any service checks.
The Pliant integration does not include any events.
Need help? Contact Datadog support.