es_index_doc
Index a document into an Elasticsearch index, creating or overwriting it. Specify index name, document body, and optionally a document ID or connection.
Instructions
Index (create or overwrite) a document. Blocked when that connection's own readOnly mode is enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Document id. Auto-generated by Elasticsearch when omitted. | |
| index | Yes | Index name. | |
| document | Yes | Document body. | |
| connectionId | No | Id of the elasticsearch connection to use, from databases.config.yml. Optional when only one elasticsearch connection is configured. |