I am using private CA. Below is the output for secret:
[root@lvndev012336 ~]# kubectl -n es-crt describe secret <secret-name>
Name: ####
Namespace: es-crt
Labels: <none>
Annotations: <none>
Type: Opaque
Data
====
tls.crt: 1964 bytes
tls.key: 1679 bytes
Below are the logs for kibana:
{"type":"log","@timestamp":"2020-12-10T04:49:27Z","tags":["warning","elasticsearch","admin"],"pid":6,"message":"Unable to revive connection: https://elasticsearch-config-es-http.es-crt.svc:9200/"}
{"type":"log","@timestamp":"2020-12-10T04:49:27Z","tags":["warning","elasticsearch","admin"],"pid":6,"message":"No living connections"}
{"type":"log","@timestamp":"2020-12-10T04:49:29Z","tags":["warning","elasticsearch","data"],"pid":6,"message":"Unable to revive connection: https://elasticsearch-config-es-http.es-crt.svc:9200/"}
{"type":"log","@timestamp":"2020-12-10T04:49:29Z","tags":["warning","elasticsearch","data"],"pid":6,"message":"No living connections"}
{"type":"log","@timestamp":"2020-12-10T04:49:29Z","tags":["license","warning","xpack"],"pid":6,"message":"License information from the X-Pack plugin could not be obtained from Elasticsearch for the [data] cluster. Error: No Living connections"}
{"type":"log","@timestamp":"2020-12-10T04:49:30Z","tags":["warning","elasticsearch","admin"],"pid":6,"message":"Unable to revive connection: https://elasticsearch-config-es-http.es-crt.svc:9200/"}
{"type":"log","@timestamp":"2020-12-10T04:49:30Z","tags":["warning","elasticsearch","admin"],"pid":6,"message":"No living connections"}
Below are logs of operator:
{"log.level":"info","@timestamp":"2020-12-10T04:32:33.570Z","log.logger":"elasticsearch-controller","message":"Elasticsearch manifest has warnings. Proceed at your own risk. [spec.nodeSets[0].config.xpack.security.http.ssl.enabled: Forbidden: Configuration setting is reserved for internal use. User-configured use is unsupported, spec.nodeSets[1].config.xpack.security.http.ssl.enabled: Forbidden: Configuration setting is reserved for internal use. User-configured use is unsupported]","service.version":"1.1.0-29e7447f","service.type":"eck","ecs.version":"1.4.0","namespace":"es-crt","es_name":"elasticsearch-config"}
{"log.level":"info","@timestamp":"2020-12-10T04:32:34.146Z","log.logger":"keystore","message":"Secure settings secret not found","service.version":"1.1.0-29e7447f","service.type":"eck","ecs.version":"1.4.0","namespace":"es-crt","secret_name":"gcs-credentials"}
{"log.level":"info","@timestamp":"2020-12-10T04:32:34.155Z","log.logger":"zen2","message":"Ensuring no voting exclusions are set","service.version":"1.1.0-29e7447f","service.type":"eck","ecs.version":"1.4.0","namespace":"es-crt","es_name":"elasticsearch-config"}
{"log.level":"info","@timestamp":"2020-12-10T04:32:34.292Z","log.logger":"migrate-data","message":"Setting routing allocation excludes","service.version":"1.1.0-29e7447f","service.type":"eck","ecs.version":"1.4.0","namespace":"es-crt","es_name":"elasticsearch-config","value":"none_excluded"}
{"log.level":"info","@timestamp":"2020-12-10T04:32:35.384Z","log.logger":"elasticsearch-controller","message":"Ending reconciliation run","service.version":"1.1.0-29e7447f","service.type":"eck","ecs.version":"1.4.0","iteration":52,"namespace":"es-crt","es_name":"elasticsearch-config","took":1.815017325}
{"log.level":"info","@timestamp":"2020-12-10T04:42:33.979Z","log.logger":"kibana-controller","message":"Starting reconciliation run","service.version":"1.1.0-29e7447f","service.type":"eck","ecs.version":"1.4.0","iteration":11,"namespace":"es-crt","kibana_name":"kibana-config"}
{"log.level":"info","@timestamp":"2020-12-10T04:42:33.980Z","log.logger":"generic-reconciler","message":"Updating resource","service.version":"1.1.0-29e7447f","service.type":"eck","ecs.version":"1.4.0","kind":"Service","namespace":"es-crt","name":"kibana-config-kb-http"}
{"log.level":"info","@timestamp":"2020-12-10T04:42:34.001Z","log.logger":"kibana-controller","message":"Ending reconciliation run","service.version":"1.1.0-29e7447f","service.type":"eck","ecs.version":"1.4.0","iteration":11,"namespace":"es-crt","kibana_name":"kibana-config","took":0.02179661}