Im installing elasticsearch 8.9x while inicialicing the nodes i received this error

im installing elasticsearch 8.9x but when im starting the nodes and change the password i receive this error the command i use to change is this

sudo /usr/share/elasticsearch/bin/elasticsearch-reset-password --url "https://es01:9200"  -i -u elastic
[2023-08-14T18:33:52,739][ERROR][o.e.x.s.a.e.NativeUsersStore] [master1] security index is unavailable. short circuiting retrieval of user [autogenerated_tHE3SqsO]
[2023-08-14T18:33:54,078][ERROR][o.e.x.s.a.e.NativeUsersStore] [master1] security index is unavailable. short circuiting retrieval of user [autogenerated_tHE3SqsO]

the cluster health turned into RED, ihave created all certificates nad paste into de certs folder of each nodes create the new keystore and edit all .yml the thing i suspect when i add a data node that it isnt the seedhots array i get this error what should i do

help

help

Hello,

It is not clear what exactly you did.

This error means that your cluster is in RED state, which means that primary shards for some of your indices are unavailable, this could mean that you security index is unavailable.

Can you provide more of Elasticsearch logs and share your elasticsearch.yml?

How many nodes do you have?

i just have 3 master and 1 data for laboratory cases in the lab enviroment but after all process i change the password after starting 3nodes, 2 masters and 1 data node in other situations work with elastic 8.8 but not with elastic 8.9.x

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