You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/enrich-processor/remove-processor.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ $$$remove-options$$$
13
13
14
14
| Name | Required | Default | Description |
15
15
| --- | --- | --- | --- |
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. |
17
17
|`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. |
19
19
|`description`| no | - | Description of the processor. Useful for describing the purpose of the processor or its configuration. |
20
20
|`if`| no | - | Conditionally execute the processor. See [Conditionally run a processor](docs-content://manage-data/ingest/transform-enrich/ingest-pipelines.md#conditionally-run-processor). |
21
21
|`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