Get index setting

Get index setting #

Returns setting information about one or more indices under the specified collection.

Examples #

Get the setting information of the my-index index under collection my-collection:

GET /my-collection/_index/my-index/_setting

Request #

GET /<target>/_index/<index>/_setting
GET /<target>/_index/_setting

Path Parameters #

  • target
    (Required, String) Comma-separated, names of the collections to specify (wildcard supported)

  • index
    (Optional, String) Comma-separated, names of the indices to get (wildcard supported)

Calendar August 28, 2024
Edit Edit this page