diff --git a/crowdsec-docs/docs/appsec/hooks.md b/crowdsec-docs/docs/appsec/hooks.md index 3385bd2e..c338bf35 100644 --- a/crowdsec-docs/docs/appsec/hooks.md +++ b/crowdsec-docs/docs/appsec/hooks.md @@ -27,7 +27,7 @@ Hooks have the following format: ```yaml on_match: - - filter: 1 == 1 + - filter: IsInBand && 1 == 1 apply: - valid expression - valid expression