GET .watches/_search/
returns:
{
"error": {
"root_cause": [],
"type": "search_phase_execution_exception",
"reason": "all shards failed",
"phase": "query",
"grouped": true,
"failed_shards": []
},
"status": 503
}
I would like to know if there is a way to fix my shards?
I have a number of watchers within the watches section of Kibana that I need to access but am getting a Watcher: Error 503 Service Unavailable: [search_phase_execution_exception] all shards failed error when I try.
Please advise.
J