Class: DatadogAPIClient::V2::SecurityMonitoringContentPackLogsDetails
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityMonitoringContentPackLogsDetails
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_monitoring_content_pack_logs_details.rb
Overview
Details for a logs-based content pack.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#cp_activation ⇒ Object
readonly
The activation status of a content pack.
-
#data_last_seen ⇒ Object
readonly
Timestamp bucket indicating when logs were last collected.
-
#filters_configured ⇒ Object
readonly
Whether filters (Security Filters or Index Query depending on the pricing model) are present and correctly configured to route logs into Cloud SIEM.
-
#integration_installed_status ⇒ Object
readonly
The installation status of the related integration.
-
#logs_seen_from_any_index ⇒ Object
readonly
Whether logs for this content pack have been seen in any Datadog index in the last 72 hours.
-
#siem_index_incorrect ⇒ Object
readonly
Whether the Cloud SIEM index configuration is incorrect (only applies to certain pricing models).
-
#type ⇒ Object
readonly
The filtered data type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_content_pack_logs_details.rb', line 46 def additional_properties @additional_properties end |
#cp_activation ⇒ Object
The activation status of a content pack.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_content_pack_logs_details.rb', line 25 def cp_activation @cp_activation end |
#data_last_seen ⇒ Object
Timestamp bucket indicating when logs were last collected.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_content_pack_logs_details.rb', line 28 def data_last_seen @data_last_seen end |
#filters_configured ⇒ Object
Whether filters (Security Filters or Index Query depending on the pricing model) are present and correctly configured to route logs into Cloud SIEM.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_content_pack_logs_details.rb', line 32 def filters_configured @filters_configured end |
#integration_installed_status ⇒ Object
The installation status of the related integration.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_content_pack_logs_details.rb', line 35 def integration_installed_status @integration_installed_status end |
#logs_seen_from_any_index ⇒ Object
Whether logs for this content pack have been seen in any Datadog index in the last 72 hours.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_content_pack_logs_details.rb', line 38 def logs_seen_from_any_index @logs_seen_from_any_index end |
#siem_index_incorrect ⇒ Object
Whether the Cloud SIEM index configuration is incorrect (only applies to certain pricing models).
41 42 43 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_content_pack_logs_details.rb', line 41 def siem_index_incorrect @siem_index_incorrect end |
#type ⇒ Object
The filtered data type.
44 45 46 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_content_pack_logs_details.rb', line 44 def type @type end |