Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update documentation for Cloud SIEM #1374

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "2023-10-13 14:48:27.165828",
"spec_repo_commit": "9c0d47b3"
"regenerated": "2023-10-16 19:14:57.762788",
"spec_repo_commit": "4f580adf"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2023-10-13 14:48:27.182800",
"spec_repo_commit": "9c0d47b3"
"regenerated": "2023-10-16 19:14:57.788344",
"spec_repo_commit": "4f580adf"
}
}
}
31 changes: 31 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3902,6 +3902,7 @@ components:
- appsec_usage
- browser_usage
- ci_visibility_itr_usage
- cloud_siem_usage
- container_excl_agent_usage
- container_usage
- cspm_containers_usage
Expand Down Expand Up @@ -3943,6 +3944,7 @@ components:
- APPSEC_USAGE
- BROWSER_USAGE
- CI_VISIBILITY_ITR_USAGE
- CLOUD_SIEM_USAGE
- CONTAINER_EXCL_AGENT_USAGE
- CONTAINER_USAGE
- CSPM_CONTAINERS_USAGE
Expand Down Expand Up @@ -7505,6 +7507,8 @@ components:
- browser_percentage
- ci_visibility_itr_usage
- ci_visibility_itr_percentage
- cloud_siem_usage
- cloud_siem_percentage
- container_excl_agent_usage
- container_excl_agent_percentage
- container_usage
Expand Down Expand Up @@ -7586,6 +7590,8 @@ components:
- BROWSER_PERCENTAGE
- CI_VISIBILITY_ITR_USAGE
- CI_VISIBILITY_ITR_PERCENTAGE
- CLOUD_SIEM_USAGE
- CLOUD_SIEM_PERCENTAGE
- CONTAINER_EXCL_AGENT_USAGE
- CONTAINER_EXCL_AGENT_PERCENTAGE
- CONTAINER_USAGE
Expand Down Expand Up @@ -7721,6 +7727,16 @@ components:
description: The Git committers for Intelligent Test Runner usage by tag(s).
format: double
type: number
cloud_siem_percentage:
description: The percentage of Cloud Security Information and Event Management
usage by tag(s).
format: double
type: number
cloud_siem_usage:
description: The Cloud Security Information and Event Management usage by
tag(s).
format: double
type: number
container_excl_agent_percentage:
description: The percentage of container usage without the Datadog Agent
by tag(s).
Expand Down Expand Up @@ -18022,6 +18038,11 @@ components:
for the given date and given organization.
format: int64
type: integer
cloud_siem_events_sum:
description: Shows the sum of all Cloud Security Information and Event Management
events over all hours in the current date for the given org.
format: int64
type: integer
container_avg:
description: Shows the average of all distinct containers over all hours
in the current date for all organizations.
Expand Down Expand Up @@ -18543,6 +18564,11 @@ components:
for the given date and given org.
format: int64
type: integer
cloud_siem_events_sum:
description: Shows the sum of all Cloud Security Information and Event Management
events over all hours in the current date for the given org.
format: int64
type: integer
container_avg:
description: Shows the average of all distinct containers over all hours
in the current date for the given org.
Expand Down Expand Up @@ -19071,6 +19097,11 @@ components:
all cloud providers.
format: int64
type: integer
cloud_siem_events_agg_sum:
description: Shows the sum of all Cloud Security Information and Event Management
events over all hours in the current months for all organizations.
format: int64
type: integer
container_avg_sum:
description: Shows the average of all distinct containers over all hours
in the current months for all organizations.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export type HourlyUsageAttributionUsageType =
| typeof APPSEC_USAGE
| typeof BROWSER_USAGE
| typeof CI_VISIBILITY_ITR_USAGE
| typeof CLOUD_SIEM_USAGE
| typeof CONTAINER_EXCL_AGENT_USAGE
| typeof CONTAINER_USAGE
| typeof CSPM_CONTAINERS_USAGE
Expand Down Expand Up @@ -59,6 +60,7 @@ export const APPSEC_FARGATE_USAGE = "appsec_fargate_usage";
export const APPSEC_USAGE = "appsec_usage";
export const BROWSER_USAGE = "browser_usage";
export const CI_VISIBILITY_ITR_USAGE = "ci_visibility_itr_usage";
export const CLOUD_SIEM_USAGE = "cloud_siem_usage";
export const CONTAINER_EXCL_AGENT_USAGE = "container_excl_agent_usage";
export const CONTAINER_USAGE = "container_usage";
export const CSPM_CONTAINERS_USAGE = "cspm_containers_usage";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ export type MonthlyUsageAttributionSupportedMetrics =
| typeof BROWSER_PERCENTAGE
| typeof CI_VISIBILITY_ITR_USAGE
| typeof CI_VISIBILITY_ITR_PERCENTAGE
| typeof CLOUD_SIEM_USAGE
| typeof CLOUD_SIEM_PERCENTAGE
| typeof CONTAINER_EXCL_AGENT_USAGE
| typeof CONTAINER_EXCL_AGENT_PERCENTAGE
| typeof CONTAINER_USAGE
Expand Down Expand Up @@ -107,6 +109,8 @@ export const BROWSER_USAGE = "browser_usage";
export const BROWSER_PERCENTAGE = "browser_percentage";
export const CI_VISIBILITY_ITR_USAGE = "ci_visibility_itr_usage";
export const CI_VISIBILITY_ITR_PERCENTAGE = "ci_visibility_itr_percentage";
export const CLOUD_SIEM_USAGE = "cloud_siem_usage";
export const CLOUD_SIEM_PERCENTAGE = "cloud_siem_percentage";
export const CONTAINER_EXCL_AGENT_USAGE = "container_excl_agent_usage";
export const CONTAINER_EXCL_AGENT_PERCENTAGE =
"container_excl_agent_percentage";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@ export class MonthlyUsageAttributionValues {
* The Git committers for Intelligent Test Runner usage by tag(s).
*/
"ciVisibilityItrUsage"?: number;
/**
* The percentage of Cloud Security Information and Event Management usage by tag(s).
*/
"cloudSiemPercentage"?: number;
/**
* The Cloud Security Information and Event Management usage by tag(s).
*/
"cloudSiemUsage"?: number;
/**
* The percentage of container usage without the Datadog Agent by tag(s).
*/
Expand Down Expand Up @@ -412,6 +420,16 @@ export class MonthlyUsageAttributionValues {
type: "number",
format: "double",
},
cloudSiemPercentage: {
baseName: "cloud_siem_percentage",
type: "number",
format: "double",
},
cloudSiemUsage: {
baseName: "cloud_siem_usage",
type: "number",
format: "double",
},
containerExclAgentPercentage: {
baseName: "container_excl_agent_percentage",
type: "number",
Expand Down
3 changes: 3 additions & 0 deletions packages/datadog-api-client-v1/models/ObjectSerializer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,7 @@ const enumsMap: { [key: string]: any[] } = {
"appsec_usage",
"browser_usage",
"ci_visibility_itr_usage",
"cloud_siem_usage",
"container_excl_agent_usage",
"container_usage",
"cspm_containers_usage",
Expand Down Expand Up @@ -923,6 +924,8 @@ const enumsMap: { [key: string]: any[] } = {
"browser_percentage",
"ci_visibility_itr_usage",
"ci_visibility_itr_percentage",
"cloud_siem_usage",
"cloud_siem_percentage",
"container_excl_agent_usage",
"container_excl_agent_percentage",
"container_usage",
Expand Down
9 changes: 9 additions & 0 deletions packages/datadog-api-client-v1/models/UsageSummaryDate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ export class UsageSummaryDate {
* Host count average of Cloud Cost Management for all cloud providers for the given date and given organization.
*/
"cloudCostManagementHostCountAvg"?: number;
/**
* Shows the sum of all Cloud Security Information and Event Management events over all hours in the current date for the given org.
*/
"cloudSiemEventsSum"?: number;
/**
* Shows the average of all distinct containers over all hours in the current date for all organizations.
*/
Expand Down Expand Up @@ -545,6 +549,11 @@ export class UsageSummaryDate {
type: "number",
format: "int64",
},
cloudSiemEventsSum: {
baseName: "cloud_siem_events_sum",
type: "number",
format: "int64",
},
containerAvg: {
baseName: "container_avg",
type: "number",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ export class UsageSummaryDateOrg {
* Host count average of Cloud Cost Management for all cloud providers for the given date and given org.
*/
"cloudCostManagementHostCountAvg"?: number;
/**
* Shows the sum of all Cloud Security Information and Event Management events over all hours in the current date for the given org.
*/
"cloudSiemEventsSum"?: number;
/**
* Shows the average of all distinct containers over all hours in the current date for the given org.
*/
Expand Down Expand Up @@ -552,6 +556,11 @@ export class UsageSummaryDateOrg {
type: "number",
format: "int64",
},
cloudSiemEventsSum: {
baseName: "cloud_siem_events_sum",
type: "number",
format: "int64",
},
containerAvg: {
baseName: "container_avg",
type: "number",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ export class UsageSummaryResponse {
* Sum of the host count average for Cloud Cost Management for all cloud providers.
*/
"cloudCostManagementHostCountAvgSum"?: number;
/**
* Shows the sum of all Cloud Security Information and Event Management events over all hours in the current months for all organizations.
*/
"cloudSiemEventsAggSum"?: number;
/**
* Shows the average of all distinct containers over all hours in the current months for all organizations.
*/
Expand Down Expand Up @@ -587,6 +591,11 @@ export class UsageSummaryResponse {
type: "number",
format: "int64",
},
cloudSiemEventsAggSum: {
baseName: "cloud_siem_events_agg_sum",
type: "number",
format: "int64",
},
containerAvgSum: {
baseName: "container_avg_sum",
type: "number",
Expand Down