Class: DatadogAPIClient::V2::ObservabilityPipelineCustomProcessorRemap
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineCustomProcessorRemap
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_custom_processor_remap.rb
Overview
Defines a single VRL remap rule with its own filtering and transformation logic.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#drop_on_error ⇒ Object
readonly
Whether to drop events that caused errors during processing.
-
#enabled ⇒ Object
readonly
Whether this remap rule is enabled.
-
#include ⇒ Object
readonly
A Datadog search query used to filter events for this specific remap rule.
-
#name ⇒ Object
readonly
A descriptive name for this remap rule.
-
#source ⇒ Object
readonly
The VRL script source code that defines the processing logic.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_custom_processor_remap.rb', line 39 def additional_properties @additional_properties end |
#drop_on_error ⇒ Object
Whether to drop events that caused errors during processing.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_custom_processor_remap.rb', line 25 def drop_on_error @drop_on_error end |
#enabled ⇒ Object
Whether this remap rule is enabled.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_custom_processor_remap.rb', line 28 def enabled @enabled end |
#include ⇒ Object
A Datadog search query used to filter events for this specific remap rule.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_custom_processor_remap.rb', line 31 def include @include end |
#name ⇒ Object
A descriptive name for this remap rule.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_custom_processor_remap.rb', line 34 def name @name end |
#source ⇒ Object
The VRL script source code that defines the processing logic.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_custom_processor_remap.rb', line 37 def source @source end |