Sha256: 8ab1f59a248ff4c8d7bf8506dbf41d88abe7daf7588424c01d36c8cd3f58d91c
Contents?: true
Size: 599 Bytes
Versions: 7
Compression:
Stored size: 599 Bytes
Contents
# DatadogAPIClient::V1::LogsGrokParserRules ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **match_rules** | **String** | List of match rules for the grok parser, separated by a new line. | | | **support_rules** | **String** | List of support rules for the grok parser, separated by a new line. | [optional][default to ''] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::LogsGrokParserRules.new( match_rules: rule_name_1 foo rule_name_2 bar , support_rules: rule_name_1 foo rule_name_2 bar ) ```
Version data entries
7 entries across 7 versions & 1 rubygems