elasticsearch-comrade
elasticsearch-comrade copied to clipboard
Nothing shows on page when running with docker
tried both chrome and firefox
command:
docker run -v $PWD/clusters/:/app/comrade/clusters/ -it -p 8000:8000 mosheza/elasticsearch-comrade
Can you share logs from the console? do you have json files under $PWD/clusters?
ping @debu99
Same problem for me, it turns out one needs to add a cluster configuration file as described in the documention, but that's not clear on Readme's quickstart section.
Adding clusters via UI would be great, at the very least some message telling no cluster is configured with a link to documentation would be very welcome for first time users.