Hi,
My Elasticsearch is working at URL # https://172.20.192.1:9201
I am able to see Elasticsearch reply in CURL and browser.
version # 8.2.3
Now, i have run Kibana, these are different errors i see
ng\chromium\chrome-win\chrome.exe
[2022-06-20T07:27:38.768+05:30][ERROR][Elasticsearch-service] Unable to retrieve version information from Elasticsearch nodes. self signed certificate in certificate chain
[2022-06-20T07:32:17.551+05:30][ERROR][Elasticsearch-service] Unable to retrieve version information from Elasticsearch nodes. connect ECONNREFUSED 172.20.192.1:9201
[2022-06-20T07:47:37.738+05:30][ERROR][plugins.ruleRegistry] Error: Timeout: it took more than 1200000ms
at Timeout._onTimeout (D:\kibana-8.2.3\x-pack\plugins\rule_registry\server\rule_data_plugin_service\resource_installer.js:54:20)
at listOnTimeout (node:internal/timers:559:17)
at processTimers (node:internal/timers:502:7)
[2022-06-20T07:47:37.742+05:30][ERROR][plugins.ruleRegistry] Error: Failure installing common resources shared between all indices. Timeout: it took more than 1200000ms
at ResourceInstaller.installWithTimeout (D:\kibana-8.2.3\x-pack\plugins\rule_registry\server\rule_data_plugin_service\resource_installer.js:63:13)
at ResourceInstaller.installCommonResources (D:\kibana-8.2.3\x-pack\plugins\rule_registry\server\rule_data_plugin_service\resource_installer.js:77:5)
I tried to update couple of lines in kibana.yml
server.host: "172.20.192.1"
Elasticsearch.hosts: ["https://172.20.192.1:9201"]
It didn't work. Then i tried creating new enrollment token using "
Elasticsearch-create-enrollment-token --scope kibana", but its giving error ERROR: Failed to determine the health of the cluster.
Could you please let me know what else i need to do.
Thanks,
Chandra