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.
:param filters_configured_for_logs: Whether filters (Security Filters or Index Query depending on the pricing model) are configured for logs
85
+
:param filters_configured_for_logs: Whether filters (Security Filters or Index Query depending on the pricing model) are present and correctly configured to route logs into Cloud SIEM.
86
86
:type filters_configured_for_logs: bool
87
87
88
-
:param integration_installed_status: The installation status of the related integration
88
+
:param integration_installed_status: The installation status of the related Datadog integration.
:param logs_seen_from_any_index: Whether logs have been seen from any index
94
+
:param logs_seen_from_any_index: 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.
95
95
:type logs_seen_from_any_index: bool
96
96
97
-
:param state: The current status of a content pack
97
+
:param state: The current operational status of a content pack.
0 commit comments