31 May
2005
31 May
'05
7:26 p.m.
On Mon, 30 May 2005 19:12:51 CDT, micah milano said:
The attached patch comes from http://dev.riseup.net/patches/syslog-ng what it does is provide a simple filter to strip out unwanted regular expressions from logs, as well as an IP alias that enables you to strip out IP addresses from your logs.
Interesting. Does it apply the regexp to *the entire message* (a quick read of the code indicates so)? Also, I see in make_filter_replace: if (strcasecmp(re,"ips") == 0) { re = "...([\\.\\-](25 Was the \\- intended? And just to *ensure* that rocks and rotten tomatoes are heaved at me: Any plans to expand that RE to cover IPv6 addresses? ;)