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 @@ -14,7 +14,7 @@ export class ObservabilityPipelineParseGrokProcessorRule {
*/
"matchRules": Array<ObservabilityPipelineParseGrokProcessorRuleMatchRule>;
/**
* The name of the field in the log event to apply the Grok rules to.
* The value of the source field in log events to be processed by the Grok rules.
*/
"source": string;
/**
Expand Down
Loading