@@ -4001,6 +4001,7 @@ components:
4001
4001
- appsec_usage
4002
4002
- browser_usage
4003
4003
- ci_visibility_itr_usage
4004
+ - cloud_siem_usage
4004
4005
- container_excl_agent_usage
4005
4006
- container_usage
4006
4007
- cspm_containers_usage
@@ -4042,6 +4043,7 @@ components:
4042
4043
- APPSEC_USAGE
4043
4044
- BROWSER_USAGE
4044
4045
- CI_VISIBILITY_ITR_USAGE
4046
+ - CLOUD_SIEM_USAGE
4045
4047
- CONTAINER_EXCL_AGENT_USAGE
4046
4048
- CONTAINER_USAGE
4047
4049
- CSPM_CONTAINERS_USAGE
@@ -7604,6 +7606,8 @@ components:
7604
7606
- browser_percentage
7605
7607
- ci_visibility_itr_usage
7606
7608
- ci_visibility_itr_percentage
7609
+ - cloud_siem_usage
7610
+ - cloud_siem_percentage
7607
7611
- container_excl_agent_usage
7608
7612
- container_excl_agent_percentage
7609
7613
- container_usage
@@ -7685,6 +7689,8 @@ components:
7685
7689
- BROWSER_PERCENTAGE
7686
7690
- CI_VISIBILITY_ITR_USAGE
7687
7691
- CI_VISIBILITY_ITR_PERCENTAGE
7692
+ - CLOUD_SIEM_USAGE
7693
+ - CLOUD_SIEM_PERCENTAGE
7688
7694
- CONTAINER_EXCL_AGENT_USAGE
7689
7695
- CONTAINER_EXCL_AGENT_PERCENTAGE
7690
7696
- CONTAINER_USAGE
@@ -7820,6 +7826,16 @@ components:
7820
7826
description: The Git committers for Intelligent Test Runner usage by tag(s).
7821
7827
format: double
7822
7828
type: number
7829
+ cloud_siem_percentage:
7830
+ description: The percentage of Cloud Security Information and Event Management
7831
+ usage by tag(s).
7832
+ format: double
7833
+ type: number
7834
+ cloud_siem_usage:
7835
+ description: The Cloud Security Information and Event Management usage by
7836
+ tag(s).
7837
+ format: double
7838
+ type: number
7823
7839
container_excl_agent_percentage:
7824
7840
description: The percentage of container usage without the Datadog Agent
7825
7841
by tag(s).
@@ -18251,6 +18267,11 @@ components:
18251
18267
for the given date and given organization.
18252
18268
format: int64
18253
18269
type: integer
18270
+ cloud_siem_events_sum:
18271
+ description: Shows the sum of all Cloud Security Information and Event Management
18272
+ events over all hours in the current date for the given org.
18273
+ format: int64
18274
+ type: integer
18254
18275
container_avg:
18255
18276
description: Shows the average of all distinct containers over all hours
18256
18277
in the current date for all organizations.
@@ -18772,6 +18793,11 @@ components:
18772
18793
for the given date and given org.
18773
18794
format: int64
18774
18795
type: integer
18796
+ cloud_siem_events_sum:
18797
+ description: Shows the sum of all Cloud Security Information and Event Management
18798
+ events over all hours in the current date for the given org.
18799
+ format: int64
18800
+ type: integer
18775
18801
container_avg:
18776
18802
description: Shows the average of all distinct containers over all hours
18777
18803
in the current date for the given org.
@@ -19300,6 +19326,11 @@ components:
19300
19326
all cloud providers.
19301
19327
format: int64
19302
19328
type: integer
19329
+ cloud_siem_events_agg_sum:
19330
+ description: Shows the sum of all Cloud Security Information and Event Management
19331
+ events over all hours in the current months for all organizations.
19332
+ format: int64
19333
+ type: integer
19303
19334
container_avg_sum:
19304
19335
description: Shows the average of all distinct containers over all hours
19305
19336
in the current months for all organizations.
0 commit comments