Scripted_upsert with Elasticsearch-hadoop impossible?

227 Views Asked by At

With the Elasticsearch-hadoop Connector, is it possible to use the scripted_upsert to true on an upsert insertion ?

I am using the es.update.script.inline configuration, but i can't find any way to use the script_upsert to true and to empty the contents of the upsert

1

There are 1 best solutions below

0
On BEST ANSWER

Since elastic-hadoop 8.2.0 , it is possible to use scripted_upsert with the parameter :

"es.update.script.upsert" -> "true"