Skip to content

Commit bd23195

Browse files
authored
[Streams] Add array known limitation (#3674)
This PR closes #3659 and documents limitations when working with arrays.
1 parent 2d56513 commit bd23195

File tree

1 file changed

+1
-0
lines changed
  • solutions/observability/streams/management

1 file changed

+1
-0
lines changed

solutions/observability/streams/management/extract.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,4 @@ You can still add your own processors manually to the `@custom` pipeline if need
185185

186186
- Streams does not support all processors. More processors will be added in future versions.
187187
- The data preview simulation may not accurately reflect the changes to the existing data when editing existing processors or re-ordering them. Streams will allow proper simulations using original documents in a future version.
188+
- Streams can't properly handle arrays. While it supports basic actions like appending or renaming, it can't access individual array elements. For classic streams, the workaround is to use the [manual pipeline configuration](./extract/manual-pipeline-configuration.md) that supports Painless scripting and all ingest processors.

0 commit comments

Comments
 (0)