The security settings of 8+ versions is too too complicate

I installed es and kibana through docker , after a period , the kibana cannot connect es ,

The security settings is too complicate , after weeks of reading docs and search from google, does not know what going wrong.

throw:

Unable to retrieve version information from Elasticsearch nodes. connect ECONNREFUSED 172.18.0.2:9200

[2023-05-20T09:54:12.926+00:00][ERROR][plugins.ruleRegistry] Error: Timeout: it took more than 1200000ms
    at Timeout._onTimeout (/usr/share/kibana/x-pack/plugins/rule_registry/server/rule_data_plugin_service/resource_installer.js:61:20)
    at listOnTimeout (node:internal/timers:559:17)
    at processTimers (node:internal/timers:502:7)
[2023-05-20T09:54:12.931+00:00][ERROR][plugins.ruleRegistry] Error: Failure installing common resources shared between all indices. Timeout: it took more than 1200000ms
    at ResourceInstaller.installWithTimeout (/usr/share/kibana/x-pack/plugins/rule_registry/server/rule_data_plugin_service/resource_installer.js:75:13)
    at ResourceInstaller.installCommonResources (/usr/share/kibana/x-pack/plugins/rule_registry/server/rule_data_plugin_service/resource_installer.js:89:5)

Welcome to our community! :smiley:

What does curl 172.18.0.2:9200 from outside of the Elasticsearch host return?

In the elasticsearch docker host :

while the python client works fine

Please don't post pictures of text, logs or code. They are difficult to read, impossible to search and replicate (if it's code), and some people may not be even able to see them :slight_smile:

What do your Elasticsearch logs show?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.