Ingest: Lowercase/uppercase processor: Support arrays #51087
Labels
:Data Management/Ingest Node
Execution or management of Ingest Pipelines including GeoIP
>enhancement
Team:Data Management
Meta label for data/management team
Uh oh!
There was an error while loading. Please reload this page.
Elastic Cloud 7.5
The
lowercase
/uppercase
ingest processors (and possibly others) do currently not allow to process a field containing an array of values. Given the fact that many aspects in Elasticsearch do not make a difference between single-value fields and array-valued fields, this is a behaviour that I would have expected.Note that this is different from #51048.
Current workaround: use
foreach
processor.Result:
The text was updated successfully, but these errors were encountered: