why is there reserved 4gb for logs?
Quote from: idiocracy on June 16, 2024, 08:24:46 pmwhy is there reserved 4gb for logs? 4 GB is used for logs. How do you conclude that it is reserved? Would you rather it used 1 GB and leave the other 3 GB unused?It is good security practice to log to a separate collector. This allows correlation with other parts of the network and stops an attacker hiding their tracks.
For now you need to do the following to see which one is swelling up. Log in to the box via console, ssh, serial. cd /var/logdu -hscx -- *
When you see which one is largest, it will have a latest.log, dmesg, syslog etc. You can run this to watch the log and keep refreshing even if the file is rotated:tail -F logFile
So you already know you have excessive firewall logging, maybe you enabled the logging option on a stateless rule or one of the default logging options (which are disabled by default because they cause excessive logging).Cheers,Franco