Sha256: b91249a09b91363d256af83c560a84705ead4986f000b3775b6cffb45cb3022c

Contents?: true

Size: 1.58 KB

Versions: 7

Compression:

Stored size: 1.58 KB

Contents

# DatadogAPIClient::V1::LogsAttributeRemapper

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **is_enabled** | **Boolean** | Whether or not the processor is enabled. | [optional][default to false] |
| **name** | **String** | Name of the processor. | [optional] |
| **override_on_conflict** | **Boolean** | Override or not the target element if already set, | [optional][default to false] |
| **preserve_source** | **Boolean** | Remove or preserve the remapped source element. | [optional][default to false] |
| **source_type** | **String** | Defines if the sources are from log `attribute` or `tag`. | [optional][default to 'attribute'] |
| **sources** | **Array<String>** | Array of source attributes. |  |
| **target** | **String** | Final attribute or tag name to remap the sources to. |  |
| **target_format** | [**TargetFormatType**](TargetFormatType.md) |  | [optional] |
| **target_type** | **String** | Defines if the final attribute or tag name is from log `attribute` or `tag`. | [optional][default to 'attribute'] |
| **type** | [**LogsAttributeRemapperType**](LogsAttributeRemapperType.md) |  | [default to 'attribute-remapper'] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::LogsAttributeRemapper.new(
  is_enabled: null,
  name: null,
  override_on_conflict: null,
  preserve_source: null,
  source_type: null,
  sources: ["web","gateway"],
  target: operation_id,
  target_format: null,
  target_type: null,
  type: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

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