Skip to content

Commit

Permalink
Delete snippets from 2.11 documentation (#6492) (#6516)
Browse files Browse the repository at this point in the history
(cherry picked from commit 424c7dd)

Signed-off-by: Melissa Vagi <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 0e7ee3e commit b68f15d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _ingest-pipelines/processors/kv.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The following is the syntax for the `kv` processor:
The following table lists the required and optional parameters for the `kv` processor.

| Parameter | Required/Optional | Description |
`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` | Required | The name of the field containing the data to be parsed. |
`field_split` | Required | The regex pattern for key-value pair splitting. |
`value_split` | Required | The regex pattern for splitting the key from the value within a key-value pair, for example, equal sign `=` or colon `:`.
`exclude_keys` | Optional | The keys to exclude from the document. Default is `null`. |
Expand All @@ -46,7 +46,7 @@ The following table lists the required and optional parameters for the `kv` proc
`on_failure` | Optional | A list of processors to run if the processor fails. |
`ignore_missing` | Optional | Specifies whether the processor should ignore documents that do not contain the specified field. Default is `false`. |
`tag` | Optional | An identifier tag for the processor. Useful for debugging in order to distinguish between processors of the same type. |
`target_field` | Optional | The name of the field in which to insert the extracted keys. Default is `null`. Supports [template snippets]({{site.url}}{{site.baseurl}}/ingest-pipelines/create-ingest/#template-snippets). |
`target_field` | Optional | The name of the field in which to insert the extracted keys. Default is `null`. |

## Using the processor

Expand Down

0 comments on commit b68f15d

Please sign in to comment.