This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Index APIs
editIndex APIs
editIndex APIs are used to manage individual indices, index settings, aliases, mappings, and index templates.
Index management:
editMapping management:
editAlias management:
editIndex settings:
editIndex templates:
editIndex 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.