Class: DatadogAPIClient::V2::ObservabilityPipelineOcsfMapperProcessorMapping
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineOcsfMapperProcessorMapping
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapper_processor_mapping.rb
Overview
Defines how specific events are transformed to OCSF using a mapping configuration.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#include ⇒ Object
readonly
A Datadog search query used to select the logs that this mapping should apply to.
-
#mapping ⇒ Object
readonly
Defines a single mapping rule for transforming logs into the OCSF schema.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapper_processor_mapping.rb', line 30 def additional_properties @additional_properties end |
#include ⇒ Object
A Datadog search query used to select the logs that this mapping should apply to.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapper_processor_mapping.rb', line 25 def include @include end |
#mapping ⇒ Object
Defines a single mapping rule for transforming logs into the OCSF schema.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapper_processor_mapping.rb', line 28 def mapping @mapping end |