create_index
Create a new index in Elasticsearch or OpenSearch clusters to organize and store documents for search operations.
Instructions
Create a new index.
Args:
index: Name of the index
body: Optional index configuration including mappings and settings
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | ||
| body | No |