Re: [mod-security-users] rotating the index file using concurrent logging.
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2006-01-10 21:59:51
|
Alon Agmon wrote: > Hi, > > I'm using the new "concurrent" logging option to aggregate and collect > audit logs , > > Since we are using mod_sec as a web application firewall, on a very > loaded farm (100 request per second almost 24/7), > > Our farm is based on public web services, > > Now the question is whether there is an option to rotate the "index" > file, without causing a downtime to the system, or restart apache > > Since our index file becomes like 500mb after one week. And sys down > time is critical. Starting with 1.9.2 (now in rc3, due to be released as stable on Monday) you should be able to use any piped-logging rotate script there is to rotate the index file. Also, in the util/ subfolder there is a proof-of-concept script modsec-auditlog-collector.pl that submits audit log entries to a central server (via HTTP PUT) in real time. The script isn't written for heavy usage such as yours, but it is something you can look at if you want to wrap your own rotate script. -- Ivan Ristic, Technical Director Thinking Stone, http://www.thinkingstone.com Tel: +44 20 8141 2161, Fax: +44 87 0762 3934 |