From 0235af562fcd3789eb8189cc6fb6709010a159ef Mon Sep 17 00:00:00 2001 From: Heather Halter Date: Wed, 3 May 2023 07:04:30 -0700 Subject: [PATCH] fix table headings (#3943) Signed-off-by: Heather Halter --- _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. |