Sha256: 50462c4c9705756a4aee3c2ea448298cc2ca486ef556699d6083b32c8b58721d
Contents?: true
Size: 1.48 KB
Versions: 2
Compression:
Stored size: 1.48 KB
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/LogsGrokParser.md |
datadog_api_client-1.5.0 | docs/v1/LogsGrokParser.md |