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
{
"status": 400,
"error": {
"root_cause": [{
"reason": "No feature for name [_status]",
"type": "illegal_argument_exception"
}],
"type": "illegal_argument_exception",
"reason": "No feature for name [_status]"
}
}
produces the output of
According to answer here http://stackoverflow.com/questions/32661598/elasticsearch-after-install-plugin-elasticsearch-head it's because
_status
is deprecated, replaced by_recovery
ElasticSearch version: 2.3.2
The text was updated successfully, but these errors were encountered: