You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/filters/nightfall.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ The Nightfall filter scans logs for sensitive data and redacts the sensitive por
4
4
various sensitive information, ranging from API keys and personally identifiable information(PII) to custom regexes you
5
5
define. You can configure what to scan for in the [Nightfall Dashboard](https://app.nightfall.ai).
6
6
7
+
> 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.
7
8
## Configuration Parameters
8
9
9
10
The plugin supports the following configuration parameters:
0 commit comments