@@ -3902,6 +3902,7 @@ components:
3902
3902
- appsec_usage
3903
3903
- browser_usage
3904
3904
- ci_visibility_itr_usage
3905
+ - cloud_siem_usage
3905
3906
- container_excl_agent_usage
3906
3907
- container_usage
3907
3908
- cspm_containers_usage
@@ -3943,6 +3944,7 @@ components:
3943
3944
- APPSEC_USAGE
3944
3945
- BROWSER_USAGE
3945
3946
- CI_VISIBILITY_ITR_USAGE
3947
+ - CLOUD_SIEM_USAGE
3946
3948
- CONTAINER_EXCL_AGENT_USAGE
3947
3949
- CONTAINER_USAGE
3948
3950
- CSPM_CONTAINERS_USAGE
@@ -7505,6 +7507,8 @@ components:
7505
7507
- browser_percentage
7506
7508
- ci_visibility_itr_usage
7507
7509
- ci_visibility_itr_percentage
7510
+ - cloud_siem_usage
7511
+ - cloud_siem_percentage
7508
7512
- container_excl_agent_usage
7509
7513
- container_excl_agent_percentage
7510
7514
- container_usage
@@ -7586,6 +7590,8 @@ components:
7586
7590
- BROWSER_PERCENTAGE
7587
7591
- CI_VISIBILITY_ITR_USAGE
7588
7592
- CI_VISIBILITY_ITR_PERCENTAGE
7593
+ - CLOUD_SIEM_USAGE
7594
+ - CLOUD_SIEM_PERCENTAGE
7589
7595
- CONTAINER_EXCL_AGENT_USAGE
7590
7596
- CONTAINER_EXCL_AGENT_PERCENTAGE
7591
7597
- CONTAINER_USAGE
@@ -7721,6 +7727,16 @@ components:
7721
7727
description: The Git committers for Intelligent Test Runner usage by tag(s).
7722
7728
format: double
7723
7729
type: number
7730
+ cloud_siem_percentage:
7731
+ description: The percentage of Cloud Security Information and Event Management
7732
+ usage by tag(s).
7733
+ format: double
7734
+ type: number
7735
+ cloud_siem_usage:
7736
+ description: The Cloud Security Information and Event Management usage by
7737
+ tag(s).
7738
+ format: double
7739
+ type: number
7724
7740
container_excl_agent_percentage:
7725
7741
description: The percentage of container usage without the Datadog Agent
7726
7742
by tag(s).
@@ -18022,6 +18038,11 @@ components:
18022
18038
for the given date and given organization.
18023
18039
format: int64
18024
18040
type: integer
18041
+ cloud_siem_events_sum:
18042
+ description: Shows the sum of all Cloud Security Information and Event Management
18043
+ events over all hours in the current date for the given org.
18044
+ format: int64
18045
+ type: integer
18025
18046
container_avg:
18026
18047
description: Shows the average of all distinct containers over all hours
18027
18048
in the current date for all organizations.
@@ -18543,6 +18564,11 @@ components:
18543
18564
for the given date and given org.
18544
18565
format: int64
18545
18566
type: integer
18567
+ cloud_siem_events_sum:
18568
+ description: Shows the sum of all Cloud Security Information and Event Management
18569
+ events over all hours in the current date for the given org.
18570
+ format: int64
18571
+ type: integer
18546
18572
container_avg:
18547
18573
description: Shows the average of all distinct containers over all hours
18548
18574
in the current date for the given org.
@@ -19071,6 +19097,11 @@ components:
19071
19097
all cloud providers.
19072
19098
format: int64
19073
19099
type: integer
19100
+ cloud_siem_events_agg_sum:
19101
+ description: Shows the sum of all Cloud Security Information and Event Management
19102
+ events over all hours in the current months for all organizations.
19103
+ format: int64
19104
+ type: integer
19074
19105
container_avg_sum:
19075
19106
description: Shows the average of all distinct containers over all hours
19076
19107
in the current months for all organizations.
0 commit comments