Skip to content

Commit ee2e074

Browse files
committed
docs: minor corretions
Signed-off-by: Lynette Miles <[email protected]>
1 parent b64a39c commit ee2e074

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

pipeline/filters/record-modifier.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
# Record Modifier
22

3-
The _Record Modifier_ filter plugin lets you append fields to a record, or exclude
4-
specific fields.
3+
The _Record Modifier_ [filter](pipeline/filters.md) plugin lets you append
4+
fields to a record, or exclude specific fields.
55

6-
## Configuration Parameters
6+
## Configuration parameters
77

8-
The plugin supports the following configuration parameters. `Remove_key` and
9-
`Allowlist_key` are exclusive.
8+
The plugin supports the following configuration parameters:
109

1110
| Key | Description |
1211
| :--- | :--- |
1312
| `Record` | Append fields. This parameter needs a key/value pair. |
14-
| `Remove_key` | If the key is matched, that field is removed. |
15-
| `Allowlist_key` | If the key isn't matched, that field is removed. |
13+
| `Remove_key` | If the key is matched, that field is removed. You can this or `Allowlist_key`.|
14+
| `Allowlist_key` | If the key isn't matched, that field is removed. You can this or `Remove_key`. |
1615
| `Whitelist_key` | An alias of `Allowlist_key` for backwards compatibility. |
17-
| `Uuid_key` | If set, the plugin appends Uuid to each record. The value assigned becomes the key in the map.|
16+
| `Uuid_key` | If set, the plugin appends Uuid to each record. The value assigned becomes the key in the map. |
1817

19-
## Getting Started
18+
## Get started
2019

2120
To start filtering records, run the filter from the command line or through a
2221
configuration file.

0 commit comments

Comments
 (0)