WARNING: Version 6.1 of Elasticsearch has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Get Index
editGet Index
editThe get index API allows to retrieve information about one or more indexes.
GET /twitter
The above example gets the information for an index called twitter
. Specifying an index,
alias or wildcard expression is required.
The get index API can also be applied to more than one index, or on
all indices by using _all
or *
as index.