Sha256: f66b7276a6398240fe19a3d8f453238ff40485dc7542a38ab3cdf168a947ce8f
Contents?: true
Size: 841 Bytes
Versions: 2
Compression:
Stored size: 841 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/LogsGrokParserRules.md |
datadog_api_client-1.5.0 | docs/v1/LogsGrokParserRules.md |