Removing Kibana Logs
The upgrade process will backup the Kibana log files at /var/log/kibana
to /installs/update/fix/backups
. If the Kibana log files are too big (see below), it might cause /installs
mount point to get 100% full and fail the upgrade. To fix that, please execute the following commands to delete the Kibana log files:
Code Block | ||||
---|---|---|---|---|
| ||||
rm -f /var/log/kibana/* |
Non-Appliance Mode Users Only - Kibana Logs Configuration
...