Skip to content

Commit 8b35732

Browse files
[Docs] Note that the fields parameter isn't required when using keep for the Remove processor (#136638)
* [Docs] Add a note that the parameter isn't required when using * formatting
1 parent c09dc8e commit 8b35732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/enrich-processor/remove-processor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ $$$remove-options$$$
1313

1414
| Name | Required | Default | Description |
1515
| --- | --- | --- | --- |
16-
| `field` | yes | - | Fields to be removed. Supports [template snippets](docs-content://manage-data/ingest/transform-enrich/ingest-pipelines.md#template-snippets). |
16+
| `field` | yes | - | Fields to be removed. Supports [template snippets](docs-content://manage-data/ingest/transform-enrich/ingest-pipelines.md#template-snippets). This parameter is not required if you use `keep` instead. |
1717
| `ignore_missing` | no | `false` | If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document |
18-
| `keep` | no | - | Fields to be kept. When set, all fields other than those specified are removed. |
18+
| `keep` | no | - | Fields to keep. When set, all fields other than those specified are removed. |
1919
| `description` | no | - | Description of the processor. Useful for describing the purpose of the processor or its configuration. |
2020
| `if` | no | - | Conditionally execute the processor. See [Conditionally run a processor](docs-content://manage-data/ingest/transform-enrich/ingest-pipelines.md#conditionally-run-processor). |
2121
| `ignore_failure` | no | `false` | Ignore failures for the processor. See [Handling pipeline failures](docs-content://manage-data/ingest/transform-enrich/ingest-pipelines.md#handling-pipeline-failures). |

0 commit comments

Comments
 (0)