Skip to content
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

[DOC] Add kv processor content gap doc #5781

Merged
merged 17 commits into from
Dec 12, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Copy edits
Signed-off-by: Melissa Vagi <vagimeli@amazon.com>
  • Loading branch information
vagimeli committed Dec 11, 2023
commit 3639d820bff36e5905d5f4bd53a5adcd29f2204f
4 changes: 2 additions & 2 deletions _ingest-pipelines/processors/kv.md
Original file line number Diff line number Diff line change
@@ -27,9 +27,9 @@ The following is the syntax for the `kv` processor:

## Configuration parameters

The following table lists the required and optional parameters for the `lowercase` processor.
The following table lists the required and optional parameters for the `kv` processor.

| Name | Required/Optional | Description |
| Parameter | Required/Optional | Description |
|---|---|---|
`field` | Required | The name of the field that contains the data to be parsed. Supports [template snippets]({{site.url}}{{site.baseurl}}/ingest-pipelines/create-ingest/#template-snippets). |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`field` | Required | The name of the field that contains the data to be parsed. Supports [template snippets]({{site.url}}{{site.baseurl}}/ingest-pipelines/create-ingest/#template-snippets). |
`field` | Required | The name of the field containing the data to be parsed. Supports [template snippets]({{site.url}}{{site.baseurl}}/ingest-pipelines/create-ingest/#template-snippets). |

`field_split` | Required | The regex pattern for key-value pair splitting. |