Hi team
I can not find how to update data using script (as below) to opensarch with OpensearchSinkConnector.
POST /customer/_doc/1/_update
{
“script” : “ctx._source.age += 5”
}
aiven OpenSearchSinkconnector can do it?
Hi team
I can not find how to update data using script (as below) to opensarch with OpensearchSinkConnector.
POST /customer/_doc/1/_update
{
“script” : “ctx._source.age += 5”
}
aiven OpenSearchSinkconnector can do it?