Sha256: 3fa47bdc1f0b1890bc758db309f1486f54c1f0a761b53a1286e3f6725f8b66eb
Contents?: true
Size: 967 Bytes
Versions: 6
Compression:
Stored size: 967 Bytes
Contents
# DatadogAPIClient::V1::LogsCategoryProcessor ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **categories** | [**Array<LogsCategoryProcessorCategory>**](LogsCategoryProcessorCategory.md) | Array of filters to match or not a log and their corresponding `name`to assign a custom value to the log. | | | **is_enabled** | **Boolean** | Whether or not the processor is enabled. | [optional][default to false] | | **name** | **String** | Name of the processor. | [optional] | | **target** | **String** | Name of the target attribute which value is defined by the matching category. | | | **type** | [**LogsCategoryProcessorType**](LogsCategoryProcessorType.md) | | [default to 'category-processor'] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::LogsCategoryProcessor.new( categories: [], is_enabled: null, name: null, target: , type: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems