Sha256: de241ca2083b10227773934830a1a34c5eb151d70edd72e1495778a1ae335efd
Contents?: true
Size: 889 Bytes
Versions: 7
Compression:
Stored size: 889 Bytes
Contents
# DatadogAPIClient::V1::LogsGrokParser ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **grok** | [**LogsGrokParserRules**](LogsGrokParserRules.md) | | | | **is_enabled** | **Boolean** | Whether or not the processor is enabled. | [optional][default to false] | | **name** | **String** | Name of the processor. | [optional] | | **samples** | **Array<String>** | List of sample logs to test this grok parser. | [optional] | | **source** | **String** | Name of the log attribute to parse. | [default to 'message'] | | **type** | [**LogsGrokParserType**](LogsGrokParserType.md) | | [default to 'grok-parser'] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::LogsGrokParser.new( grok: null, is_enabled: null, name: null, samples: null, source: message, type: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems