Skip to content

Commit 97f9fd6

Browse files
authored
[DOCS-11788] Add Azure Private Link to OP Datadog Logs destination (#31047)
* add info * add region selector * fix typo
1 parent e6b8769 commit 97f9fd6

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

content/en/observability_pipelines/destinations/datadog_logs.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,34 @@ 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+
{{< site-region region="us,ap1,ap2" >}}
31+
3032
## AWS PrivateLink
3133

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:
34+
To send logs from Observability Pipelines to Datadog using AWS PrivateLink, see [Connect to Datadog over AWS PrivateLink][1] for setup instructions. The two endpoints you need to set up are:
3335

34-
- Logs (User HTTP intake): `http-intake.logs.datadoghq.com`
35-
- Remote Configuration: `config.datadoghq.com`
36+
- Logs (User HTTP intake): {{< region-param key=http_endpoint_private_link code="true" >}}
37+
- Remote Configuration: {{< region-param key=remote_config_endpoint_private_link code="true" >}}
3638

3739
**Note**: The `obpipeline-intake.datadoghq.com` endpoint is used for Live Capture and is not available as a PrivateLink endpoint.
3840

41+
[1]: /agent/guide/private-link/?tab=crossregionprivatelinkendpoints
42+
43+
{{< /site-region >}}
44+
{{< site-region region="us3" >}}
45+
46+
## Azure Private Link
47+
48+
To send logs from Observability Pipelines to Datadog using Azure Private Link, see [Connect to Datadog over Azure Private Link][1] for setup instructions. The two endpoints you need to set up are:
49+
50+
- Logs (User HTTP intake): `http-intake.logs.us3.datadoghq.com`
51+
- Remote Configuration: `config.us3.datadoghq.com`
52+
53+
**Note**: The `obpipeline-intake.datadoghq.com` endpoint is used for Live Capture and is not available as a Private Link endpoint.
54+
55+
[1]: /agent/guide/azure-private-link/?site=us3
56+
57+
{{< /site-region >}}
58+
3959
[1]: https://app.datadoghq.com/observability-pipelines
4060
[2]: /observability_pipelines/destinations/#event-batching
41-
[3]: /agent/guide/private-link/?tab=crossregionprivatelinkendpoints

0 commit comments

Comments
 (0)