fix table headings (#3943)

Signed-off-by: Heather Halter <hdhalter@amazon.com>
This commit is contained in:
Heather Halter 2023-05-03 07:04:30 -07:00 committed by GitHub
parent f8a23631aa
commit 0235af562f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ The `rename_keys` processor renames keys in an event.
You can configure the `rename_keys` processor with the following options. 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. | | `entries` | Yes | A list of event entries to rename. |
| `from_key` | Yes | The key of the entry to be renamed. | | `from_key` | Yes | The key of the entry to be renamed. |