Find out whether system features need to be upgraded or not Added in 7.16.0
GET /_migration/system_features
curl \
-X GET http://api.example.com/_migration/system_features
Response examples (200)
{
"features": [
{
"feature_name": "string",
"minimum_index_version": "string",
"migration_status": "NO_MIGRATION_NEEDED",
"indices": [
{
"index": "string",
"version": "string",
"failure_cause": {
"type": "string",
"reason": "string",
"stack_trace": "string",
"caused_by": {},
"root_cause": [
{}
],
"suppressed": [
{}
]
}
}
]
}
],
"migration_status": "NO_MIGRATION_NEEDED"
}