Skip to content

Commit 34c0f73

Browse files
authored
Merge branch 'master' into datadog-api-spec/generated/4041
2 parents c263c8d + dd6e1cd commit 34c0f73

File tree

18 files changed

+7678
-38
lines changed

18 files changed

+7678
-38
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-07-21 13:22:51.945618",
8-
"spec_repo_commit": "b7969cc2"
7+
"regenerated": "2025-07-21 13:56:36.540795",
8+
"spec_repo_commit": "06ccc326"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-07-21 13:23:01.041102",
13-
"spec_repo_commit": "b7969cc2"
12+
"regenerated": "2025-07-21 13:56:45.594812",
13+
"spec_repo_commit": "06ccc326"
1414
}
1515
}
1616
}

assets/scripts/datadog-docs.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ function getVisibleParentPath(ancestralEl, path){
153153
function hasParentLi(el) {
154154
while (el) {
155155
if (el.classList) {
156-
if (el.classList.contains('sidenav-nav-main')) {
156+
if (el.classList.contains('sidenav-nav-js-load')) {
157157
break;
158158
}
159159

@@ -174,7 +174,7 @@ function hasParentLi(el) {
174174

175175
function getPathElement(event = null) {
176176
let path = window.location.pathname;
177-
const activeMenus = document.querySelectorAll('.side .sidenav-nav-main .active, header .sidenav-nav-main .active');
177+
const activeMenus = document.querySelectorAll('.side .sidenav-nav-js-load .active, header .sidenav-nav-js-load .active');
178178

179179
// remove active class from all sidenav links to close all open menus
180180
for (let i = 0; i < activeMenus.length; i++) {
@@ -237,8 +237,8 @@ function getPathElement(event = null) {
237237

238238
// remove open class from li elements and active class from <a> elements
239239
function closeNav() {
240-
const activeMenus = document.querySelectorAll('.side .sidenav-nav-main .active, header .sidenav-nav-main .active');
241-
const openMenus = document.querySelectorAll('.side .sidenav-nav-main .open, header .sidenav-nav-main .open');
240+
const activeMenus = document.querySelectorAll('.side .sidenav-nav-js-load .active, header .sidenav-nav-js-load .active');
241+
const openMenus = document.querySelectorAll('.side .sidenav-nav-js-load .open, header .sidenav-nav-js-load .open');
242242

243243
for (let i = 0; i < activeMenus.length; i++) {
244244
activeMenus[i].classList.remove('active');
@@ -293,8 +293,8 @@ function updateSidebar(event) {
293293
}
294294
}
295295

296-
const sideNav = document.querySelector('.side .sidenav-nav-main');
297-
const mobileNav = document.querySelector('header .sidenav-nav-main');
296+
const sideNav = document.querySelector('.side .sidenav-nav-js-load');
297+
const mobileNav = document.querySelector('header .sidenav-nav-js-load');
298298

299299
if (sideNav) {
300300
sideNav.addEventListener('click', navClickEventHandler);

content/en/agent/guide/private-link.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,10 @@ After the endpoint status is updated to **Available**, you can use this endpoint
144144
| Database Monitoring | {{< region-param key="aws_private_link_dbm_service_name" code="true" >}} | {{< region-param key="dbm_endpoint_private_link" code="true" >}} |
145145
| Remote Configuration | {{< region-param key="aws_private_link_remote_config_service_name" code="true" >}} | {{< region-param key="remote_config_endpoint_private_link" code="true" >}} |
146146

147+
**Note**: Cross-region PrivateLink doesn't emit CloudWatch metrics. See [CloudWatch metrics for AWS PrivateLink][2] for more information.
148+
147149
[1]: /help/
150+
[2]: https://docs.aws.amazon.com/vpc/latest/privatelink/privatelink-cloudwatch-metrics.html
148151
{{% /tab %}}
149152

150153
{{% tab "VPC Peering" %}}
@@ -278,7 +281,6 @@ The VPCs with Private Hosted Zone (PHZ) attached need to have a couple of settin
278281

279282
3. [Restart the Agent][7].
280283

281-
282284
[1]: /help/
283285
[2]: https://docs.aws.amazon.com/vpc/latest/peering/working-with-vpc-peering.html
284286
[3]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/hosted-zones-private.html
@@ -302,6 +304,37 @@ The VPCs with Private Hosted Zone (PHZ) attached need to have a couple of settin
302304

303305
{{% /site-region %}}
304306

307+
## Verify that data is being sent using PrivateLink
308+
309+
After setting up PrivateLink, to verify that data is getting sent using PrivateLink, run the `dig` command on a machine that is on that VPC. For example, run this command if you had set up a PrivateLink for the endpoint `http-intake.logs.datadoghq.com`:
310+
311+
```
312+
dig http-intake.logs.datadoghq.com
313+
```
314+
315+
If logs are being sent over PrivateLink, the `ANSWER Section` section of the output shows `http-intake.logs.datadoghq.com` like in the following example. **Note**: The IP addresses you get back should be in [private IP space][1].
316+
317+
```
318+
;; ANSWER SECTION:
319+
http-intake.logs.datadoghq.com. 60 IN A 172.31.57.3
320+
http-intake.logs.datadoghq.com. 60 IN A 172.31.3.10
321+
http-intake.logs.datadoghq.com. 60 IN A 172.31.20.174
322+
http-intake.logs.datadoghq.com. 60 IN A 172.31.34.135
323+
```
324+
325+
If logs are not being sent over PrivateLink, the `ANSWER SECTION` of the output shows the load balancer (`4-logs-http-s1-e721f9c2a0e65948.elb.us-east-1.amazonaws.com`) to which the logs are getting sent.
326+
327+
```
328+
;; ANSWER SECTION:
329+
http-intake.logs.datadoghq.com. 177 IN CNAME http-intake-l4.logs.datadoghq.com.
330+
http-intake-l4.logs.datadoghq.com. 173 IN CNAME l4-logs-http-s1-e721f9c2a0e65948.elb.us-east-1.amazonaws.com.
331+
l4-logs-http-s1-e721f9c2a0e65948.elb.us-east-1.amazonaws.com. 42 IN A 3.233.158.48
332+
l4-logs-http-s1-e721f9c2a0e65948.elb.us-east-1.amazonaws.com. 42 IN A 3.233.158.49
333+
l4-logs-http-s1-e721f9c2a0e65948.elb.us-east-1.amazonaws.com. 42 IN A 3.233.158.50
334+
```
335+
305336
## Further reading
306337
307338
{{< partial name="whats-next/whats-next.html" >}}
339+
340+
[1]: https://en.wikipedia.org/wiki/Private_network#Private_IPv4_addresses

0 commit comments

Comments
 (0)