Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46179,7 +46179,7 @@ components:
$ref: "#/components/schemas/ObservabilityPipelineParseGrokProcessorRuleMatchRule"
type: array
source:
description: The name of the field in the log event to apply the Grok rules to.
description: The value of the source field in log events to be processed by the Grok rules.
example: "message"
type: string
support_rules:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def __init__(
Each rule must contain a name and a valid Grok pattern.
:type match_rules: [ObservabilityPipelineParseGrokProcessorRuleMatchRule]

:param source: The name of the field in the log event to apply the Grok rules to.
:param source: The value of the source field in log events to be processed by the Grok rules.
:type source: str

:param support_rules: A list of Grok helper rules that can be referenced by the parsing rules.
Expand Down
Loading