Class: DatadogAPIClient::V1::LogsPipelineProcessor

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#filterObject

Filter for logs.



29
30
31
# File 'lib/datadog_api_client/v1/models/logs_pipeline_processor.rb', line 29

def filter
  @filter
end

#is_enabledObject

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

#nameObject

Name of the processor.



35
36
37
# File 'lib/datadog_api_client/v1/models/logs_pipeline_processor.rb', line 35

def name
  @name
end

#processorsObject

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

#typeObject

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