- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`Datadog CloudPrem is in Preview.
You can send logs to CloudPrem using Observability Pipelines with the following setup:
You’ll need to create a pipeline that acts as an intermediary for your logs. Navigate to the Observability Pipelines page and create a pipeline using the Log Volume Control template. Configure the pipeline with the following components:
After configuring, your pipeline should look like this and you are ready to deploy:
While other methods exist, this guide uses the Helm command for deployment. The following command installs or upgrades the pipeline, configuring it to listen for logs and forward them to your CloudPrem indexer.
helm upgrade --install opw \
-f values.yaml \
--set datadog.apiKey=XXXXXXX \
--set datadog.pipelineId=XXXXXXX \
--set env[0].name=DD_OP_SOURCE_HTTP_SERVER_ADDRESS,env[0].value='0.0.0.0:8282' \
--set env[1].name=DD_OP_DESTINATION_HTTP_CLIENT_URI,env[1].value='http://<RELEASE_NAME>-indexer.<NAMESPACE_NAME>.svc.cluster.local:7280/api/v2/datadog' \
--set service.ports[0].name=dd-op-source-http-server-address-port,service.ports[0].protocol=TCP,service.ports[0].port=8282,service.ports[0].targetPort=8282 \
datadog/observability-pipelines-worker
After a minute, you should see logs flowing through the pipelines and successfully reach the CloudPrem destination.
The final step is to update your Datadog Agent’s configuration to point its logs to the newly deployed Observability Pipelines worker. You do this by setting the DD_LOGS_CONFIG_LOGS_DD_URL
environment variable to the pipeline’s address.
Update your Datadog Agent configuration to send logs to the Observability Pipelines worker:
apiVersion: datadoghq.com/v2alpha1
kind: DatadogAgent
metadata:
name: datadog
spec:
global:
clusterName: your-cluster
site: datadoghq.com
credentials:
apiSecret:
secretName: datadog-secret
keyName: api-key
env:
- name: DD_LOGS_CONFIG_LOGS_DD_URL
value: http://observability-pipelines-worker:8282
features:
logCollection:
enabled: true
containerCollectAll: true
Check that logs are flowing through the pipeline:
# Check Observability Pipelines worker status
kubectl get pods -l app=observability-pipelines-worker
# Check worker logs
kubectl logs -l app=observability-pipelines-worker
# Verify logs are reaching CloudPrem
kubectl exec -it <RELEASE_NAME>-searcher-0 -n <NAMESPACE_NAME> -- curl 'http://localhost:7280/api/v1/datadog/search?query='