-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make set processor with copy_from compatible with ES < 7.13
Automatically rewrite Ingest Node `set` processors that use `copy_from` when connected to Elasticsearch versions less than 7.13. The copy_from is replaced with `{{{$copy_from value}}}`. The triple brace ensures the behavior is the same as copy_from in that no escaping is added.
- Loading branch information
1 parent
4accfa8
commit 2b94416
Showing
3 changed files
with
87 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters