Monitoring is showing the /var/log partition filling up. We want to manually clear space.
# ls -alh /var/log shows the 3 biggest files as wtmp, secure, and messages
All supported versions of the CA API Gateway
The gateway has logrotate.d enabled by default but if you want to manually clear these files you can simply do the below action;
# echo > /var/log/messages
# echo > /var/log/secure
# echo > /var/log/wtmp
# ls -al /var/log (All should now have size of 1 bytes)
# reboot -n
After reboot you should note these files have grown in size and messages normally.