Hi everyone, I just installed wazuh-manager on a vm, Ubuntu LTS 20.04.
The problem is when I try to connect to the web page, I am getting "Kibana is not ready yet" text.
I checked IP addresses on both Elasticsearch.yml and kibana.yml.
This is Kibana's status
kibana.service - Kibana
Loaded: loaded (/etc/systemd/system/kibana.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2021-12-19 17:32:55 +03; 12min ago
Main PID: 766932 (node)
Tasks: 11 (limit: 4637)
Memory: 179.3M
CGroup: /system.slice/kibana.service
└─766932 /usr/share/kibana/bin/../node/bin/node /usr/share/kibana/bin/../src/cli/dist -c /etc/kibana/kibana.yml
Ara 19 17:45:20 nneroche-VirtualBox kibana[766932]: {"type":"log","@timestamp":"2021-12-19T14:45:20Z","tags":["error","elasticsearch","data"],"pid":766932,"message":"[ConnectionError]: socket hang up"}
Ara 19 17:45:23 nneroche-VirtualBox kibana[766932]: {"type":"log","@timestamp":"2021-12-19T14:45:23Z","tags":["error","elasticsearch","data"],"pid":766932,"message":"[ConnectionError]: socket hang up"}
Ara 19 17:45:25 nneroche-VirtualBox kibana[766932]: {"type":"log","@timestamp":"2021-12-19T14:45:25Z","tags":["error","elasticsearch","data"],"pid":766932,"message":"[ConnectionError]: socket hang up"}
Ara 19 17:45:28 nneroche-VirtualBox kibana[766932]: {"type":"log","@timestamp":"2021-12-19T14:45:28Z","tags":["error","elasticsearch","data"],"pid":766932,"message":"[ConnectionError]: socket hang up"}
Ara 19 17:45:30 nneroche-VirtualBox kibana[766932]: {"type":"log","@timestamp":"2021-12-19T14:45:30Z","tags":["error","elasticsearch","data"],"pid":766932,"message":"[ConnectionError]: socket hang up"}
Ara 19 17:45:33 nneroche-VirtualBox kibana[766932]: {"type":"log","@timestamp":"2021-12-19T14:45:33Z","tags":["error","elasticsearch","data"],"pid":766932,"message":"[ConnectionError]: socket hang up"}
Ara 19 17:45:35 nneroche-VirtualBox kibana[766932]: {"type":"log","@timestamp":"2021-12-19T14:45:35Z","tags":["error","elasticsearch","data"],"pid":766932,"message":"[ConnectionError]: socket hang up"}
Ara 19 17:45:38 nneroche-VirtualBox kibana[766932]: {"type":"log","@timestamp":"2021-12-19T14:45:38Z","tags":["error","elasticsearch","data"],"pid":766932,"message":"[ConnectionError]: socket hang up"}
Ara 19 17:45:40 nneroche-VirtualBox kibana[766932]: {"type":"log","@timestamp":"2021-12-19T14:45:40Z","tags":["error","elasticsearch","data"],"pid":766932,"message":"[ConnectionError]: socket hang up"}
Ara 19 17:45:43 nneroche-VirtualBox kibana[766932]: {"type":"log","@timestamp":"2021-12-19T14:45:43Z","tags":["error","elasticsearch","data"],"pid":766932,"message":"[ConnectionError]: socket hang up"}
And this is Elasticsearch's status.
elasticsearch.service - Elasticsearch
Loaded: loaded (/lib/systemd/system/elasticsearch.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2021-12-19 13:01:26 +03; 5h 2min ago
Docs: https://www.elastic.co
Main PID: 5275 (java)
Tasks: 74 (limit: 4637)
Memory: 739.1M
CGroup: /system.slice/elasticsearch.service
└─5275 /usr/share/elasticsearch/jdk/bin/java -Xshare:auto -Des.networkaddress.cache.ttl=60 -Des.networkaddress.cache.negative.ttl=10 -XX:+AlwaysPreTouch -Xss1m -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djna.nosys=true -XX:-OmitStackTraceInFastThrow -X>
Ara 19 13:01:01 nneroche-VirtualBox systemd[1]: Starting Elasticsearch...
Ara 19 13:01:26 nneroche-VirtualBox systemd-entrypoint[5275]: WARNING: An illegal reflective access operation has occurred
Ara 19 13:01:26 nneroche-VirtualBox systemd-entrypoint[5275]: WARNING: Illegal reflective access by com.amazon.opendistro.elasticsearch.performanceanalyzer.collectors.MasterServiceEventMetrics (file:/usr/share/elasticsearch/plugins/opendistro-performance-analyzer/opendi>
Ara 19 13:01:26 nneroche-VirtualBox systemd-entrypoint[5275]: WARNING: Please consider reporting this to the maintainers of com.amazon.opendistro.elasticsearch.performanceanalyzer.collectors.MasterServiceEventMetrics
Ara 19 13:01:26 nneroche-VirtualBox systemd-entrypoint[5275]: WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
Ara 19 13:01:26 nneroche-VirtualBox systemd-entrypoint[5275]: WARNING: All illegal access operations will be denied in a future release
Ara 19 13:01:26 nneroche-VirtualBox systemd[1]: Started Elasticsearch.
I can curl http://127.0.0.1:9200 and get result as, at the end "You know etc.." text.
Can you please help, I would be greatfull.