From 6d5abba2e51b117bcea1e84945caae0890df8081 Mon Sep 17 00:00:00 2001 From: Mark Lewis <56076038+ml4@users.noreply.github.com> Date: Wed, 20 Jul 2022 20:33:49 +0100 Subject: [PATCH] Update common.mdx (#2099) typo --- website/content/docs/configuration/events/common.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/configuration/events/common.mdx b/website/content/docs/configuration/events/common.mdx index c62dbb0b57..2b50edad65 100644 --- a/website/content/docs/configuration/events/common.mdx +++ b/website/content/docs/configuration/events/common.mdx @@ -20,7 +20,7 @@ These parameters are shared across all sink types: not specified a default source will be composed of the https://hashicorp.com/boundary.io/ServerName/Path/FileName. -- `allow_filters` - Specifies a set predicates for including an event in the +- `allow_filters` - Specifies a set of predicates for including an event in the sink. If any filter matches, the event will be included. For more information, on using filters see: [event filtering](/docs/concepts/filtering/events)