In our Project a completely virtual Security Analatics environment is deployed,
/var/log partition in VLC get full each time and whole thing gets stuck, not sure why.
I am new to Security Analytics and followed following two article but var/log still getting full Please Help...:)
for workaround each time i need to delete old message files.
what to do ? so that /var/log partition rotate logs and partition doesn't get full
So the /var/log partition is getting filled, but can you find out which files are taking up the most space so you can look to that service for troubleshooting? Run the following:
du -sh /var/log/*
That should give you a listing of what is taking up the space so you can target your searches / troubleshooting directly to that service.