4

Elasticsearch 7.5.1 と同じバージョンの Kibana をインストールしました。私の es クラスターは正常に見えますが、Kibana は Elasticsearch に接続できません。

Kiabana.yml は次のとおりです。

server.port: 5601
server.host: "<IP of the kibana instance>"
server.name: "<Name of the kibana instance>"
elasticsearch.hosts: [ "https://<IP of ES instance 1>:443" , "https://<IP of ES instance 2>:443" ]
elasticsearch.username: "<kibana_user>"
elasticsearch.password: "<kibana_user_password>"
server.ssl.enabled: true
server.ssl.certificate:
server.ssl.key:
xpack.security.enabled: true
xpack.reporting.kibanaServer.port: 443
xpack.reporting.kibanaServer.protocol: https
elasticsearch.ssl.certificateAuthorities: [ "" ]
elasticsearch.ssl.verificationMode: certificate
logging.dest: /etc/kibana/log/kibana.log

kibana_oss と non_oss の両方を試しましたが、同じエラーが発生します。

4

1 に答える 1