I am trying to create a three node ElasticSEarch cluster following the tutorial
When I set cluster.initial_master_nodes
to es1,es2,es3
, I am getting the warning
this node is locked into cluster UUID [lUWf3vbtRcarnQXNd6rnjA] but [cluster.initial_master_
nodes] is set to [es1, es2, es3]; remove this setting to avoid possible data loss caused by subsequent cluster bootstrap attempts; for further information see https://www.ela
HTTP 오류 404 - 페이지를 찾을 수 없음.
But, if I remove them I am getting the error
"master not discovered yet, this node has not previously joined a bootstrapped cluster, and [cluster.initial_master_nodes] is empty on this node: have discovered [{es3}{Qxw8OO4_RtKFtPEkdnk-EA}{SWhx6iLCT3eng13g3rcGzQ}{es3}{172.23.0.16}{172.23.0.16:9300}{cdfhilmrstw}{8.9.2}, {es1}{1Xkq3FdiTwSZV2Fn3F-WRg}{jruwU2IRQPafSeISMkCYrw}{es1}{172.23.0.14}{172.23.0.14:9300}{cdfhilmrstw}{8.9.2}, {es2}{51jDr41CSJ6CVNrijScFwA}{uVQdP0sJSbG7O2tZeNDrPA}{es2}{172.23.0.15}{172.23.0.15:9300}{cdfhilmrstw}{8.9.2}]; discovery will continue using [172.30.0.4:9300, 172.30.0.2:9300] from hosts providers and [{es3}{Qxw8OO4_RtKFtPEkdnk-EA}{SWhx6iLCT3eng13g3rcGzQ}{es3}{172.23.0.16}{172.23.0.16:9300}{cdfhilmrstw}{8.9.2}] from last-known cluster state; node term 0, last-accepted version 0 in term 0; for troubleshooting guidance, see Troubleshooting discovery | Elasticsearch Guide [8.9] | Elastic