Elasticsearch Status: Pending #14246
Replies: 2 comments 1 reply
-
Elasticsearch Status: Pending Error !! Help |
Beta Was this translation helpful? Give feedback.
0 replies
-
Elasticsearch is looking for another node to put a duplicate copy on. If you are using Standalone mode there is only one node. So it's pending forever. In that case you need to run this command: sudo so-elasticsearch-query _cat/shards | grep UN | awk '{print $1}' | xargs -I {} sudo so-elasticsearch-query {}/_settings -d '{"number_of_replicas":0}' -XPUT |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions