-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Introduce scoping for pipeline rules and mark internally generated rules as immutable. #21577
base: master
Are you sure you want to change the base?
Conversation
Frontend can distinguish internal rules returned from e.g.
|
/nocl part of ISW
/prd Graylog2/graylog-plugin-enterprise#9749
Resolves #Graylog2/graylog-plugin-enterprise/issues/9590
Introduce scoping for pipeline rules and mark internally generated routing rules as immutable. Also ensure that they cannot be added to other pipelines.
Note that these system rules are deleteable, in spite of being immutable. Until now, scoped entities needed to be mutable to be deleteable.
Motivation and Context
See linked issue
How Has This Been Tested?
Ad hoc testing and unit tests.