- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Salesforce Commerce Cloud is a multi-tenant, cloud-based commerce platform. Integrate Salesforce Commerce Cloud with Datadog to view and parse your logs using Datadog Logs.
No installation is required.
To configure Salesforce Commerce Cloud to allow access for Datadog to import log data, you must create an API client. Then, register that API client with Datadog.
Token Endpoint Auth Method
field choose private_key_jwt
. For the Access Token Format
field choose JWT
. Note: This integration only supports API clients provisioned using the main Account Manager instance at https://account.demandware.com/
.{
"clients":[
{
"client_id":"<your-client-id-here>",
"permissions":[
{
"path":"/logs",
"operations":[
"read"
]
}
]
}
]
}
my-0001.sandbox.us02.dx.commercecloud.salesforce.com
) and the API client ID and secret obtained in the previous step.Wait ten minutes to see logs coming in under the source salesforce.commerce.cloud
.
The SFCC Log Center represents log data differently than Datadog does. For instance, some error logs with large stack traces are broken into two log events in the SFCC Log Center, while the stack trace details are omitted in Datadog. This results in a discrepancy in the total count of log events between the two systems.
The Salesforce Commerce Cloud integration does not include any metrics.
The Salesforce Commerce Cloud integration collects logs via a webdav connection to your Commerce Cloud instance.
The Salesforce Commerce Cloud integration does not include any service checks.
Need help? Contact Datadog support.