File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/datadog-api-client-v2/models Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export class ObservabilityPipelineParseGrokProcessorRule {
1919 */
2020 "matchRules" : Array < ObservabilityPipelineParseGrokProcessorRuleMatchRule > ;
2121 /**
22- * The name of the field in the log event to apply the Grok rules to .
22+ * The value of the source field in log events to be processed by the Grok rules.
2323 */
2424 "source" : string ;
2525 /**
You can’t perform that action at this time.
0 commit comments