Skip to content

Commit 5c50069

Browse files
esmerelcnorris-cs
andauthored
Apply suggestions from code review
Co-authored-by: Craig Norris <[email protected]> Signed-off-by: Lynette Miles <[email protected]>
1 parent d06f490 commit 5c50069

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

pipeline/filters/nightfall.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Nightfall
22

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).
68

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.
812

913
## Configuration parameters
1014

@@ -21,7 +25,7 @@ The plugin supports the following configuration parameters:
2125

2226
### Configuration file
2327

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:
2529

2630
```text
2731
[INPUT]
@@ -43,7 +47,8 @@ The following is an example of a configuration file for the Nightfall filter.
4347

4448
### Command line
4549

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
51+
command like:
4752

4853
```shell
4954
bin/fluent-bit -c /PATH_TO_CONF_FILE/fluent-bit.conf

0 commit comments

Comments
 (0)