Forum Discussion

kiml01_143042's avatar
kiml01_143042
Icon for Nimbostratus rankNimbostratus
Feb 05, 2014

clear F5 network firewall event log

How can I clear the network firewall event logs on BIG-IP 11.4?

 

2 Replies

  • Disclaimer:

    I'm probably treading in deep water now as I have virtually no experience with AFM, but try this?

    Stop the syslog service
    /etc/init.d/syslog-ng stop;
    Remove the log
    rm /var/log/[log file of your choosing (afm?)];
    Start the syslog service
    /etc/init.d/syslog-ng start;
    

    /Patrik