You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Whether filters (Security Filters or Index Query depending on the pricing model) are configured for logs
60837
+
description: Whether filters (Security Filters or Index Query depending on the pricing model) are present and correctly configured to route logs into Cloud SIEM.
description: Whether logs have been seen from any index
60845
+
description: >-
60846
+
Whether logs for this content pack have been seen in any Datadog index within the last 72 hours, regardless of whether the Cloud SIEM filter is configured.
60836
60847
example: true
60837
60848
type: boolean
60838
60849
state:
@@ -60897,7 +60908,7 @@ components:
60897
60908
- meta
60898
60909
type: object
60899
60910
SecurityMonitoringContentPackStatus:
60900
-
description: The current status of a content pack
60911
+
description: The current operational status of a content pack.
60901
60912
enum:
60902
60913
- install
60903
60914
- activate
@@ -60907,6 +60918,13 @@ components:
60907
60918
- broken
60908
60919
example: active
60909
60920
type: string
60921
+
x-enum-descriptions:
60922
+
- Not activated; no logs detected in the last 72 hours.
60923
+
- Not activated; logs are flowing into a Datadog index but not yet routed through Cloud SIEM.
60924
+
- Activated; awaiting first log ingestion.
60925
+
- Activated; logs received within the last 24 hours.
60926
+
- Activated; integration not installed or logs last seen 24 to 72 hours ago.
60927
+
- Activated; no logs for over 72 hours, filter missing, or Cloud SIEM index incorrectly ordered.
60910
60928
x-enum-varnames:
60911
60929
- INSTALL
60912
60930
- ACTIVATE
@@ -60915,7 +60933,7 @@ components:
60915
60933
- WARNING
60916
60934
- BROKEN
60917
60935
SecurityMonitoringContentPackTimestampBucket:
60918
-
description: Timestamp bucket indicating when logs were last collected
60936
+
description: When logs were last collected through the content pack's Cloud SIEM filter or index query.
Copy file name to clipboardExpand all lines: lib/datadog_api_client/v2/models/security_monitoring_content_pack_state_attributes.rb
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -24,22 +24,22 @@ class SecurityMonitoringContentPackStateAttributes
24
24
# Whether the cloud SIEM index configuration is incorrect (only applies to certain pricing models)
25
25
attr_reader:cloud_siem_index_incorrect
26
26
27
-
# The activation status of a content pack
27
+
# The activation lifecycle state of a content pack.
28
28
attr_reader:cp_activation
29
29
30
-
# Whether filters (Security Filters or Index Query depending on the pricing model) are configured for logs
30
+
# Whether filters (Security Filters or Index Query depending on the pricing model) are present and correctly configured to route logs into Cloud SIEM.
31
31
attr_reader:filters_configured_for_logs
32
32
33
-
# The installation status of the related integration
33
+
# The installation status of the related Datadog integration.
34
34
attr_accessor:integration_installed_status
35
35
36
-
# Timestamp bucket indicating when logs were last collected
36
+
# When logs were last collected through the content pack's Cloud SIEM filter or index query.
37
37
attr_reader:logs_last_collected
38
38
39
-
# Whether logs have been seen from any index
39
+
# Whether logs for this content pack have been seen in any Datadog index within the last 72 hours, regardless of whether the Cloud SIEM filter is configured.
40
40
attr_reader:logs_seen_from_any_index
41
41
42
-
# The current status of a content pack
42
+
# The current operational status of a content pack.
0 commit comments