Skip to content

Commit 219d57b

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 7b6f4a5 of spec repo
1 parent 79d895f commit 219d57b

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
@@ -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:

src/main/java/com/datadog/api/client/v2/model/ObservabilityPipelineParseGrokProcessorRule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public ObservabilityPipelineParseGrokProcessorRule source(String source) {
9090
}
9191

9292
/**
93-
* The name of the field in the log event to apply the Grok rules to.
93+
* The value of the source field in log events which should be processed by the Grok rules.
9494
*
9595
* @return source
9696
*/

0 commit comments

Comments
 (0)