Hello, for me, there are some features missing: 1. Real boolean expresions in filter statements with: and, or, not , (, ) filter test { ( ( program("abc") or program("cde") ) and level("info") ) or ( program("xyz") and level("debug") ); }; 2. What about actions ? Actions can be used to modify the contents of an log-message (sed-like) befor writing it to its destination. 3. new destination database Is something planed ? Is it interesting ? cu MN -- -------------- Martin Neimeier Tel:+49(6262)912344 Fax:+49(6262)912347
for me, there are some features missing:
1. Real boolean expresions in filter statements with: and, or, not , (, )
filter test { ( ( program("abc") or program("cde") ) and level("info") ) or ( program("xyz") and level("debug") ); };
it is exactly implemented this way.
2. What about actions ?
Actions can be used to modify the contents of an log-message (sed-like) befor writing it to its destination.
this is planned, though I don't really have time nowadays.
3. new destination database
Is something planed ? Is it interesting ?
I think as long as there's no uniform log format involved, there's no point in putting log messages into a database. -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 url: http://www.balabit.hu/pgpkey.txt
participants (2)
-
Balazs Scheidler
-
Martin Neimeier