Skip to content

Commit 726b6b9

Browse files
committed
Docs: don't mention an incomplete list of supported types.
It mentioned 6 types, the full list is 15: Map, List, Set, byte[], double[][], double[], null, String, Integer, Long, Float, Double, Boolean, ZonedDateTime, Date.
1 parent d347c03 commit 726b6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $$$append-options$$$
1515
| --- | --- | --- | --- |
1616
| `field` | yes | - | The field to be appended to. Supports [template snippets](docs-content://manage-data/ingest/transform-enrich/ingest-pipelines.md#template-snippets). |
1717
| `value` | yes* | - | The value to be appended. Supports [template snippets](docs-content://manage-data/ingest/transform-enrich/ingest-pipelines.md#template-snippets). May specify only one of `value` or `copy_from`. |
18-
| `copy_from` | no | - | The source field to be append. Cannot set `value` simultaneously. Supported data types are `boolean`, `number`, `array`, `object`, `string`, `date`, etc. |
18+
| `copy_from` | no | - | The source field to be append. Cannot set `value` simultaneously. |
1919
| `allow_duplicates` | no | true | If `false`, the processor does not appendvalues already present in the field. |
2020
| `media_type` | no | `application/json` | The media type for encoding `value`. Applies only when `value` is a[template snippet](docs-content://manage-data/ingest/transform-enrich/ingest-pipelines.md#template-snippets). Must be one of `application/json`, `text/plain`, or`application/x-www-form-urlencoded`. |
2121
| `description` | no | - | Description of the processor. Useful for describing the purpose of the processor or its configuration. |

0 commit comments

Comments
 (0)