I'm working through the BlueData docs to enable Kibana.
To start Kibana:
- Login to the Controller.
- Execute the command
docker exec -it monitoring-<controller_ip> bash, where<controller_ip>is the IP address of the Controller.- ...
I've ssh'd into my BlueData controller and run the docker exec ... command, however, I get the following error:
Error response from daemon: No such container: monitoring-10.1.0.26
Any idea what is wrong here?
NOTE: My BlueData version is bluedata-epic-entdoc-minimal-release-3.7-2207
First, check what containers are running:
You can now see the correct command:
The documentation appears to be missing the
epic-suffix, i.e.Instead of ...
It looks like it should be ...