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
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.
Copy file name to clipboardExpand all lines: docs/reference/enrich-processor/append-processor.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ $$$append-options$$$
15
15
| --- | --- | --- | --- |
16
16
|`field`| yes | - | The field to be appended to. Supports [template snippets](docs-content://manage-data/ingest/transform-enrich/ingest-pipelines.md#template-snippets). |
17
17
|`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. |
19
19
|`allow_duplicates`| no | true | If `false`, the processor does not appendvalues already present in the field. |
20
20
|`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`. |
21
21
|`description`| no | - | Description of the processor. Useful for describing the purpose of the processor or its configuration. |
0 commit comments