Class: DatadogAPIClient::V2::ObservabilityPipelineOcsfMapperProcessor
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineOcsfMapperProcessor
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapper_processor.rb
Overview
The ocsf_mapper processor transforms logs into the OCSF schema using a predefined mapping configuration.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#display_name ⇒ Object
The display name for a component.
-
#enabled ⇒ Object
readonly
Whether this processor is enabled.
-
#id ⇒ Object
readonly
The unique identifier for this component.
-
#include ⇒ Object
readonly
A Datadog search query used to determine which logs this processor targets.
-
#mappings ⇒ Object
readonly
A list of mapping rules to convert events to the OCSF format.
-
#type ⇒ Object
readonly
The processor type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapper_processor.rb', line 42 def additional_properties @additional_properties end |
#display_name ⇒ Object
The display name for a component.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapper_processor.rb', line 25 def display_name @display_name end |
#enabled ⇒ Object
Whether this processor is enabled.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapper_processor.rb', line 28 def enabled @enabled end |
#id ⇒ Object
The unique identifier for this component. Used to reference this component in other parts of the pipeline.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapper_processor.rb', line 31 def id @id end |
#include ⇒ Object
A Datadog search query used to determine which logs this processor targets.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapper_processor.rb', line 34 def include @include end |
#mappings ⇒ Object
A list of mapping rules to convert events to the OCSF format.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapper_processor.rb', line 37 def mappings @mappings end |
#type ⇒ Object
The processor type. The value should always be ocsf_mapper.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapper_processor.rb', line 40 def type @type end |