Sha256: ff34d87ee6d6015336019e23d41eb4a84f9d7eaef07ff4155321562759344fb9

Contents?: true

Size: 1.07 KB

Versions: 7

Compression:

Stored size: 1.07 KB

Contents

# DatadogAPIClient::V1::LogsArithmeticProcessor

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **expression** | **String** | Arithmetic operation between one or more log attributes. |  |
| **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 expression by `0`, `false` skip the operation if an attribute is missing. | [optional][default to false] |
| **name** | **String** | Name of the processor. | [optional] |
| **target** | **String** | Name of the attribute that contains the result of the arithmetic operation. |  |
| **type** | [**LogsArithmeticProcessorType**](LogsArithmeticProcessorType.md) |  | [default to 'arithmetic-processor'] |

## Example

```ruby
require 'datadog_api_client/v1'

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

Version data entries

7 entries across 7 versions & 1 rubygems

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