Skip to content

Commit 66c2ce3

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 4144181 of spec repo
1 parent 0733181 commit 66c2ce3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46179,7 +46179,7 @@ components:
4617946179
$ref: "#/components/schemas/ObservabilityPipelineParseGrokProcessorRuleMatchRule"
4618046180
type: array
4618146181
source:
46182-
description: The name of the field in the log event to apply the Grok rules to.
46182+
description: The value of the source field in log events to be processed by the Grok rules.
4618346183
example: "message"
4618446184
type: string
4618546185
support_rules:

src/datadog_api_client/v2/model/observability_pipeline_parse_grok_processor_rule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def __init__(
5959
Each rule must contain a name and a valid Grok pattern.
6060
:type match_rules: [ObservabilityPipelineParseGrokProcessorRuleMatchRule]
6161
62-
:param source: The name of the field in the log event to apply the Grok rules to.
62+
:param source: The value of the source field in log events to be processed by the Grok rules.
6363
:type source: str
6464
6565
:param support_rules: A list of Grok helper rules that can be referenced by the parsing rules.

0 commit comments

Comments
 (0)