I have restarted Kibana many times...not working
message as below >_<
{"type":"log","@timestamp":"2021-12-08T09:04:16+08:00","tags":["warning","plugins","alerting"],"pid":1146,"message":"APIs are disabled because the Encrypted Saved Objects plugin is missing encryption key. Please set xpack.encryptedSavedObjects.encryptionKey in the kibana.yml or use the bin/kibana-encryption-keys command."}
{"type":"log","@timestamp":"2021-12-08T09:04:16+08:00","tags":["info","plugins","ruleRegistry"],"pid":1146,"message":"Write is disabled; not installing common resources shared between all indices"}
{"type":"log","@timestamp":"2021-12-08T09:04:16+08:00","tags":["info","plugins","ruleRegistry"],"pid":1146,"message":"Write is disabled; not installing resources for index .alerts-observability.uptime.alerts"}
{"type":"log","@timestamp":"2021-12-08T09:04:16+08:00","tags":["info","plugins","ruleRegistry"],"pid":1146,"message":"Write is disabled; not installing resources for index .alerts-observability.logs.alerts"}
{"type":"log","@timestamp":"2021-12-08T09:04:16+08:00","tags":["info","plugins","ruleRegistry"],"pid":1146,"message":"Write is disabled; not installing resources for index .alerts-observability.metrics.alerts"}
{"type":"log","@timestamp":"2021-12-08T09:04:16+08:00","tags":["info","plugins","ruleRegistry"],"pid":1146,"message":"Write is disabled; not installing resources for index .alerts-observability.apm.alerts"}
{"type":"log","@timestamp":"2021-12-08T09:04:16+08:00","tags":["info","savedobjects-service"],"pid":1146,"message":"Waiting until all Elasticsearch nodes are compatible with Kibana before starting saved objects migrations..."}
{"type":"log","@timestamp":"2021-12-08T09:04:17+08:00","tags":["error","savedobjects-service"],"pid":1146,"message":"Unable to retrieve version information from Elasticsearch nodes. security_exception: [security_exception] Reason: missing authentication credentials for REST request [/_nodes?filter_path=nodes.*.version%2Cnodes.*.http.publish_address%2Cnodes.*.ip]"}
Kibana.yml
elasticsearch.requestTimeout: 300000
server.host: "0.0.0.0"
elasticsearch.hosts: ["https://ELKMASTER:9200"]
logging.dest: stdout
#xpack.security.enabled: true
elasticsearch.ssl.verificationMode: full
server.ssl.enabled: true
server.ssl.certificate: /etc/kibana/2022.crt
server.ssl.key: /etc/kibana/2022.key