From fad0b0bfa48af2e91421758c235222c292cbe351 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 09:28:12 -0500 Subject: [PATCH] fix table headings (#3943) (#3954) (cherry picked from commit 0235af562fcd3789eb8189cc6fb6709010a159ef) Signed-off-by: Heather Halter Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- _data-prepper/pipelines/configuration/processors/rename-keys.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data-prepper/pipelines/configuration/processors/rename-keys.md b/_data-prepper/pipelines/configuration/processors/rename-keys.md index 79a82cecdf..d2c892d745 100644 --- a/_data-prepper/pipelines/configuration/processors/rename-keys.md +++ b/_data-prepper/pipelines/configuration/processors/rename-keys.md @@ -14,7 +14,7 @@ The `rename_keys` processor renames keys in an event. You can configure the `rename_keys` processor with the following options. -Option | Required | Description | +| Option | Required | Description | | :--- | :--- | :--- | | `entries` | Yes | A list of event entries to rename. | | `from_key` | Yes | The key of the entry to be renamed. |