I'm having this error:
This version of Kibana (v8.5.3) is incompatible with the following Elasticsearch nodes in your cluster: v7.17.8 @ 192.168.240.6:9200 (192.168.240.6)
However in my docker ps command output the version is correct:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
d87c99b44ba9 docker.elastic.co/elasticsearch/elasticsearch:8.5.3 "/bin/tini -- /usr/l…" 8 minutes ago Up 7 minutes 0.0.0.0:9200->9200/tcp, 0.0.0.0:9300->9300/tcp elasticsearch
8783bfb13f5a docker.elastic.co/kibana/kibana:8.5.3 "/bin/tini -- /usr/l…" 8 minutes ago Up 7 minutes 0.0.0.0:5601->5601/tcp kibana
What could be the cause?