Skip to content

Commit

Permalink
Merge branch 'master' into alaric/update-access-control-synthetics
Browse files Browse the repository at this point in the history
  • Loading branch information
estherk15 authored Jan 3, 2025
2 parents e728b28 + 8efb91d commit 11cef82
Show file tree
Hide file tree
Showing 183 changed files with 30,508 additions and 2,481 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-19 07:27:43.409027",
"spec_repo_commit": "5dd2cbe4"
"regenerated": "2025-01-02 17:33:37.609315",
"spec_repo_commit": "733cf3ea"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-19 07:27:51.450686",
"spec_repo_commit": "5dd2cbe4"
"regenerated": "2025-01-02 17:33:45.606315",
"spec_repo_commit": "733cf3ea"
}
}
}
66 changes: 66 additions & 0 deletions config/_default/menus/api.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2564,6 +2564,32 @@ menu:
- ListSecurityFilters
unstable: []
order: 18
- name: List vulnerabilities
url: '#list-vulnerabilities'
identifier: security-monitoring-list-vulnerabilities
parent: security-monitoring
generated: true
params:
versions:
- v2
operationids:
- ListVulnerabilities
unstable:
- v2
order: 3
- name: List vulnerable assets
url: '#list-vulnerable-assets'
identifier: security-monitoring-list-vulnerable-assets
parent: security-monitoring
generated: true
params:
versions:
- v2
operationids:
- ListVulnerableAssets
unstable:
- v2
order: 4
- name: Get a finding
url: '#get-a-finding'
identifier: security-monitoring-get-a-finding
Expand Down Expand Up @@ -4715,6 +4741,46 @@ menu:
- ListAllCSMAgents
unstable: []
order: 3
- name: CSM Coverage Analysis
url: /api/latest/csm-coverage-analysis/
identifier: csm-coverage-analysis
generated: true
- name: Get the CSM Serverless Coverage Analysis
url: '#get-the-csm-serverless-coverage-analysis'
identifier: csm-coverage-analysis-get-the-csm-serverless-coverage-analysis
parent: csm-coverage-analysis
generated: true
params:
versions:
- v2
operationids:
- GetCSMServerlessCoverageAnalysis
unstable: []
order: 1
- name: Get the CSM Hosts and Containers Coverage Analysis
url: '#get-the-csm-hosts-and-containers-coverage-analysis'
identifier: csm-coverage-analysis-get-the-csm-hosts-and-containers-coverage-analysis
parent: csm-coverage-analysis
generated: true
params:
versions:
- v2
operationids:
- GetCSMHostsAndContainersCoverageAnalysis
unstable: []
order: 1
- name: Get the CSM Cloud Accounts Coverage Analysis
url: '#get-the-csm-cloud-accounts-coverage-analysis'
identifier: csm-coverage-analysis-get-the-csm-cloud-accounts-coverage-analysis
parent: csm-coverage-analysis
generated: true
params:
versions:
- v2
operationids:
- GetCSMCloudAccountsCoverageAnalysis
unstable: []
order: 1
- name: CSM Threats
url: /api/latest/csm-threats/
identifier: csm-threats
Expand Down
50 changes: 35 additions & 15 deletions config/_default/menus/main.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3031,51 +3031,66 @@ menu:
parent: nm_parent
identifier: ndm
weight: 3
- name: Getting Started
url: network_monitoring/devices/getting_started
- name: NDM Terms and Concepts
url: network_monitoring/devices/glossary
parent: ndm
identifier: ndm_getting_started
identifier: ndm_glossary
weight: 301
- name: Setup
url: network_monitoring/devices/setup
parent: ndm
identifier: ndm_setup
weight: 302
- name: Supported Devices
url: network_monitoring/devices/supported_devices
parent: ndm
parent: ndm_setup
identifier: ndm_supported_devices
weight: 302
weight: 30001
- name: SNMP Metrics
url: network_monitoring/devices/snmp_metrics
parent: ndm
parent: ndm_setup
identifier: ndm_snmp_metrics
weight: 303
weight: 30002
- name: Ping
url: network_monitoring/devices/ping
parent: ndm_setup
identifier: ndm_snmp_ping
weight: 30003
- name: SNMP Traps
url: network_monitoring/devices/snmp_traps
parent: ndm
parent: ndm_setup
identifier: ndm_snmptraps
weight: 304
weight: 30004
- name: SD-WAN
url: network_monitoring/devices/sd-wan
parent: ndm_setup
identifier: ndm_sd-wan
weight: 30005
- name: Profiles
url: network_monitoring/devices/profiles
parent: ndm
identifier: ndm_profiles
weight: 305
weight: 303
- name: Device Topology Map
url: network_monitoring/devices/device_topology_map
parent: ndm
identifier: ndm_topology_map
weight: 306
- name: Data Collected
weight: 304
- name: SNMP Metrics Reference
url: network_monitoring/devices/data
parent: ndm
identifier: ndm_data
weight: 307
weight: 305
- name: Troubleshooting
url: network_monitoring/devices/troubleshooting
parent: ndm
identifier: ndm_trouble
weight: 308
weight: 306
- name: Guides
url: network_monitoring/devices/guide/
parent: ndm
identifier: ndm_guide
weight: 309
weight: 307
- name: NetFlow Monitoring
url: /network_monitoring/netflow/
parent: nm_parent
Expand Down Expand Up @@ -5749,6 +5764,11 @@ menu:
parent: csm_setup_agentless_scanning
identifier: csm_setup_agentless_scanning_terraform
weight: 10002
- name: Azure Resource Manager
url: security/cloud_security_management/setup/agentless_scanning/azure_resource_manager
parent: csm_setup_agentless_scanning
identifier: csm_setup_agentless_scanning_azure_resource_manager
weight: 10003
- name: Deploy the Agent
url: security/cloud_security_management/setup/agent
parent: csm_setup
Expand Down
1 change: 1 addition & 0 deletions content/en/agent/guide/agent-5-architecture.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Agent 5 architecture
disable_toc: false
private: true
---

