Skip to content

Update documentation for Cloud SIEM Analyzed Logs #1722

New issue

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

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

Already on GitHub? Sign in to your account

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": "2024-07-26 17:48:02.760477",
"spec_repo_commit": "187cfa14"
"regenerated": "2024-07-26 18:27:50.250491",
"spec_repo_commit": "7e92b530"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-07-26 17:48:02.779602",
"spec_repo_commit": "187cfa14"
"regenerated": "2024-07-26 18:27:50.268852",
"spec_repo_commit": "7e92b530"
}
}
}
30 changes: 30 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4218,6 +4218,7 @@ components:
- rum_replay_sessions_usage
- sds_scanned_bytes_usage
- serverless_apps_usage
- siem_analyzed_logs_add_on_usage
- siem_ingested_bytes_usage
- snmp_usage
- universal_service_monitoring_usage
Expand Down Expand Up @@ -4289,6 +4290,7 @@ components:
- RUM_REPLAY_SESSIONS_USAGE
- SDS_SCANNED_BYTES_USAGE
- SERVERLESS_APPS_USAGE
- SIEM_ANALYZED_LOGS_ADD_ON_USAGE
- SIEM_INGESTED_BYTES_USAGE
- SNMP_USAGE
- UNIVERSAL_SERVICE_MONITORING_USAGE
Expand Down Expand Up @@ -7983,6 +7985,8 @@ components:
- rum_browser_mobile_sessions_percentage
- ingested_spans_bytes_usage
- ingested_spans_bytes_percentage
- siem_analyzed_logs_add_on_usage
- siem_analyzed_logs_add_on_percentage
- siem_ingested_bytes_usage
- siem_ingested_bytes_percentage
- workflow_executions_usage
Expand Down Expand Up @@ -8120,6 +8124,8 @@ components:
- RUM_BROWSER_MOBILE_SESSIONS_PERCENTAGE
- INGESTED_SPANS_BYTES_USAGE
- INGESTED_SPANS_BYTES_PERCENTAGE
- SIEM_ANALYZED_LOGS_ADD_ON_USAGE
- SIEM_ANALYZED_LOGS_ADD_ON_PERCENTAGE
- SIEM_INGESTED_BYTES_USAGE
- SIEM_INGESTED_BYTES_PERCENTAGE
- WORKFLOW_EXECUTIONS_USAGE
Expand Down Expand Up @@ -8649,6 +8655,15 @@ components:
description: The total Serverless Apps usage by tag(s).
format: double
type: number
siem_analyzed_logs_add_on_percentage:
description: The percentage of log events analyzed by Cloud SIEM usage by
tag(s).
format: double
type: number
siem_analyzed_logs_add_on_usage:
description: The log events analyzed by Cloud SIEM usage by tag(s).
format: double
type: number
siem_ingested_bytes_percentage:
description: The percentage of SIEM usage by tag(s).
format: double
Expand Down Expand Up @@ -19282,6 +19297,11 @@ components:
and Google Cloud for the given date and given org.
format: int64
type: integer
siem_analyzed_logs_add_on_count_sum:
description: Shows the sum of all log events analyzed by Cloud SIEM over
all hours in the current date for the given org.
format: int64
type: integer
synthetics_browser_check_calls_count_sum:
description: Shows the sum of all Synthetic browser tests over all hours
in the current date for all organizations.
Expand Down Expand Up @@ -19985,6 +20005,11 @@ components:
and Google Cloud for the given date and given org.
format: int64
type: integer
siem_analyzed_logs_add_on_count_sum:
description: Shows the sum of all log events analyzed by Cloud SIEM over
all hours in the current date for the given org.
format: int64
type: integer
synthetics_browser_check_calls_count_sum:
description: Shows the sum of all Synthetic browser tests over all hours
in the current date for the given org.
Expand Down Expand Up @@ -20723,6 +20748,11 @@ components:
Google Cloud in the current month for all organizations.
format: int64
type: integer
siem_analyzed_logs_add_on_count_agg_sum:
description: Shows the sum of all log events analyzed by Cloud SIEM over
all hours in the current month for all organizations.
format: int64
type: integer
start_date:
description: Shows the first date of usage in the current month for all
organizations.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export type HourlyUsageAttributionUsageType =
| typeof RUM_REPLAY_SESSIONS_USAGE
| typeof SDS_SCANNED_BYTES_USAGE
| typeof SERVERLESS_APPS_USAGE
| typeof SIEM_ANALYZED_LOGS_ADD_ON_USAGE
| typeof SIEM_INGESTED_BYTES_USAGE
| typeof SNMP_USAGE
| typeof UNIVERSAL_SERVICE_MONITORING_USAGE
Expand Down Expand Up @@ -153,6 +154,8 @@ export const RUM_BROWSER_MOBILE_SESSIONS_USAGE =
export const RUM_REPLAY_SESSIONS_USAGE = "rum_replay_sessions_usage";
export const SDS_SCANNED_BYTES_USAGE = "sds_scanned_bytes_usage";
export const SERVERLESS_APPS_USAGE = "serverless_apps_usage";
export const SIEM_ANALYZED_LOGS_ADD_ON_USAGE =
"siem_analyzed_logs_add_on_usage";
export const SIEM_INGESTED_BYTES_USAGE = "siem_ingested_bytes_usage";
export const SNMP_USAGE = "snmp_usage";
export const UNIVERSAL_SERVICE_MONITORING_USAGE =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ export type MonthlyUsageAttributionSupportedMetrics =
| typeof RUM_BROWSER_MOBILE_SESSIONS_PERCENTAGE
| typeof INGESTED_SPANS_BYTES_USAGE
| typeof INGESTED_SPANS_BYTES_PERCENTAGE
| typeof SIEM_ANALYZED_LOGS_ADD_ON_USAGE
| typeof SIEM_ANALYZED_LOGS_ADD_ON_PERCENTAGE
| typeof SIEM_INGESTED_BYTES_USAGE
| typeof SIEM_INGESTED_BYTES_PERCENTAGE
| typeof WORKFLOW_EXECUTIONS_USAGE
Expand Down Expand Up @@ -302,6 +304,10 @@ export const RUM_BROWSER_MOBILE_SESSIONS_PERCENTAGE =
export const INGESTED_SPANS_BYTES_USAGE = "ingested_spans_bytes_usage";
export const INGESTED_SPANS_BYTES_PERCENTAGE =
"ingested_spans_bytes_percentage";
export const SIEM_ANALYZED_LOGS_ADD_ON_USAGE =
"siem_analyzed_logs_add_on_usage";
export const SIEM_ANALYZED_LOGS_ADD_ON_PERCENTAGE =
"siem_analyzed_logs_add_on_percentage";
export const SIEM_INGESTED_BYTES_USAGE = "siem_ingested_bytes_usage";
export const SIEM_INGESTED_BYTES_PERCENTAGE = "siem_ingested_bytes_percentage";
export const WORKFLOW_EXECUTIONS_USAGE = "workflow_executions_usage";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,14 @@ export class MonthlyUsageAttributionValues {
* The total Serverless Apps usage by tag(s).
*/
"serverlessAppsUsage"?: number;
/**
* The percentage of log events analyzed by Cloud SIEM usage by tag(s).
*/
"siemAnalyzedLogsAddOnPercentage"?: number;
/**
* The log events analyzed by Cloud SIEM usage by tag(s).
*/
"siemAnalyzedLogsAddOnUsage"?: number;
/**
* The percentage of SIEM usage by tag(s).
*/
Expand Down Expand Up @@ -1183,6 +1191,16 @@ export class MonthlyUsageAttributionValues {
type: "number",
format: "double",
},
siemAnalyzedLogsAddOnPercentage: {
baseName: "siem_analyzed_logs_add_on_percentage",
type: "number",
format: "double",
},
siemAnalyzedLogsAddOnUsage: {
baseName: "siem_analyzed_logs_add_on_usage",
type: "number",
format: "double",
},
siemIngestedBytesPercentage: {
baseName: "siem_ingested_bytes_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 @@ -833,6 +833,7 @@ const enumsMap: { [key: string]: any[] } = {
"rum_replay_sessions_usage",
"sds_scanned_bytes_usage",
"serverless_apps_usage",
"siem_analyzed_logs_add_on_usage",
"siem_ingested_bytes_usage",
"snmp_usage",
"universal_service_monitoring_usage",
Expand Down Expand Up @@ -1097,6 +1098,8 @@ const enumsMap: { [key: string]: any[] } = {
"rum_browser_mobile_sessions_percentage",
"ingested_spans_bytes_usage",
"ingested_spans_bytes_percentage",
"siem_analyzed_logs_add_on_usage",
"siem_analyzed_logs_add_on_percentage",
"siem_ingested_bytes_usage",
"siem_ingested_bytes_percentage",
"workflow_executions_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 @@ -475,6 +475,10 @@ export class UsageSummaryDate {
* Shows the average of the number of Serverless Apps for Azure and Google Cloud for the given date and given org.
*/
"serverlessAppsTotalCountAvg"?: number;
/**
* Shows the sum of all log events analyzed by Cloud SIEM over all hours in the current date for the given org.
*/
"siemAnalyzedLogsAddOnCountSum"?: number;
/**
* Shows the sum of all Synthetic browser tests over all hours in the current date for all organizations.
*/
Expand Down Expand Up @@ -1111,6 +1115,11 @@ export class UsageSummaryDate {
type: "number",
format: "int64",
},
siemAnalyzedLogsAddOnCountSum: {
baseName: "siem_analyzed_logs_add_on_count_sum",
type: "number",
format: "int64",
},
syntheticsBrowserCheckCallsCountSum: {
baseName: "synthetics_browser_check_calls_count_sum",
type: "number",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,10 @@ export class UsageSummaryDateOrg {
* Shows the average of the number of Serverless Apps for Azure and Google Cloud for the given date and given org.
*/
"serverlessAppsTotalCountAvg"?: number;
/**
* Shows the sum of all log events analyzed by Cloud SIEM over all hours in the current date for the given org.
*/
"siemAnalyzedLogsAddOnCountSum"?: number;
/**
* Shows the sum of all Synthetic browser tests over all hours in the current date for the given org.
*/
Expand Down Expand Up @@ -1159,6 +1163,11 @@ export class UsageSummaryDateOrg {
type: "number",
format: "int64",
},
siemAnalyzedLogsAddOnCountSum: {
baseName: "siem_analyzed_logs_add_on_count_sum",
type: "number",
format: "int64",
},
syntheticsBrowserCheckCallsCountSum: {
baseName: "synthetics_browser_check_calls_count_sum",
type: "number",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,10 @@ export class UsageSummaryResponse {
* Sum of the average number of Serverless Apps for Azure and Google Cloud in the current month for all organizations.
*/
"serverlessAppsTotalCountAvgSum"?: number;
/**
* Shows the sum of all log events analyzed by Cloud SIEM over all hours in the current month for all organizations.
*/
"siemAnalyzedLogsAddOnCountAggSum"?: number;
/**
* Shows the first date of usage in the current month for all organizations.
*/
Expand Down Expand Up @@ -1201,6 +1205,11 @@ export class UsageSummaryResponse {
type: "number",
format: "int64",
},
siemAnalyzedLogsAddOnCountAggSum: {
baseName: "siem_analyzed_logs_add_on_count_agg_sum",
type: "number",
format: "int64",
},
startDate: {
baseName: "start_date",
type: "Date",
Expand Down
Loading