Opensearch configuration

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
Opensearch 2.7.0

Describe the issue:
Hi there, i want deploy opensearch and its dashboard in cluster of 4 node [ core - cordinator - data1 - data2 ]
when i configure YAML setting and TLS one i get security not initialized. and when i want apply securityadmin.sh script it dont start on configured cluster but in default cluster done but security issue still happen i found the TLS certs has problem but i do it as simple as docs telling me , I really need advice this driving me crazy working on it for a month + i want install in offline mode due ORG policy

Configuration:

network.host: 0.0.0.0
plugins.security.disabled: false
discovery.type: single-node
cluster.name: Nikan-Cluster
node.name: core-node
node.roles: [ cluster_manager ]
discovery.seed_hosts: ["10.10.103.222"]

Relevant Logs or Screenshots:

[2023-06-10T06:02:59,272][INFO ][o.o.a.u.d.DestinationMigrationCoordinator] [core-node] Detected cluster change event for destination migration
[2023-06-10T06:02:59,275][INFO ][o.o.o.i.ObservabilityMetricsIndex] [core-node] observability:Mapping Template ss4o_metric_template creation Acknowledged
[2023-06-10T06:02:59,316][INFO ][o.o.s.c.ConfigurationRepository] [core-node] Index .opendistro_security already exists
[2023-06-10T06:02:59,316][INFO ][o.o.s.c.ConfigurationRepository] [core-node] Node started, try to initialize it. Wait for at least yellow cluster state....
[2023-06-10T06:03:58,225][INFO ][o.o.i.i.ManagedIndexCoordinator] [core-node] Performing move cluster state metadata.
[2023-06-10T06:03:58,227][INFO ][o.o.i.i.MetadataService  ] [core-node] ISM config index not exist, so we cancel the metadata migration job.
[2023-06-10T06:04:58,226][INFO ][o.o.i.i.ManagedIndexCoordinator] [core-node] Cancel background move metadata process.
[2023-06-10T06:04:58,229][INFO ][o.o.i.i.ManagedIndexCoordinator] [core-node] Performing move cluster state metadata.
[2023-06-10T06:04:58,229][INFO ][o.o.i.i.MetadataService  ] [core-node] Move metadata has finished.
[2023-06-10T06:07:57,819][INFO ][o.o.j.s.JobSweeper       ] [core-node] Running full sweep
[2023-06-10T06:07:58,236][INFO ][o.o.i.i.PluginVersionSweepCoordinator] [core-node] Canceling sweep ism plugin version job
[2023-06-10T06:11:47,409][ERROR][o.o.s.a.BackendRegistry  ] [core-node] Not yet initialized (you may need to run securityadmin)

Hi @nikan

Could you share the response that you received when you ran the securityadmin.sh script ?

Hi @Eugene7
Stuck in getting cluster yellow state and reprinting timeout

Can you send your opensearch.yml , config.yml files?

Have you tried to create demo configurations for the security plugin ?