This page covers Agent 5 architecture. To find out about architecture for the latest version of the Agent, see [Agent Architecture][1].
Expand Down
1 change: 1 addition & 0 deletions content/en/agent/guide/agent-5-autodiscovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Autodiscovery with Agent v5
private: true
aliases:
- /agent/faq/agent-5-autodiscovery
private: true
---

<div class="alert alert-info">
Expand Down
1 change: 1 addition & 0 deletions content/en/agent/guide/agent-5-check-status.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Troubleshoot an Agent Check on Agent 5
disable_toc: false
private: true
---

This page covers troubleshooting an Agent Check on Agent 5. For information on the latest version of the Agent, see [Troubleshoot an Agent Check][4].
Expand Down
1 change: 1 addition & 0 deletions content/en/agent/guide/agent-5-commands.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Agent 5 Commands
disable_toc: false
private: true
---

## Overview
Expand Down
1 change: 1 addition & 0 deletions content/en/agent/guide/agent-5-configuration-files.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Agent 5 Configuration Files
disable_toc: false
private: true
---

## Overview
Expand Down
1 change: 1 addition & 0 deletions content/en/agent/guide/agent-5-debug-mode.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Agent 5 Debug Mode
private: true
---

## Overview
Expand Down
1 change: 1 addition & 0 deletions content/en/agent/guide/agent-5-flare.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Send an Agent 5 flare
disable_toc: false
aliases:
- agent/guide/windows-flare-agent-5
private: true
---

This page covers the ports used by Agent 5. For information on the latest version of the Agent, see [Send a Flare][1].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Kubernetes Basic Agent Usage in Agent v5
private: true
aliases:
- /agent/faq/agent-5-kubernetes-basic-agent-usage
private: true
---

{{< img src="integrations/kubernetes/k8sdashboard.png" alt="Kubernetes Dashboard" >}}
Expand Down
1 change: 1 addition & 0 deletions content/en/agent/guide/agent-5-log-files.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Agent 5 Log Files
disable_toc: false
private: true
---

## Overview
Expand Down
1 change: 1 addition & 0 deletions content/en/agent/guide/agent-5-permissions-issues.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Agent 5 Permission Issues
private: true
---

The Agent needs a specific set of permissions in order to collect your data on your host, find the most common permission issues below and how to solve them.
Expand Down
1 change: 1 addition & 0 deletions content/en/agent/guide/agent-5-ports.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Agent 5 ports
disable_toc: false
private: true
---

This page covers the ports used by Agent 5. For information on the latest version of the Agent, see [Network Traffic][1].
Expand Down
1 change: 1 addition & 0 deletions content/en/agent/guide/agent-5-proxy.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Agent 5 proxy configuration
disable_toc: false
private: true
---

## Overview
Expand Down
1 change: 1 addition & 0 deletions content/en/agent/guide/agent-6-commands.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Agent 6 Commands
disable_toc: false
private: true
---

## Overview
Expand Down
1 change: 1 addition & 0 deletions content/en/agent/guide/agent-6-configuration-files.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Agent 6 Configuration Files
disable_toc: false
private: true
---

## Agent main configuration file
Expand Down
1 change: 1 addition & 0 deletions content/en/agent/guide/agent-6-log-files.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Agent 6 Log Files
disable_toc: false
private: true
---

## Overview
Expand Down
1 change: 1 addition & 0 deletions content/en/agent/guide/install-agent-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ further_reading:
- link: "/agent/basic_agent_usage/"
tag: "Documentation"
text: "Basic Agent Usage"
private: true
---

This guide covers installing Agent 5. Datadog recommends installing or upgrading to Agent 7 for the latest features. For information on installing the latest version of the Agent, follow the [Agent 7 Installation Instructions][1]. For information on upgrading to Agent 7 from an earlier version, see [Upgrade to Datadog Agent v7][2].
Expand Down
1 change: 1 addition & 0 deletions content/en/agent/guide/install-agent-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ further_reading:
- link: "/agent/basic_agent_usage/"
tag: "Documentation"
text: "Basic Agent Usage"
private: true
---

This guide covers installing Agent 6. Datadog recommends installing or upgrading to Agent 7 for the latest features. For information on installing the latest version of the Agent, follow the [latest Agent Installation Instructions][1]. For information on upgrading to Agent 7 from an earlier version, see [Upgrade to Datadog Agent v7][2].
Expand Down
1 change: 1 addition & 0 deletions content/en/agent/guide/upgrade_to_agent_6.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ aliases:
- /agent/faq/upgrade-to-agent-v6
- /agent/versions/upgrade_to_agent_v6/
- /agent/guide/upgrade-to-agent-v6
private: true
---

<div class="alert alert-info">
Expand Down
3 changes: 3 additions & 0 deletions content/en/api/latest/csm-coverage-analysis/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: CSM Coverage Analysis
---
36 changes: 24 additions & 12 deletions content/en/api/v1/synthetics/examples.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions content/en/api/v2/csm-coverage-analysis/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: CSM Coverage Analysis
headless: true
---
Loading

0 comments on commit 11cef82

Please sign in to comment.