- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
This article allows you to submit events from your AppDynamics Application into your Datadog Event explorer. Note: This plug-in was written by the team at AppDynamics and is not supported by Datadog. Should you encounter any issues contact the AppDynamics Support team
Prerequisites: Running AppDynamics 4.1 or later
First, create a Datadog Policy Single Violation Only HTTP Template:
{
"title": "${latestEvent.displayName} - ${policy.name} ",
"text": "${latestEvent.summaryMessage} ${latestEvent.guid} ${latestEvent.eventTypeKey} Policy Name - ${policy.name} Policy ID - ${policy.id} Policy Digest : ${policy.digest} ${policy.digestDurationInMins} ",
"alert_type": "${topSeverity}",
"priority": "${priority}",
"aggregation_key": " ${policy.id} ",
"tags": [
"guid:${latestEvent.guid}",
"eventid:${latestEvent.id}",
"environment:${Environment}",
"os:${OS}",
"platform:${Platform}"
]
}
Latest Event:
{
"title": "${latestEvent.displayName}",
"text": "${latestEvent.summaryMessage} ${latestEvent.eventTypeKey}",
"alert_type": "${topSeverity}",
"priority": "${priority}",
"aggregation_key": "${latestEvent.guid}",
"tags": [
"guid:${latestEvent.guid}",
"eventid:${latestEvent.id}",
"environment:${Environment}",
"os:${OS}",
"platform:${Platform}"
]
}
You can use also use Email Templates:
{
"title": "AppDynamicsEvent",
"text": "ApplicationChangeEvent",
"priority": "normal",
"tags": ["os:windows"],
"alert_type": "info"
}