You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To match ingest node's set processor functionality, add set { } in mutate. This would mirror ingest behavior of inserting, upserting, or updating the field.
Mutate's existing update will only update if the field exists. An option is to fold the set behavior into update but that will be a breaking change.
If we introduce set, we can deprecate update
The text was updated successfully, but these errors were encountered:
suyograo
changed the title
Add set function for mutate
Add set function to mutate
Jun 9, 2017
To match ingest node's set processor functionality, add
set { }
in mutate. This would mirror ingest behavior of inserting, upserting, or updating the field.Mutate's existing
update
will only update if the field exists. An option is to fold theset
behavior intoupdate
but that will be a breaking change.If we introduce set, we can deprecate
update
The text was updated successfully, but these errors were encountered: