Datadog CloudPrem Destination
This product is not supported for your selected
Datadog site. (
).
이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우
언제든지 연락주시기 바랍니다.Use Observability Pipelines’ CloudPrem destination to send logs to Datadog CloudPrem.
Prerequisites
Before configuring the destination, you need to deploy a CloudPrem cluster. Learn how to install it in the CloudPrem installation section.
Setup
Set up the CloudPrem destination and its environment variables when you set up a pipeline.
Set up the destination
Optionally, toggle the switch to enable Buffering Options (Preview).
Note: Contact your account manager to request access.
- If disabled (default): Up to 500 events are buffered before flush.
- If enabled:
- Select the buffer type you want to set.
- Memory: Fast, limited by RAM
- Buffer size: Durable, survives restarts
- Enter the buffer size and select the unit.
- Maximum capacity in MB or GB.
Set the environment variables
- CloudPrem endpoint URL
- Observability Pipelines sends logs to the CloudPrem intake endpoint. Define the cluster URL, such as
http://cloudprem.acme.internal:7280
. Note: The URL must include the port. - The Worker appends
/api/v2/logs
and /api/v1/validate
to the endpoint URL, so these endpoints must be allowed if you are using forwarding or firewall rules. - Stored as the environment variable:
DD_OP_DESTINATION_CLOUDPREM_ENDPOINT_URL
.
How the destination works
Event batching
A batch of events is flushed when one of these parameters is met. See event batching for more information.
Max Events | Max Bytes | Timeout (seconds) |
---|
1,000 | 4,250,000 | 5 |