From 704424694ff87b633f99822b6c44b5ba65d228c5 Mon Sep 17 00:00:00 2001 From: Lynette Miles Date: Thu, 29 May 2025 11:59:16 -0700 Subject: [PATCH 1/2] Pipeline: filters: record mod: style Signed-off-by: Lynette Miles --- pipeline/filters/record-modifier.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pipeline/filters/record-modifier.md b/pipeline/filters/record-modifier.md index dc64aea7c..25495e5c3 100644 --- a/pipeline/filters/record-modifier.md +++ b/pipeline/filters/record-modifier.md @@ -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) plugin lets you append fields to a record, or exclude specific fields. ## Configuration parameters @@ -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 From c482ffcadded0aea47d7d9349d8505e4a437d421 Mon Sep 17 00:00:00 2001 From: Lynette Miles <6818907+esmerel@users.noreply.github.com> Date: Fri, 30 May 2025 09:20:58 -0700 Subject: [PATCH 2/2] Update pipeline/filters/record-modifier.md Co-authored-by: Alexa Kreizinger Signed-off-by: Lynette Miles <6818907+esmerel@users.noreply.github.com> --- pipeline/filters/record-modifier.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/filters/record-modifier.md b/pipeline/filters/record-modifier.md index 25495e5c3..ea4cfc1b9 100644 --- a/pipeline/filters/record-modifier.md +++ b/pipeline/filters/record-modifier.md @@ -1,6 +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