Skip to content

Commit be5110f

Browse files
maycmleejoepeeples
andauthored
[DOCS-] Add AWS PrivateLink section to OP Datadog destination (DataDog#30462)
* add aws privatelink * add live capture endpoint * Apply suggestions from code review Co-authored-by: Joe Peeples <joe.peeples@datadoghq.com> --------- Co-authored-by: Joe Peeples <joe.peeples@datadoghq.com>
1 parent f40c225 commit be5110f

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

content/en/observability_pipelines/destinations/datadog_logs.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Datadog Logs Destination
33
disable_toc: false
44
---
55

6-
Use Observability Pipelines' Datadog Logs destination to send logs to Datadog Log Management.
6+
Use Observability Pipelines' Datadog Logs destination to send logs to Datadog Log Management. You can also use [AWS PrivateLink](#aws-privatelink) to send logs from Observability Pipelines to Datadog.
77

88
## Setup
99

@@ -27,5 +27,17 @@ A batch of events is flushed when one of these parameters is met. See [event bat
2727
|----------------|-----------------|---------------------|
2828
| 1,000 | 4,250,000 | 5 |
2929

30+
## AWS PrivateLink
31+
32+
To send logs from Observability Pipelines to Datadog using AWS PrivateLink, see [Connect to Datadog over AWS PrivateLink][3] for setup instructions. The two endpoints you need to set up are:
33+
34+
- Logs (User HTTP intake): `http-intake.logs.datadoghq.com`
35+
- Remote Configuration: `config.datadoghq.com`
36+
37+
**Notes**:
38+
- If you are a PCI-compliant organization, the Worker sends logs over `http-intake-pci.logs.datadoghq.com`, which is not available as an AWS PrivateLink endpoint.
39+
- The `obpipeline-intake.datadoghq.com` endpoint is used for Live Capture and is not available as a PrivateLink endpoint.
40+
3041
[1]: https://app.datadoghq.com/observability-pipelines
31-
[2]: /observability_pipelines/destinations/#event-batching
42+
[2]: /observability_pipelines/destinations/#event-batching
43+
[3]: /agent/guide/private-link/?tab=crossregionprivatelinkendpoints

0 commit comments

Comments
 (0)