Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.x] Support array for all string ingest processors #53694

Merged
merged 1 commit into from
Mar 18, 2020

Conversation

danhermann
Copy link
Contributor

Relates to #51087.

This work comes from the enhancement that lowercase and uppercase processors can support field with multi values, but lowercase and uppercase processors are AbstractStringProcessor,so maybe we can support array for all the string ingest processors below:

  • Bytes Processors
  • HTML Strip Processors
  • Gsub Processors
  • Lowercase Processors
  • Uppercase Processors
  • Trim Processors
  • URL Decode Processors

Backport of #53343

@danhermann danhermann added :Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP backport v7.7.0 labels Mar 17, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-features (:Core/Features/Ingest)

@danhermann danhermann merged commit 94ac979 into elastic:7.x Mar 18, 2020
@danhermann danhermann deleted the backport_53343_array_support branch March 18, 2020 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport :Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP v7.7.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants