From 69f83b3a0d8f73e7be64e7992bb263c8b0f3c0af Mon Sep 17 00:00:00 2001 From: gaobinlong Date: Wed, 13 Dec 2023 12:07:46 +0800 Subject: [PATCH] use latest change Signed-off-by: gaobinlong --- _ingest-pipelines/processors/remove.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_ingest-pipelines/processors/remove.md b/_ingest-pipelines/processors/remove.md index c38ea14321..0c32e543f1 100644 --- a/_ingest-pipelines/processors/remove.md +++ b/_ingest-pipelines/processors/remove.md @@ -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`. |