Hello!
I'm installing ECE with Podman, but it fails when creating the "Security cluster." The error I'm getting is as follows:
[2023-08-22 18:39:11,986][ERROR][no.found.bootstrap.clusters.SecurityClusterBootstrap$Default] Security cluster was not healthy
[{"id":"287c304628584491a322277ad634f146","name":"security-cluster","healthy":false,"resources":{"elasticsearch":[{"ref_id":"elasticsearch","id":"287c304628584491a322277ad634f146","region":"ece-region","info":{"cluster_id":"287c304628584491a322277ad634f146","cluster_name":"security-cluster","deployment_id":"287c304628584491a322277ad634f146","healthy":false,"status":"initializing","plan_info":{"healthy":false,"history":[]},"elasticsearch":{"healthy":false,"shard_info":{"healthy":false,"available_shards":[],"unavailable_shards":[],"unavailable_replicas":[]},"master_info":{"healthy":true,"masters":[],"instances_with_no_master":[]},"blocking_issues":{"healthy":true,"cluster_level":[],"index_level":[]}},"metadata":{"version":7,"last_modified":"2023-08-22T18:31:28.048Z","endpoint":"287c304628584491a322277ad634f146.10.82.46.127.ip.es.io","service_url":"https://287c304628584491a322277ad634f146.10.82.46.127.ip.es.io:9243","sso_deep_linking_supported":false,"cloud_id":"security-cluster:MTAuODIuNDYuMTI3LmlwLmVzLmlvOjkyNDMkMjg3YzMwNDYyODU4NDQ5MWEzMjIyNzdhZDYzNGYxNDYk","ccr":true,"ports":{"http":9200,"https":9243,"transport_passthrough":9400}},"topology":{"healthy":false,"instances":[]},"system_alerts":[],"associated_kibana_clusters":[],"associated_apm_clusters":[],"associated_appsearch_clusters":[],"associated_enterprise_search_clusters":[],"snapshots":{"healthy":true,"count":0,"recent_success":false},"external_links":[{"id":"cluster-logs","label":"Elasticsearch Logs","uri":"https://.:9243/app/kibana#/discover?_g=(time:(from:now-1h,mode:quick,to:now))&_a=(columns:!(_source),filters:!(('$state':(store:appState),meta:(alias:!n,disabled:!f,index:'cluster-logs-*',key:ece.cluster,negate:!f,params:(query:'287c304628584491a322277ad634f146',type:phrase),type:phrase,value:'287c304628584491a322277ad634f146'),query:(match:(ece.cluster:(query:'287c304628584491a322277ad634f146',type:phrase))))),index:'cluster-logs-*',interval:auto,query:(language:lucene,query:''),sort:!('@timestamp',desc))"},{"id":"metricbeat","label":"Elasticsearch Metrics","uri":"https://.:9243/app/kibana#/dashboard/AV4REOpp5NkDleZmzKkE-ecs?_a=(filters:!(('$state':(store:appState),meta:(alias:!n,disabled:!f,index:'metricbeat-*',key:ece.cluster,negate:!f,params:(query:'287c304628584491a322277ad634f146',type:phrase),type:phrase,value:'287c304628584491a322277ad634f146'),query:(match:(ece.cluster:(query:'287c304628584491a322277ad634f146',type:phrase))))))&_g=(time:(from:now-1h,mode:quick,to:now))"},{"id":"proxy-logs","label":"Proxy logs","uri":"https://.:9243/app/kibana#/discover?_g=(time:(from:now-1h,mode:quick,to:now))&_a=(columns:!(status_code,request_method,request_path,request_length,response_length,response_time),filters:!(('$state':(store:appState),meta:(alias:!n,disabled:!f,index:'proxy-logs-*',key:handling_cluster,negate:!f,params:(query:'287c304628584491a322277ad634f146',type:phrase),type:phrase,value:'287c304628584491a322277ad634f146'),query:(match:(handling_cluster:(query:'287c304628584491a322277ad634f146',type:phrase))))),index:'proxy-logs-*',interval:auto,query:(language:lucene,query:''),sort:!('@timestamp',desc))"}],"links":{}}}],"kibana":[],"apm":[],"appsearch":[],"enterprise_search":[],"integrations_server":[]},"metadata":{"owner_id":"admin","organization_id":"996cd10500e94f988dc1d3525b186657","system_owned":true,"hidden":false,"last_modified":"2023-08-22T18:31:28.048Z"}}] {}
[2023-08-22 18:39:11,999][ERROR][no.found.bootstrap.BootstrapInitial] Security cluster was not created {}
java.lang.Exception: Failed to fetch a running security cluster after creating the cluster.
{"cluster_id":"287c304628584491a322277ad634f146","deployment_id":"287c304628584491a322277ad634f146","name":"security-cluster","status":"initializing","has_pending_plan":false,"is_healthy":false,"is_enabled":true,"running":false,"is_running":false,"has_version_or_higher":false,"is_upgraded":false}
at no.found.bootstrap.clusters.SecurityClusterBootstrap$Default.$anonfun$createSecurityCluster$15(SecurityClusterBootstrap.scala:176)
at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:467)
at akka.dispatch.BatchingExecutor$AbstractBatch.processBatch(BatchingExecutor.scala:63)
at akka.dispatch.BatchingExecutor$BlockableBatch.$anonfun$run$1(BatchingExecutor.scala:100)
at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
at scala.concurrent.BlockContext$.withBlockContext(BlockContext.scala:94)
at akka.dispatch.BatchingExecutor$BlockableBatch.run(BatchingExecutor.scala:100)
at akka.dispatch.TaskInvocation.run(AbstractDispatcher.scala:49)
at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(ForkJoinExecutorConfigurator.scala:48)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
[2023-08-22 18:39:12,001][ERROR][no.found.bootstrap.BootstrapInitial$] Unhandled error. {}
java.lang.Exception: Security cluster was not created
Do you know what might be causing this? I've checked the logs of the container created for the "Security Cluster", but it just says "Started," and there are no errors. However, the container never reaches a "healthy" or "unhealthy" state.