Skip to content

Commit

Permalink
use latest change
Browse files Browse the repository at this point in the history
Signed-off-by: gaobinlong <[email protected]>
  • Loading branch information
gaobinlong committed Dec 13, 2023
1 parent a497f13 commit 69f83b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _ingest-pipelines/processors/remove.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The following table lists the required and optional parameters for the `remove`

| Parameter | Required/Optional | Description |
|---|---|---|
`field` | Required | The name of the field to which the data should be appended. Supports [template snippets]({{site.url}}{{site.baseurl}}/ingest-pipelines/create-ingest/#template-snippets). Note that these metadata fields `_index`, `_version` and `_version_type` are not allowed to remove, and `_id` is also not allowed to remove when there's a specified external version for the ingesting document. |
`field` | Required | The name of the field containing the data to be appended. Supports [template snippets]({{site.url}}{{site.baseurl}}/ingest-pipelines/create-ingest/#template-snippets). Note that these metadata fields `_index`, `_version` and `_version_type` are not allowed to remove, and `_id` is also not allowed to remove when there's a specified external version for the ingesting document. |
`description` | Optional | A brief description of the processor. |
`if` | Optional | A condition for running the processor. |
`ignore_failure` | Optional | Specifies whether the processor continues execution even if it encounters errors. If set to `true`, failures are ignored. Default is `false`. |
Expand Down

0 comments on commit 69f83b3

Please sign in to comment.