Search + K

Command Palette

Search for a command to run...

Sign In

Check index templates

HEAD /_index_template/{name}
Copy endpoint

Check whether index templates exist.

Required authorization

  • Cluster privileges: manage_index_templates

Parameters

path Path Parameters

Name Type
name required

Comma-separated list of index template names used to limit the request. Wildcard (*) expressions are supported.

type TypesName = string

query Query Parameters

Name Type
local

If true, the request retrieves information from the local node only. Defaults to false, which means information is retrieved from the master node.

boolean
flat_settings

If true, returns settings in flat format.

boolean
master_timeout

Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.

type TypesDuration = string | "-1" | "0"

Responses

200 application/json
unknown