Get feature usage information
Generally available; Added in 6.0.0
All methods and paths for this operation:
GET
/_nodes/usage
GET
/_nodes/usage/{metric}
GET
/_nodes/{node_id}/usage
GET
/_nodes/{node_id}/usage/{metric}
highlight#highlightFromAnchor" href="#topic-required-authorization"> Required authorization
- Cluster privileges:
monitor
,manage
Path parameters
-
A comma-separated list of node IDs or names to limit the returned information; use
_local
to return information from the node you're connecting to, leave empty to get information from all nodes -
Limits the information returned to the specific metrics. A comma-separated list of the following options:
_all
,rest_actions
.
GET
/_nodes/{node_id}/usage/{metric}
dropdown#toggle click@window->dropdown#hide touchend@window->dropdown#hide"
data-dropdown-target="button"
data-scrollable="false"
data-headings="false"
aria-expanded="false"
aria-haspopup="true"
role="menu"
tabindex="0">
Console
GET _nodes/usage
resp = client.nodes.usage()
const response = await client.nodes.usage();
response = client.nodes.usage
$resp = $client->nodes()->usage();
curl -X GET -H "Authorization: ApiKey $ELASTIC_API_KEY" "$ELASTICSEARCH_URL/_nodes/usage"
client.nodes().usage(u -> u);