-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
Description
While we have the index exists API:
HEAD /index
and we have:
GET /index/_aliases
GET /index/_mapping
GET /index/_settings
GET /index/_warmer
We don't have a GET /index API which would return all info about the index (ie aliases, settings, mappings, warmers) which could be used to recreate the index with a different name or on a different cluster.