Index APIs
Index APIs are used to manage individual indices, index settings, aliases, mappings, and index templates.
Index management:
- Create index
- Delete index
- Get index
- Index exists
- Close index
- Open index
- Shrink index
- Split index
- Clone index
- Rollover index
- Freeze index
- Unfreeze index
- Resolve index
Mapping management:
Alias management:
Index settings:
Index templates:
Index templates automatically apply settings, mappings, and aliases to new indices. They are most often used to configure rolling indices for time series data to ensure that each new index has the same configuration as the previous one. The index template associated with a data stream configures its backing indices. For more information, see Index Templates.
- Put index template
- Get index template
- Delete index template
- Put component template
- Get component template
- Delete component template
- Index template exists
- Simulate index
- Simulate template