Elasticsearch update document with POST query
You can change a document with the help of the API and Elasticvue.
Query format is:
POST /myindex/_update/mydocid
{
"doc" : {
"myfield": "new value of my field"
}
}
You can apply it with Elasticvue: