Skip to content

Commit a53aae3

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 7b6f4a5 of spec repo
1 parent af4cea8 commit a53aae3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45685,7 +45685,7 @@ components:
4568545685
$ref: "#/components/schemas/ObservabilityPipelineParseGrokProcessorRuleMatchRule"
4568645686
type: array
4568745687
source:
45688-
description: The name of the field in the log event to apply the Grok rules to.
45688+
description: The value of the source field in log events which should be processed by the Grok rules.
4568945689
example: "message"
4569045690
type: string
4569145691
support_rules:

lib/datadog_api_client/v2/models/observability_pipeline_parse_grok_processor_rule.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ObservabilityPipelineParseGrokProcessorRule
2626
# Each rule must contain a name and a valid Grok pattern.
2727
attr_reader :match_rules
2828

29-
# The name of the field in the log event to apply the Grok rules to.
29+
# The value of the source field in log events which should be processed by the Grok rules.
3030
attr_reader :source
3131

3232
# A list of Grok helper rules that can be referenced by the parsing rules.

0 commit comments

Comments
 (0)