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 11# Record Modifier
22
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.
54
65## Configuration parameters
76
@@ -10,10 +9,10 @@ The plugin supports the following configuration parameters:
109| Key | Description |
1110| :--- | :--- |
1211| ` 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 ` . |
1514| ` 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. |
1716
1817## Get started
1918
You can’t perform that action at this time.
0 commit comments