es_update_document
Update an existing document in an Elasticsearch index by specifying the index, document ID, and partial fields to modify.
Instructions
Update a document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Document ID | |
| index | Yes | Index name | |
| document | Yes | Partial document to update |