~/cloudunit/cu-compose/cu-docker-compose.sh with-elk
Persistent volumes won't be deleted.
~/cloudunit/cu-compose/cu-docker-compose.sh reset
Log in as root
service docker restart
Log in as admincu
~/cloudunit/cu-compose/cu-docker-compose.sh with-elk
This problem occurs when docker has lost synchronization. This issue is common for many versions : moby/moby#20486
Log in as root
service docker stop
rm /var/lib/docker/network/files/local-kv.db
service docker start
Log in as admincu
~/cloudunit/cu-compose/cu-docker-compose.sh with-elk
This problem occurs when reponse time of elasticsearch query is to slow, usually it come from the indexes of elasticsearch that have not been purged.
Play this command line on the host where :
curl -X DELETE '${elasticsearch-container-ip}:9200/metricbeat-2017.${month}.${day}'
curl -X DELETE '${elasticsearch-container-ip}:9200/jmxtrans-2017.${month}.${day}'
Windows | MacOS | Linux | |
---|---|---|---|
Chrome | ✓ | ✓ | ✓ |
Firefox33 | ✓ | ✓ | ✓ |
Opera | ✓ | ? | ✓ |
Safari | ? | ✓ | - |
Edge | ✓ | - | - |
IE11 | ✓ | - | - |