File tree Expand file tree Collapse file tree
lib/datadog_api_client/v2/models Expand file tree Collapse file tree Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class ObservabilityPipelineParseGrokProcessorRule
2626 # Each rule must contain a name and a valid Grok pattern.
2727 attr_reader :match_rules
2828
29- # The name of the field in the log event to apply the Grok rules to .
29+ # The value of the source field in log events to be processed by the Grok rules.
3030 attr_reader :source
3131
3232 # A list of Grok helper rules that can be referenced by the parsing rules.
You can’t perform that action at this time.
0 commit comments