Create Index
Creates a new index.
You can use the create index operation to add a new index to an Elasticsearch cluster. When creating an index, you can specify the following:
- Settings for the index
- Mappings for fields in the index
- Index aliases.
Parameters
Parameter | Description |
---|---|
Index | Name of the index you wish to create.Index names must meet the following criteria:
|
Mappings | Mapping for fields in the index. If specified, this mapping can include field names, field data types and mapping parameters. |
Settings | Configuration options for the index. |
Workflow Library Example
Create Index with Elasticsearch and Send Results Via Email
Preview this Workflow on desktop