We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Move the event filters out of the existing yaml file and into centralized database. Support granular filtering at provider level.
event_filters
event_catcher_filters
The text was updated successfully, but these errors were encountered:
Add class BlacklistedEvent.
fa6c283
Fix ManageIQ#3273
Move filtered_events section from event_handling.tmp.yml into a class…
6a2affe
… method per provider. Fix ManageIQ#3273
Remove existing filter logic from ems_event.rb.
de53bf3
Add migration to move existing user added filtered_events in Configur…
de7aa4e
…ation into BlacklistedEvents. Only user added events will be migrated. The system events will be added during seeding. Fix ManageIQ#3273.
c32d39d
lfu
No branches or pull requests
Event Filtering
Goals
Move the event filters out of the existing yaml file and into centralized database. Support granular filtering at provider level.
Phase 1
Phase 2
Initial thoughts on Phase 1 changes
event_filters
event_catcher_filters
to provider model that returns all provider model and provider instance filter events.event_catcher_filters
instead of reading yaml fileThe text was updated successfully, but these errors were encountered: