Sha256: 4832e82518f889a6171eea1858802d57c21f68930de5d2ba21c365f86ce37c9e
Contents?: true
Size: 824 Bytes
Versions: 7
Compression:
Stored size: 824 Bytes
Contents
# DatadogAPIClient::V1::LogsPipelineProcessor ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **filter** | [**LogsFilter**](LogsFilter.md) | | [optional] | | **is_enabled** | **Boolean** | Whether or not the processor is enabled. | [optional][default to false] | | **name** | **String** | Name of the processor. | [optional] | | **processors** | [**Array<LogsProcessor>**](LogsProcessor.md) | Ordered list of processors in this pipeline. | [optional] | | **type** | [**LogsPipelineProcessorType**](LogsPipelineProcessorType.md) | | [default to 'pipeline'] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::LogsPipelineProcessor.new( filter: null, is_enabled: null, name: null, processors: null, type: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems