Class: DatadogAPIClient::V1::LogsPipelineProcessor
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::LogsPipelineProcessor
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/logs_pipeline_processor.rb
Overview
Nested Pipelines are pipelines within a pipeline. Use Nested Pipelines to split the processing into two steps. For example, first use a high-level filtering such as team and then a second level of filtering based on the integration, service, or any other tag or attribute.
A pipeline can contain Nested Pipelines and Processors whereas a Nested Pipeline can only contain Processors.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#filter ⇒ Object
Filter for logs.
-
#is_enabled ⇒ Object
Whether or not the processor is enabled.
-
#name ⇒ Object
Name of the processor.
-
#processors ⇒ Object
Ordered list of processors in this pipeline.
-
#type ⇒ Object
readonly
Type of logs pipeline processor.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/logs_pipeline_processor.rb', line 43 def additional_properties @additional_properties end |
#filter ⇒ Object
Filter for logs.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/logs_pipeline_processor.rb', line 29 def filter @filter end |
#is_enabled ⇒ Object
Whether or not the processor is enabled.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/logs_pipeline_processor.rb', line 32 def is_enabled @is_enabled end |
#name ⇒ Object
Name of the processor.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/logs_pipeline_processor.rb', line 35 def name @name end |
#processors ⇒ Object
Ordered list of processors in this pipeline.
38 39 40 |
# File 'lib/datadog_api_client/v1/models/logs_pipeline_processor.rb', line 38 def processors @processors end |
#type ⇒ Object
Type of logs pipeline processor.
41 42 43 |
# File 'lib/datadog_api_client/v1/models/logs_pipeline_processor.rb', line 41 def type @type end |