POST /_system/cluster_stats_data/{period}

Get detailed cluster statistics data for a specific period

Get detailed cluster statistics data for a specific period
KeyTypeExampleDescription
periodrequiredstring
"example"
Statistics period
KeyTypeExampleDescription
authorizationrequiredstring
"Bearer access_token"
Access token
KeyTypeExampleDescription
fromoptionalstring
0
key_formatoptionalstring
"example"
limitoptionalinteger
25
metricoptionalstring
"example"
sortoptionalobject
{}
[
  {}
]
{
  "code": 401,
  "error": "INVALID_ACCESS_TOKEN"
}
StatusError CodeDescription
401INVALID_ACCESS_TOKENAuthentication required or invalid token
PermissionDescription
Bearer tokenAccess token required via Authorization header, x-authtoken, x-token, query param, or cookie
cluster_stats_viewRequired scope: cluster_stats_view

Back to Cluster Statistics Return to the Cluster Statistics category to view other endpoints All API Categories Browse all available API categories