-
Notifications
You must be signed in to change notification settings - Fork 507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarifies that Data Prepper select_entries processor does not remove events #6917
Clarifies that Data Prepper select_entries processor does not remove events #6917
Conversation
…ntation that events are not dropped. Signed-off-by: David Venable <[email protected]>
Can you clarify what you mean by, "... the events will not be removed from the pipeline"? |
As in, are we referring to the Data Prepper pipeline itself, or the database where the event originates? |
@Naarcha-AWS , I mean to say that they will not be removed from the Data Prepper pipeline. That is to say, this will not drop events similar to the |
_data-prepper/pipelines/configuration/processors/select-entries.md
Outdated
Show resolved
Hide resolved
_data-prepper/pipelines/configuration/processors/select-entries.md
Outdated
Show resolved
Hide resolved
_data-prepper/pipelines/configuration/processors/select-entries.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Naarcha-AWS <[email protected]>
_data-prepper/pipelines/configuration/processors/select-entries.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Naarcha-AWS <[email protected]>
…events (#6917) * Adds some clarity to the Data Prepper select_entries processor documentation that events are not dropped. Signed-off-by: David Venable <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: David Venable <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> (cherry picked from commit 8b71973) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
We recently had some customers expect that
select_entries
would also select events that match. This is not the case.This PR attempts to clarify the behavior so that customers better understand what happens when
select_when
is false.Issues Resolved
N/A
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.