Indexing with multiple pipelines - Elasticsearch

Ar you able to call multiple pipelines when PUT ing data into Elastic?

curl -XPUT 'localhost:9200/my-index/_doc/my-id?pipeline=my_pipeline_1&pipeline=my_pipeline_2&pretty' -H 'Content-Type: application/json' -d'
{
  "foo": "bar"
}
'

Thanks

No it's not possible and I don't think it will happen anytime soon:

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.