From 786ca30682230eeae4f8e79efcd9ecb4a6567915 Mon Sep 17 00:00:00 2001 From: lecaros Date: Fri, 18 Mar 2022 10:39:50 -0300 Subject: [PATCH] pipeline: filters: nightfall: add note on missing build flag in 1.9.0 Signed-off-by: lecaros --- pipeline/filters/nightfall.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pipeline/filters/nightfall.md b/pipeline/filters/nightfall.md index ed54f4f05..cf928784e 100644 --- a/pipeline/filters/nightfall.md +++ b/pipeline/filters/nightfall.md @@ -4,6 +4,7 @@ The Nightfall filter scans logs for sensitive data and redacts the sensitive por various sensitive information, ranging from API keys and personally identifiable information(PII) to custom regexes you define. You can configure what to scan for in the [Nightfall Dashboard](https://app.nightfall.ai). +> This filter is not enabled by default in 1.9.0 due to a typo. It must be enabled by setting flag ```-DFLB_FILTER_NIGHTFALL=ON``` when building. In 1.9.1 and above this is fixed. ## Configuration Parameters The plugin supports the following configuration parameters: