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 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
2120To start filtering records, run the filter from the command line or through a
2221configuration file.
You can’t perform that action at this time.
0 commit comments