You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Retrieves information about the index's current data stream lifecycle, such as any potential encountered error, time since creation etc."
},
"stability": "stable",
"visibility": "public",
"headers": {
"accept": ["application/json"]
},
"url": {
"paths": [
{
"path": "/{index}/_lifecycle/explain",
"methods": ["GET"],
"parts": {
"index": {
"type": "string",
"description": "The name of the index to explain"
}
}
}
]
},
"params": {
"include_defaults": {
"type": "boolean",
"description": "indicates if the API should return the default values the system uses for the index's lifecycle"
},
"master_timeout": {
"type": "time",
"description": "Specify timeout for connection to master"