Sha256: 55429117ee482676800c058744af02ca3de60d65655b3b471c5ff9650a372da6

Contents?: true

Size: 937 Bytes

Versions: 7

Compression:

Stored size: 937 Bytes

Contents

# DatadogAPIClient::V1::LogsPipeline

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **filter** | [**LogsFilter**](LogsFilter.md) |  | [optional] |
| **id** | **String** | ID of the pipeline. | [optional][readonly] |
| **is_enabled** | **Boolean** | Whether or not the pipeline is enabled. | [optional] |
| **is_read_only** | **Boolean** | Whether or not the pipeline can be edited. | [optional][readonly] |
| **name** | **String** | Name of the pipeline. |  |
| **processors** | [**Array<LogsProcessor>**](LogsProcessor.md) | Ordered list of processors in this pipeline. | [optional] |
| **type** | **String** | Type of pipeline. | [optional][readonly] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::LogsPipeline.new(
  filter: null,
  id: null,
  is_enabled: null,
  is_read_only: null,
  name: ,
  processors: null,
  type: pipeline
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/LogsPipeline.md
datadog_api_client-1.3.0 docs/v1/LogsPipeline.md
datadog_api_client-1.2.0 docs/v1/LogsPipeline.md
datadog_api_client-1.1.0 docs/v1/LogsPipeline.md
datadog_api_client-1.0.0 docs/v1/LogsPipeline.md
datadog_api_client-1.0.0.beta.3 docs/v1/LogsPipeline.md
datadog_api_client-1.0.0.beta.2 docs/v1/LogsPipeline.md