- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Supported OS
Use the SIGNL4 integration to send Datadog alerts to SIGNL4 teams and seamlessly take actions on these alerts within the SIGNL4 app.
Connect SIGNL4 to Datadog in order to:
Follow these steps in SIGNL4:
Use your existing account or create a SIGNL4 account at signl4.com.
In your SIGNL4 app find your SIGNL4 webhook address including your team secret under Teams -> Your Team -> Secret.
You can alert your SIGNL4 team about new alerts in Datadog. Alerts that get resolved in Datadog automatically close the alert in SIGNL4. In order to do so you need to configure the following:
Navigate to the Webhooks Integration tile.
On the Configuration tab, go to Webhooks and click New.
Under New Webhook, enter a meaningful Name
and use the SIGNL4 Webhook URL
(created above) including your team secret, for example:
https://connect.signl4.com/webhook/[team-secret]?ExtIDParam=alertId&ExtStatusParam=alertTransition&ResolvedStatus=Recovered
Replace [team-secret]
with your SIGNL4 team secret here.
Copy-paste the following JSON in the Payload
text box:
{
"title": "$EVENT_TITLE",
"message": "$TEXT_ONLY_MSG",
"link": "$LINK",
"priority": "$ALERT_PRIORITY",
"host": "$HOSTNAME",
"alertScope": "$ALERT_SCOPE",
"alertStatus": "$ALERT_STATUS",
"alertId": "$ALERT_ID",
"alertTransition": "$ALERT_TRANSITION",
"X-S4-SourceSystem": "Datadog",
"date": "$DATE",
"org": {
"id": "$ORG_ID",
"name": "$ORG_NAME"
},
"id": "$ID"
}
You can adapt the parameters according to your needs, but leave alertId
, alertTransition
, and X-S4-SourceSystem
unchanged.
For more details, see Mobile alerting with tracking & escalation for Datadog.
You can now use your webhook as a notification channel in your monitor. Assuming the name of your webhook is SIGNL4, send notifications using @webhook-SIGNL4
. When the conditions of the monitor apply, your team receives a new SIGNL4 alert.
You can alert your SIGNL4 team about new Incidents in Datadog. Incidents that get resolved in Datadog automatically close the alert in SIGNL4. In order to do so, configure the following:
Navigate to the Webhooks Integration tile.
On the Configuration tab, go to Webhooks and click New.
Under New Webhook, enter a meaningful Name
and use the SIGNL4 Webhook URL
(created above) including your team secret, for example:
https://connect.signl4.com/webhook/[team-secret]?ExtIDParam=s4ExternalId&ExtStatusParam=incidentStatus&ResolvedStatus=resolved
Replace [team-secret]
in the URL with your SIGNL4 team secret.
Copy-paste the following JSON in the Payload
text box:
{
"title": "$EVENT_TITLE",
"message": "$TEXT_ONLY_MSG",
"link": "$LINK",
"priority": "$ALERT_PRIORITY",
"host": "$HOSTNAME",
"alertScope": "$ALERT_SCOPE",
"alertStatus": "$ALERT_STATUS",
"alertId": "$ALERT_ID",
"incidentPublicId": "$INCIDENT_PUBLIC_ID",
"incidentStatus": "$INCIDENT_STATUS",
"alertTransition": "$ALERT_TRANSITION",
"s4ExternalId": "DATADOG-INCIDENT-$INCIDENT_PUBLIC_ID",
"X-S4-SourceSystem": "Datadog",
"date": "$DATE",
"org": {
"id": "$ORG_ID",
"name": "$ORG_NAME"
},
"id": "$ID"
}
Adapt the parameters according to your needs, but leave incidentStatus
, s4ExternalId
and X-S4-SourceSystem
unchanged.
For more details, see Mobile alerting with tracking & escalation for Datadog.
You can create a rule in Datadog under Monitors -> Settings (Incidents) Rules. In the rule, you specify the criteria, for example, the severity, service, etc. For the “Other attributes”, it is recommended to use “state:active” to trigger a new alert and “state:resolved” to close the alert. Under “Notify”, select your SIGNL4 incident webhook as created above.
If you create a new incident, your SIGNL4 team receives an alert. If you acknowledge or close the alert in the SIGNL4 app, the incident status is be set to Stable or Resolved.
Also, if you set the incident status to Resolved in Datadog, this closes the alert in SIGNL4.
For Datadog incidents, you can update the status to Stable or Resolved directly from your SIGNL4 app by acknowledging or closing the respective alert.
In order to configure this back channel, go to your SIGNL4 web portal and then to Teams -> Apps. Search for the Datadog connector app and click “Create” there. You can find more information directly within the app settings.
You need to configure the following:
The SIGNL4 integration does not include any metrics.
SIGNL4 triggered and resolved events appear in your SIGNL4 app and web portal.
The SIGNL4 integration does not include any service checks.
Need help? Contact SIGNL4 Support.