File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Record Modifier
2
2
3
- The _ Record Modifier_ [ filter] ( pipeline/filters.md ) plugin lets you append
4
- fields to a record, or exclude specific fields.
3
+ The _ Record Modifier_ [ filter] ( pipeline/filters.md ) lets you append fields to a record, or exclude specific fields.
5
4
6
5
## Configuration parameters
7
6
@@ -10,10 +9,10 @@ The plugin supports the following configuration parameters:
10
9
| Key | Description |
11
10
| :--- | :--- |
12
11
| ` Record ` | Append fields. This parameter needs a key/value pair. |
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 ` . |
12
+ | ` Remove_key ` | If the key is matched, that field is removed. You can use this or ` Allowlist_key ` .|
13
+ | ` Allowlist_key ` | If the key isn't matched, that field is removed. You can use this or ` Remove_key ` . |
15
14
| ` Whitelist_key ` | An alias of ` Allowlist_key ` for backwards compatibility. |
16
- | ` Uuid_key ` | If set, the plugin appends Uuid to each record. The value assigned becomes the key in the map. |
15
+ | ` Uuid_key ` | If set, the plugin appends UUID to each record. The value assigned becomes the key in the map. |
17
16
18
17
## Get started
19
18
You can’t perform that action at this time.
0 commit comments