Skip to main content
Version: 0.14

Filter

The filter configuration allows you to configure global filters which are used for all processed events. The filters can be disabled or enabled using dedicated commands. See the Usage document for more details.

You can develop your own filter according to the Filter Development Guide.

Syntax​

# Filter settings for various sources.
# Currently, all filters are globally enabled or disabled.
# You can enable or disable filters with `@Botkube filters` commands.
filters:
kubernetes:
# If true, enables support for `botkube.io/disable` and `botkube.io/channel` resource annotations.
objectAnnotationChecker: true
# If true, filters out Node-related events that are not important.
nodeEventsChecker: true

The default configuration for Helm chart can be found in the values.yaml file.