When I execute:
curl https://elastic1.node.com:9200/_cat/indices -k
I got:
Search Guard not initialized (SG11)
and in the logs I see:
[2023-01-24T14:12:10,929][ERROR][c.f.s.c.ProtectedConfigIndexService] [elastic1.node.com] Index .signals_watches is not yet ready:
{"cluster_name":"es-cluster","status":"red","timed_out":true,"number_of_nodes":7,"number_of_data_nodes":4,"active_primary_shards":0,"active_shards":0,"relocating_shards":0,"initializing_shards":0,"unassigned_shards":10,"delayed_unassigned_shards":0,"number_of_pending_tasks":0,"number_of_in_flight_fetch":0,"task_max_waiting_in_queue_millis":0,"active_shards_percent_as_number":13.793103448275861}
Retrying.
[2023-01-24T14:13:41,245][ERROR][c.f.s.c.ProtectedConfigIndexService] [elastic1.node.com] Index .searchguard_sessions is not yet ready:
{"cluster_name":"es-cluster","status":"red","timed_out":true,"number_of_nodes":7,"number_of_data_nodes":4,"active_primary_shards":0,"active_shards":0,"relocating_shards":0,"initializing_shards":0,"unassigned_shards":2,"delayed_unassigned_shards":0,"number_of_pending_tasks":0,"number_of_in_flight_fetch":0,"task_max_waiting_in_queue_millis":0,"active_shards_percent_as_number":13.793103448275861}
Retrying.
[2023-01-24T14:14:11,333][ERROR][c.f.s.c.ProtectedConfigIndexService] [elastic1.node.com] Index .searchguard_resource_owner is not yet ready:
{"cluster_name":"es-cluster","status":"red","timed_out":true,"number_of_nodes":7,"number_of_data_nodes":4,"active_primary_shards":0,"active_shards":0,"relocating_shards":0,"initializing_shards":0,"unassigned_shards":2,"delayed_unassigned_shards":0,"number_of_pending_tasks":0,"number_of_in_flight_fetch":0,"task_max_waiting_in_queue_millis":0,"active_shards_percent_as_number":13.793103448275861}