Skip to content

Commit 7dbe2a4

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update documentation for Cloud SIEM Analyzed Logs (#1722)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent a0a407f commit 7dbe2a4

File tree

9 files changed

+91
-4
lines changed

9 files changed

+91
-4
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": "2024-07-26 17:48:02.760477",
8-
"spec_repo_commit": "187cfa14"
7+
"regenerated": "2024-07-26 18:27:50.250491",
8+
"spec_repo_commit": "7e92b530"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-07-26 17:48:02.779602",
13-
"spec_repo_commit": "187cfa14"
12+
"regenerated": "2024-07-26 18:27:50.268852",
13+
"spec_repo_commit": "7e92b530"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4218,6 +4218,7 @@ components:
42184218
- rum_replay_sessions_usage
42194219
- sds_scanned_bytes_usage
42204220
- serverless_apps_usage
4221+
- siem_analyzed_logs_add_on_usage
42214222
- siem_ingested_bytes_usage
42224223
- snmp_usage
42234224
- universal_service_monitoring_usage
@@ -4289,6 +4290,7 @@ components:
42894290
- RUM_REPLAY_SESSIONS_USAGE
42904291
- SDS_SCANNED_BYTES_USAGE
42914292
- SERVERLESS_APPS_USAGE
4293+
- SIEM_ANALYZED_LOGS_ADD_ON_USAGE
42924294
- SIEM_INGESTED_BYTES_USAGE
42934295
- SNMP_USAGE
42944296
- UNIVERSAL_SERVICE_MONITORING_USAGE
@@ -7983,6 +7985,8 @@ components:
79837985
- rum_browser_mobile_sessions_percentage
79847986
- ingested_spans_bytes_usage
79857987
- ingested_spans_bytes_percentage
7988+
- siem_analyzed_logs_add_on_usage
7989+
- siem_analyzed_logs_add_on_percentage
79867990
- siem_ingested_bytes_usage
79877991
- siem_ingested_bytes_percentage
79887992
- workflow_executions_usage
@@ -8120,6 +8124,8 @@ components:
81208124
- RUM_BROWSER_MOBILE_SESSIONS_PERCENTAGE
81218125
- INGESTED_SPANS_BYTES_USAGE
81228126
- INGESTED_SPANS_BYTES_PERCENTAGE
8127+
- SIEM_ANALYZED_LOGS_ADD_ON_USAGE
8128+
- SIEM_ANALYZED_LOGS_ADD_ON_PERCENTAGE
81238129
- SIEM_INGESTED_BYTES_USAGE
81248130
- SIEM_INGESTED_BYTES_PERCENTAGE
81258131
- WORKFLOW_EXECUTIONS_USAGE
@@ -8649,6 +8655,15 @@ components:
86498655
description: The total Serverless Apps usage by tag(s).
86508656
format: double
86518657
type: number
8658+
siem_analyzed_logs_add_on_percentage:
8659+
description: The percentage of log events analyzed by Cloud SIEM usage by
8660+
tag(s).
8661+
format: double
8662+
type: number
8663+
siem_analyzed_logs_add_on_usage:
8664+
description: The log events analyzed by Cloud SIEM usage by tag(s).
8665+
format: double
8666+
type: number
86528667
siem_ingested_bytes_percentage:
86538668
description: The percentage of SIEM usage by tag(s).
86548669
format: double
@@ -19282,6 +19297,11 @@ components:
1928219297
and Google Cloud for the given date and given org.
1928319298
format: int64
1928419299
type: integer
19300+
siem_analyzed_logs_add_on_count_sum:
19301+
description: Shows the sum of all log events analyzed by Cloud SIEM over
19302+
all hours in the current date for the given org.
19303+
format: int64
19304+
type: integer
1928519305
synthetics_browser_check_calls_count_sum:
1928619306
description: Shows the sum of all Synthetic browser tests over all hours
1928719307
in the current date for all organizations.
@@ -19985,6 +20005,11 @@ components:
1998520005
and Google Cloud for the given date and given org.
1998620006
format: int64
1998720007
type: integer
20008+
siem_analyzed_logs_add_on_count_sum:
20009+
description: Shows the sum of all log events analyzed by Cloud SIEM over
20010+
all hours in the current date for the given org.
20011+
format: int64
20012+
type: integer
1998820013
synthetics_browser_check_calls_count_sum:
1998920014
description: Shows the sum of all Synthetic browser tests over all hours
1999020015
in the current date for the given org.
@@ -20723,6 +20748,11 @@ components:
2072320748
Google Cloud in the current month for all organizations.
2072420749
format: int64
2072520750
type: integer
20751+
siem_analyzed_logs_add_on_count_agg_sum:
20752+
description: Shows the sum of all log events analyzed by Cloud SIEM over
20753+
all hours in the current month for all organizations.
20754+
format: int64
20755+
type: integer
2072620756
start_date:
2072720757
description: Shows the first date of usage in the current month for all
2072820758
organizations.

packages/datadog-api-client-v1/models/HourlyUsageAttributionUsageType.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export type HourlyUsageAttributionUsageType =
7575
| typeof RUM_REPLAY_SESSIONS_USAGE
7676
| typeof SDS_SCANNED_BYTES_USAGE
7777
| typeof SERVERLESS_APPS_USAGE
78+
| typeof SIEM_ANALYZED_LOGS_ADD_ON_USAGE
7879
| typeof SIEM_INGESTED_BYTES_USAGE
7980
| typeof SNMP_USAGE
8081
| typeof UNIVERSAL_SERVICE_MONITORING_USAGE
@@ -153,6 +154,8 @@ export const RUM_BROWSER_MOBILE_SESSIONS_USAGE =
153154
export const RUM_REPLAY_SESSIONS_USAGE = "rum_replay_sessions_usage";
154155
export const SDS_SCANNED_BYTES_USAGE = "sds_scanned_bytes_usage";
155156
export const SERVERLESS_APPS_USAGE = "serverless_apps_usage";
157+
export const SIEM_ANALYZED_LOGS_ADD_ON_USAGE =
158+
"siem_analyzed_logs_add_on_usage";
156159
export const SIEM_INGESTED_BYTES_USAGE = "siem_ingested_bytes_usage";
157160
export const SNMP_USAGE = "snmp_usage";
158161
export const UNIVERSAL_SERVICE_MONITORING_USAGE =

packages/datadog-api-client-v1/models/MonthlyUsageAttributionSupportedMetrics.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ export type MonthlyUsageAttributionSupportedMetrics =
141141
| typeof RUM_BROWSER_MOBILE_SESSIONS_PERCENTAGE
142142
| typeof INGESTED_SPANS_BYTES_USAGE
143143
| typeof INGESTED_SPANS_BYTES_PERCENTAGE
144+
| typeof SIEM_ANALYZED_LOGS_ADD_ON_USAGE
145+
| typeof SIEM_ANALYZED_LOGS_ADD_ON_PERCENTAGE
144146
| typeof SIEM_INGESTED_BYTES_USAGE
145147
| typeof SIEM_INGESTED_BYTES_PERCENTAGE
146148
| typeof WORKFLOW_EXECUTIONS_USAGE
@@ -302,6 +304,10 @@ export const RUM_BROWSER_MOBILE_SESSIONS_PERCENTAGE =
302304
export const INGESTED_SPANS_BYTES_USAGE = "ingested_spans_bytes_usage";
303305
export const INGESTED_SPANS_BYTES_PERCENTAGE =
304306
"ingested_spans_bytes_percentage";
307+
export const SIEM_ANALYZED_LOGS_ADD_ON_USAGE =
308+
"siem_analyzed_logs_add_on_usage";
309+
export const SIEM_ANALYZED_LOGS_ADD_ON_PERCENTAGE =
310+
"siem_analyzed_logs_add_on_percentage";
305311
export const SIEM_INGESTED_BYTES_USAGE = "siem_ingested_bytes_usage";
306312
export const SIEM_INGESTED_BYTES_PERCENTAGE = "siem_ingested_bytes_percentage";
307313
export const WORKFLOW_EXECUTIONS_USAGE = "workflow_executions_usage";

packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,14 @@ export class MonthlyUsageAttributionValues {
506506
* The total Serverless Apps usage by tag(s).
507507
*/
508508
"serverlessAppsUsage"?: number;
509+
/**
510+
* The percentage of log events analyzed by Cloud SIEM usage by tag(s).
511+
*/
512+
"siemAnalyzedLogsAddOnPercentage"?: number;
513+
/**
514+
* The log events analyzed by Cloud SIEM usage by tag(s).
515+
*/
516+
"siemAnalyzedLogsAddOnUsage"?: number;
509517
/**
510518
* The percentage of SIEM usage by tag(s).
511519
*/
@@ -1183,6 +1191,16 @@ export class MonthlyUsageAttributionValues {
11831191
type: "number",
11841192
format: "double",
11851193
},
1194+
siemAnalyzedLogsAddOnPercentage: {
1195+
baseName: "siem_analyzed_logs_add_on_percentage",
1196+
type: "number",
1197+
format: "double",
1198+
},
1199+
siemAnalyzedLogsAddOnUsage: {
1200+
baseName: "siem_analyzed_logs_add_on_usage",
1201+
type: "number",
1202+
format: "double",
1203+
},
11861204
siemIngestedBytesPercentage: {
11871205
baseName: "siem_ingested_bytes_percentage",
11881206
type: "number",

packages/datadog-api-client-v1/models/ObjectSerializer.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -833,6 +833,7 @@ const enumsMap: { [key: string]: any[] } = {
833833
"rum_replay_sessions_usage",
834834
"sds_scanned_bytes_usage",
835835
"serverless_apps_usage",
836+
"siem_analyzed_logs_add_on_usage",
836837
"siem_ingested_bytes_usage",
837838
"snmp_usage",
838839
"universal_service_monitoring_usage",
@@ -1097,6 +1098,8 @@ const enumsMap: { [key: string]: any[] } = {
10971098
"rum_browser_mobile_sessions_percentage",
10981099
"ingested_spans_bytes_usage",
10991100
"ingested_spans_bytes_percentage",
1101+
"siem_analyzed_logs_add_on_usage",
1102+
"siem_analyzed_logs_add_on_percentage",
11001103
"siem_ingested_bytes_usage",
11011104
"siem_ingested_bytes_percentage",
11021105
"workflow_executions_usage",

packages/datadog-api-client-v1/models/UsageSummaryDate.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,10 @@ export class UsageSummaryDate {
475475
* Shows the average of the number of Serverless Apps for Azure and Google Cloud for the given date and given org.
476476
*/
477477
"serverlessAppsTotalCountAvg"?: number;
478+
/**
479+
* Shows the sum of all log events analyzed by Cloud SIEM over all hours in the current date for the given org.
480+
*/
481+
"siemAnalyzedLogsAddOnCountSum"?: number;
478482
/**
479483
* Shows the sum of all Synthetic browser tests over all hours in the current date for all organizations.
480484
*/
@@ -1111,6 +1115,11 @@ export class UsageSummaryDate {
11111115
type: "number",
11121116
format: "int64",
11131117
},
1118+
siemAnalyzedLogsAddOnCountSum: {
1119+
baseName: "siem_analyzed_logs_add_on_count_sum",
1120+
type: "number",
1121+
format: "int64",
1122+
},
11141123
syntheticsBrowserCheckCallsCountSum: {
11151124
baseName: "synthetics_browser_check_calls_count_sum",
11161125
type: "number",

packages/datadog-api-client-v1/models/UsageSummaryDateOrg.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,10 @@ export class UsageSummaryDateOrg {
498498
* Shows the average of the number of Serverless Apps for Azure and Google Cloud for the given date and given org.
499499
*/
500500
"serverlessAppsTotalCountAvg"?: number;
501+
/**
502+
* Shows the sum of all log events analyzed by Cloud SIEM over all hours in the current date for the given org.
503+
*/
504+
"siemAnalyzedLogsAddOnCountSum"?: number;
501505
/**
502506
* Shows the sum of all Synthetic browser tests over all hours in the current date for the given org.
503507
*/
@@ -1159,6 +1163,11 @@ export class UsageSummaryDateOrg {
11591163
type: "number",
11601164
format: "int64",
11611165
},
1166+
siemAnalyzedLogsAddOnCountSum: {
1167+
baseName: "siem_analyzed_logs_add_on_count_sum",
1168+
type: "number",
1169+
format: "int64",
1170+
},
11621171
syntheticsBrowserCheckCallsCountSum: {
11631172
baseName: "synthetics_browser_check_calls_count_sum",
11641173
type: "number",

packages/datadog-api-client-v1/models/UsageSummaryResponse.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,10 @@ export class UsageSummaryResponse {
512512
* Sum of the average number of Serverless Apps for Azure and Google Cloud in the current month for all organizations.
513513
*/
514514
"serverlessAppsTotalCountAvgSum"?: number;
515+
/**
516+
* Shows the sum of all log events analyzed by Cloud SIEM over all hours in the current month for all organizations.
517+
*/
518+
"siemAnalyzedLogsAddOnCountAggSum"?: number;
515519
/**
516520
* Shows the first date of usage in the current month for all organizations.
517521
*/
@@ -1201,6 +1205,11 @@ export class UsageSummaryResponse {
12011205
type: "number",
12021206
format: "int64",
12031207
},
1208+
siemAnalyzedLogsAddOnCountAggSum: {
1209+
baseName: "siem_analyzed_logs_add_on_count_agg_sum",
1210+
type: "number",
1211+
format: "int64",
1212+
},
12041213
startDate: {
12051214
baseName: "start_date",
12061215
type: "Date",

0 commit comments

Comments
 (0)