Need to run two separate elk stack using docker

Hello community, I need to run two separate elk stack, i.e. elk7.17 and elk8.0 on same machine in docker containers using docker-compose. I have already changed the port for both like 9200, 9300 for elk7.17 and 9202 and 9303 for elk8.0 and for kibana 5601 and 5602.
Below are the logs;
kib01 | {"type":"log","@timestamp":"2022-02-28T12:09:06+00:00","tags":["error","elasticsearch-service"],"pid":7,"message":"Unable to retrieve version information from Elasticsearch nodes. connect ECONNREFUSED [172.29.0.2:9201](http://172.29.0.2:9201/)"}

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