-
Notifications
You must be signed in to change notification settings - Fork 25k
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
[DOCS] allow_duplicates option for append processor #62336
Conversation
Pinging @elastic/es-docs (>docs) |
Pinging @elastic/es-core-features (:Core/Features/Ingest) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I left a suggestion, but feel free to disregard if wanted. Thanks!
| `allow_duplicates` | no | true | When false, ignores any of the values to be | ||
appended that are already present in the | ||
target field. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a reword for clarity.
| `allow_duplicates` | no | true | When false, ignores any of the values to be | |
appended that are already present in the | |
target field. | |
| `allow_duplicates` | no | true | If `false`, the processor does not append | |
values already present in the field. |
Thanks, @jrodewig! |
Documents the
allow_duplicates
option added in #61916