create_index
Creates a new Elasticsearch index with optional mappings, settings, and cluster selection. Specify an index name and customize the configuration to set up the index structure for your data.
Instructions
Create a new index.
Args: index: Name of the index body: Optional index configuration including mappings and settings cluster: Optional cluster name. Uses the default cluster if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| index | Yes | ||
| cluster | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||