Gets a list of features which can be included in snapshots using the feature_states field when creating a snapshot Added in 7.12.0
GET /_features
curl \
-X GET http://api.example.com/_features
Response examples (200)
{
"features": [
{
"name": "tasks",
"description": "Manages task results"
},
{
"name": "kibana",
"description": "Manages Kibana configuration and reports"
}
]
}