Sha256: d388d505d758d39ae9c2dfedaba268b15acc05cc399a9d341b58dd2c89d0cfee

Contents?: true

Size: 1.08 KB

Versions: 7

Compression:

Stored size: 1.08 KB

Contents

# DatadogAPIClient::V1::LogsStringBuilderProcessor

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **is_enabled** | **Boolean** | Whether or not the processor is enabled. | [optional][default to false] |
| **is_replace_missing** | **Boolean** | If true, it replaces all missing attributes of `template` by an empty string. If `false` (default), skips the operation for missing attributes. | [optional][default to false] |
| **name** | **String** | Name of the processor. | [optional] |
| **target** | **String** | The name of the attribute that contains the result of the template. |  |
| **template** | **String** | A formula with one or more attributes and raw text. |  |
| **type** | [**LogsStringBuilderProcessorType**](LogsStringBuilderProcessorType.md) |  | [default to 'string-builder-processor'] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::LogsStringBuilderProcessor.new(
  is_enabled: null,
  is_replace_missing: null,
  name: null,
  target: ,
  template: ,
  type: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

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