How to fix shard allocation

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

hi @Jasonespo,

this seems to be a dupe of How to fix shard allocation. Let's just continue the discussion there.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.