es_create_index
Create a new Elasticsearch index with optional custom mappings and settings to organize and store documents.
Instructions
Create a new index
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | Index name | |
| mappings | No | Index mappings (optional) | |
| settings | No | Index settings (optional) |