Skip to content

Commit 2daea99

Browse files
Pipeline: filters: record mod: style (#1696)
* Pipeline: filters: record mod: style Signed-off-by: Lynette Miles <[email protected]> * Update pipeline/filters/record-modifier.md Co-authored-by: Alexa Kreizinger <[email protected]> Signed-off-by: Lynette Miles <[email protected]> --------- Signed-off-by: Lynette Miles <[email protected]> Signed-off-by: Lynette Miles <[email protected]> Co-authored-by: Alexa Kreizinger <[email protected]>
1 parent 5fe289f commit 2daea99

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pipeline/filters/record-modifier.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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

0 commit comments

Comments
 (0)