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
I was just looking at the update api (https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-update.html) and it looks like it doesn't support pipelines. We have a calculated field that is created by a pipeline script and I want to sure the field it creates (syncs) a value is always right as we are doing script and batch updates.
How can I run a pipeline against as part of the update api?
The text was updated successfully, but these errors were encountered:
I was just looking at the update api (https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-update.html) and it looks like it doesn't support pipelines. We have a calculated field that is created by a pipeline script and I want to sure the field it creates (syncs) a value is always right as we are doing script and batch updates.
How can I run a pipeline against as part of the update api?
The text was updated successfully, but these errors were encountered: