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
Since elastic-hadoop 8.2.0 , it is possible to use scripted_upsert
with the parameter :
"es.update.script.upsert" -> "true"