Skip to content
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

Processor to filter out (remove/drop) entire events #598

Closed
dlvenable opened this issue Nov 15, 2021 · 2 comments
Closed

Processor to filter out (remove/drop) entire events #598

dlvenable opened this issue Nov 15, 2021 · 2 comments
Assignees
Labels
plugin - processor A plugin to manipulate data in the data prepper pipeline.
Milestone

Comments

@dlvenable
Copy link
Member

Data Prepper should provide a processor which removes entire events. This processor need not take any special input, but does require conditional support from #522. (Otherwise every event would be dropped).

Outstanding Questions

What name should this processor have?

@dlvenable dlvenable added this to the v1.3 milestone Nov 15, 2021
@graytaylor0
Copy link
Member

drop seems fine but drop_events might be a little better.

@dlvenable
Copy link
Member Author

I agree on drop_events. It is much clearer on what it does, since it could be unclear as to whether it drops events or specific fields.

@dlvenable dlvenable added proposal Proposed major changes to Data Prepper plugin - processor A plugin to manipulate data in the data prepper pipeline. labels Dec 8, 2021
@dapowers87 dapowers87 mentioned this issue Jan 3, 2022
4 tasks
@cmanning09 cmanning09 removed the proposal Proposed major changes to Data Prepper label Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin - processor A plugin to manipulate data in the data prepper pipeline.
Projects
Archived in project
Development

No branches or pull requests

4 participants