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
Changes to sensu_filter are ignored:
sensu_filter
sensu_filter { 'is_prod': action => 'allow', expressions => ["event.entity.labels['environment'] == 'prod'"], }
Changes to action or expressions are ignored.
action
expressions
sensu_handler is a bit different, adding a filter will be applied, but removing will not be applied
sensu_handler
Sensu 6.10 Ubuntu 20.04 Puppet module 5.11.1 (latest)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Changes to
sensu_filter
are ignored:Changes to
action
orexpressions
are ignored.sensu_handler
is a bit different, adding a filter will be applied, but removing will not be appliedSensu 6.10
Ubuntu 20.04
Puppet module 5.11.1 (latest)
The text was updated successfully, but these errors were encountered: