Skip to content

Grid shows: Elasticsearch Status: Pending #14110

Discussion options

You must be logged in to vote

So, the "r" in the index information is for Replica -- the Elasticsearch subsystem is looking for another node to put a duplicate copy of those shards on for redundancy. If this is a Standalone deployment, and there's only one node, that's why it's unassigned; there's not another node to put that replica on.

You need to tell Elasticsearch that those indices don't require replicas.

Try this one-liner to set all of those to 0 replicas: #13773

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@Alex01000100
Comment options

@rh-ops
Comment options

@Alex01000100
Comment options

Comment options

You must be logged in to vote
1 reply
@demidias
Comment options

Answer selected by Alex01000100
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants