Troubleshoot ELK
Disk capacity issue
Symptoms
If a disk is 95% full, Elasticsearch won't write metrics to indices. When the disk space is freed up, the operation is still unavailable and indices won't be automatically unlocked for writing.
Resolution
To unlock the indices, on the Integration server, in INSTALL_DIR/tools, run the elastic-full-disk-recover.sh script. The script will request your admin password.
# Here, /opt/workfusion is your INSTALL_DIR
$ /opt/workfusion/tools/elastic-full-disk-recover.sh
Enter host password for 'admin' user:
{"acknowledged":true}