Skip to content

Pipeline: filters: record mod: style #1696

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions pipeline/filters/record-modifier.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Record Modifier

The _Record Modifier_ [filter](pipeline/filters.md) plugin lets you append
fields to a record, or exclude specific fields.
The _Record Modifier_ [filter](pipeline/filters.md) lets you append fields to a record, or exclude specific fields.

## Configuration parameters

Expand All @@ -10,10 +9,10 @@ The plugin supports the following configuration parameters:
| Key | Description |
| :--- | :--- |
| `Record` | Append fields. This parameter needs a key/value pair. |
| `Remove_key` | If the key is matched, that field is removed. You can this or `Allowlist_key`.|
| `Allowlist_key` | If the key isn't matched, that field is removed. You can this or `Remove_key`. |
| `Remove_key` | If the key is matched, that field is removed. You can use this or `Allowlist_key`.|
| `Allowlist_key` | If the key isn't matched, that field is removed. You can use this or `Remove_key`. |
| `Whitelist_key` | An alias of `Allowlist_key` for backwards compatibility. |
| `Uuid_key` | If set, the plugin appends Uuid to each record. The value assigned becomes the key in the map. |
| `Uuid_key` | If set, the plugin appends UUID to each record. The value assigned becomes the key in the map. |

## Get started

Expand Down