Skip to content

feat(split-event): Add split_when conditional parameter - #7014

Merged
graytaylor0 merged 1 commit into
opensearch-project:mainfrom
graytaylor0:split-when-condition
Jul 20, 2026
Merged

feat(split-event): Add split_when conditional parameter#7014
graytaylor0 merged 1 commit into
opensearch-project:mainfrom
graytaylor0:split-when-condition

Conversation

@graytaylor0

@graytaylor0 graytaylor0 commented Jul 20, 2026

Copy link
Copy Markdown
Member

Add split_when parameter to the split_event processor, consistent with the conditional expression pattern used by other processors (e.g., delete_when, add_when, parse_when). When split_when evaluates to false, the event passes through unchanged.

Closes #6992

Issues Resolved

Resolves #[Issue number to be closed when this PR is merged]

Check List

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Add split_when parameter to the split_event processor, consistent with
the conditional expression pattern used by other processors (e.g.,
delete_when, add_when, parse_when). When split_when evaluates to false,
the event passes through unchanged.

Closes opensearch-project#6992

Signed-off-by: Taylor Gray <tylgry@amazon.com>
@graytaylor0
graytaylor0 force-pushed the split-when-condition branch from c4f6529 to 5d4b599 Compare July 20, 2026 16:55
@graytaylor0
graytaylor0 merged commit 2c012df into opensearch-project:main Jul 20, 2026
70 of 72 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add split_when conditional parameter to split_event processor

3 participants