index_document
Create or update a document in an Elasticsearch index by specifying the index and document data, with optional ID and cluster.
Instructions
Creates or updates a document in the index.
Args: index: Name of the index document: Document data id: Optional document ID cluster: Optional cluster name. Uses the default cluster if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| index | Yes | ||
| cluster | No | ||
| document | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||