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
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,14 @@
1
1
# Nightfall
2
2
3
-
The _Nightfall_ filter scans logs for sensitive data and redacts the sensitive portions. This filter supports scanning for
4
-
various sensitive information, ranging from API keys and Personally Identifiable Information (PII) to custom regular expressions you
5
-
define. You can configure what to scan for in the [Nightfall Dashboard](https://app.nightfall.ai).
3
+
The _Nightfall_ filter scans logs for sensitive data and redacts any sensitive
4
+
portions. This filter supports scanning for various sensitive information, ranging
5
+
from API keys and Personally Identifiable Information (PII) to custom regular
6
+
expressions you define. You can configure what to scan for in the
7
+
[Nightfall Dashboard](https://app.nightfall.ai).
6
8
7
-
This filter isn't enabled by default in 1.9.0 due to a typo. To enable it, set the flag ```-DFLB_FILTER_NIGHTFALL=ON``` when building. In 1.9.1 and above this is fixed.
9
+
This filter isn't enabled by default in version 1.9.0 due to a typo. To enable it,
10
+
set the flag ```-DFLB_FILTER_NIGHTFALL=ON``` when building. This is fixed for
11
+
versions 1.9.1 and later.
8
12
9
13
## Configuration parameters
10
14
@@ -21,7 +25,7 @@ The plugin supports the following configuration parameters:
21
25
22
26
### Configuration file
23
27
24
-
The following is an example of a configuration file for the Nightfall filter.
28
+
The following is an example of a configuration file for the Nightfall filter:
25
29
26
30
```text
27
31
[INPUT]
@@ -43,7 +47,8 @@ The following is an example of a configuration file for the Nightfall filter.
43
47
44
48
### Command line
45
49
46
-
Once configured, you can use the filter from the command line by running a command like:
50
+
After you configure the filter, you can use the it from the command line by running a
0 commit comments