File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Record Modifier
2
2
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.
5
5
6
- ## Configuration Parameters
6
+ ## Configuration parameters
7
7
8
- The plugin supports the following configuration parameters. ` Remove_key ` and
9
- ` Allowlist_key ` are exclusive.
8
+ The plugin supports the following configuration parameters:
10
9
11
10
| Key | Description |
12
11
| :--- | :--- |
13
12
| ` 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 ` . |
16
15
| ` 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. |
18
17
19
- ## Getting Started
18
+ ## Get started
20
19
21
20
To start filtering records, run the filter from the command line or through a
22
21
configuration file.
You can’t perform that action at this time.
0 commit comments