Skip to content

Commit a159056

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
[observability_pipelines] Clarify Grok source description (#3890)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent e5236e4 commit a159056

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:

services/observability_pipelines/src/v2/models/ObservabilityPipelineParseGrokProcessorRule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class ObservabilityPipelineParseGrokProcessorRule {
1414
*/
1515
"matchRules": Array<ObservabilityPipelineParseGrokProcessorRuleMatchRule>;
1616
/**
17-
* The name of the field in the log event to apply the Grok rules to.
17+
* The value of the source field in log events to be processed by the Grok rules.
1818
*/
1919
"source": string;
2020
/**

0 commit comments

Comments
 (0)