Skip to content

Commit c9fecb9

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 29fa400 of spec repo (#3958)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent d9066f3 commit c9fecb9

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
@@ -46626,7 +46626,7 @@ components:
4662646626
$ref: "#/components/schemas/ObservabilityPipelineParseGrokProcessorRuleMatchRule"
4662746627
type: array
4662846628
source:
46629-
description: The name of the field in the log event to apply the Grok rules to.
46629+
description: The value of the source field in log events to be processed by the Grok rules.
4663046630
example: "message"
4663146631
type: string
4663246632
support_rules:

api/datadogV2/model_observability_pipeline_parse_grok_processor_rule.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type ObservabilityPipelineParseGrokProcessorRule struct {
1616
// A list of Grok parsing rules that define how to extract fields from the source field.
1717
// Each rule must contain a name and a valid Grok pattern.
1818
MatchRules []ObservabilityPipelineParseGrokProcessorRuleMatchRule `json:"match_rules"`
19-
// The name of the field in the log event to apply the Grok rules to.
19+
// The value of the source field in log events to be processed by the Grok rules.
2020
Source string `json:"source"`
2121
// A list of Grok helper rules that can be referenced by the parsing rules.
2222
SupportRules []ObservabilityPipelineParseGrokProcessorRuleSupportRule `json:"support_rules,omitempty"`

0 commit comments

Comments
 (0)