Sha256: 0f84bf7bf2f757d28a7f42a198eb10595e1ee1d54ebee30f6edb068961013c51
Contents?: true
Size: 1.38 KB
Versions: 2
Compression:
Stored size: 1.38 KB
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/LogsPipelineProcessor.md |
datadog_api_client-1.5.0 | docs/v1/LogsPipelineProcessor.md |