HOWTO remove a kibana chroot
Why do that
- Remove an instance of kibana (domain)
- Change the system technical level
Prerequisites
- To communicate with the external customer and the CyberSecurity
Run team
- Repository Ubuntu
What to do
- Stop the supervisor service
| $ supervisorctl stop kibana-<domain>
|
- umount /proc in the chroot
| $ sudo chroot /data/kibana/<domain>
$ umount /proc
$ exit
|
- Remove the chroot
| $ sudo rm -rf /data/kibana/<domain>
|
To redeploy
Use the deloyer to deploy
| $ punchplatform-deployer.sh deploy -Kk -t kibana -l kibana_servers
|