es_index_document
Index a document into a specified Elasticsearch index, with an optional document ID or auto-generated if omitted.
Instructions
Index a document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Document ID (optional, will be auto-generated if not provided) | |
| index | Yes | Index name | |
| document | Yes | Document content |