@@ -4218,6 +4218,7 @@ components:
4218
4218
- rum_replay_sessions_usage
4219
4219
- sds_scanned_bytes_usage
4220
4220
- serverless_apps_usage
4221
+ - siem_analyzed_logs_add_on_usage
4221
4222
- siem_ingested_bytes_usage
4222
4223
- snmp_usage
4223
4224
- universal_service_monitoring_usage
@@ -4289,6 +4290,7 @@ components:
4289
4290
- RUM_REPLAY_SESSIONS_USAGE
4290
4291
- SDS_SCANNED_BYTES_USAGE
4291
4292
- SERVERLESS_APPS_USAGE
4293
+ - SIEM_ANALYZED_LOGS_ADD_ON_USAGE
4292
4294
- SIEM_INGESTED_BYTES_USAGE
4293
4295
- SNMP_USAGE
4294
4296
- UNIVERSAL_SERVICE_MONITORING_USAGE
@@ -7983,6 +7985,8 @@ components:
7983
7985
- rum_browser_mobile_sessions_percentage
7984
7986
- ingested_spans_bytes_usage
7985
7987
- ingested_spans_bytes_percentage
7988
+ - siem_analyzed_logs_add_on_usage
7989
+ - siem_analyzed_logs_add_on_percentage
7986
7990
- siem_ingested_bytes_usage
7987
7991
- siem_ingested_bytes_percentage
7988
7992
- workflow_executions_usage
@@ -8120,6 +8124,8 @@ components:
8120
8124
- RUM_BROWSER_MOBILE_SESSIONS_PERCENTAGE
8121
8125
- INGESTED_SPANS_BYTES_USAGE
8122
8126
- INGESTED_SPANS_BYTES_PERCENTAGE
8127
+ - SIEM_ANALYZED_LOGS_ADD_ON_USAGE
8128
+ - SIEM_ANALYZED_LOGS_ADD_ON_PERCENTAGE
8123
8129
- SIEM_INGESTED_BYTES_USAGE
8124
8130
- SIEM_INGESTED_BYTES_PERCENTAGE
8125
8131
- WORKFLOW_EXECUTIONS_USAGE
@@ -8649,6 +8655,15 @@ components:
8649
8655
description: The total Serverless Apps usage by tag(s).
8650
8656
format: double
8651
8657
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
8652
8667
siem_ingested_bytes_percentage:
8653
8668
description: The percentage of SIEM usage by tag(s).
8654
8669
format: double
@@ -19282,6 +19297,11 @@ components:
19282
19297
and Google Cloud for the given date and given org.
19283
19298
format: int64
19284
19299
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
19285
19305
synthetics_browser_check_calls_count_sum:
19286
19306
description: Shows the sum of all Synthetic browser tests over all hours
19287
19307
in the current date for all organizations.
@@ -19985,6 +20005,11 @@ components:
19985
20005
and Google Cloud for the given date and given org.
19986
20006
format: int64
19987
20007
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
19988
20013
synthetics_browser_check_calls_count_sum:
19989
20014
description: Shows the sum of all Synthetic browser tests over all hours
19990
20015
in the current date for the given org.
@@ -20723,6 +20748,11 @@ components:
20723
20748
Google Cloud in the current month for all organizations.
20724
20749
format: int64
20725
20750
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
20726
20756
start_date:
20727
20757
description: Shows the first date of usage in the current month for all
20728
20758
organizations.
0 commit comments