-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Open
Labels
Feature:StreamsThis is the label for the Streams ProjectThis is the label for the Streams ProjectTeam:obs-ux-logsObservability Logs User Experience TeamObservability Logs User Experience TeambugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experienceneeds design
Description
Today we don't validate or at least don't enforce the correctness of a processor. This can lead to issues when saving them.
In the latest version, the UI is showing that the processor could not be simulated, but we let the user save it regardless.

The same is also true for some other processors, such as GROK
An incorrect pattern like:
%{ASDFASDFASF:foo}
Would throw:
Failed to change state: Failed to execute Elasticsearch actions: parse_exception Root causes: parse_exception: [patterns] Invalid regex pattern found in: [%{ASDFASDFASF:foo}]. Unable to find pattern [ASDFASDFASF] in Grok's pattern dictionary. The cluster state may be inconsistent. If you experience issues, please use the resync API to restore a consistent state.
CleanShot.2025-07-24.at.10.14.25.mp4
Metadata
Metadata
Assignees
Labels
Feature:StreamsThis is the label for the Streams ProjectThis is the label for the Streams ProjectTeam:obs-ux-logsObservability Logs User Experience TeamObservability Logs User Experience TeambugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experienceneeds design