[syslog-ng] syslog-ng GUI

Arya, Manish Kumar m.arya at yahoo.com
Thu May 11 14:51:03 CEST 2006


Hi Guys,

   I am storing logs on a central server having 3T
SAN,
using follwing template

destination indexlog {
       
file("/logs/log01/indexlog/$YEAR/$MONTH/$DAY/$HOST"
       
template("$HOUR:$MIN:$SEC,$PROGRAM,$FACILITY,$PRIORITY,$MSGONLY\n")
        template-escape(yes)
        owner(root) group(root) perm(0644)
dir_perm(0755) create_dirs(yes));
};

my logging is done perfectly :)

like /logs/log01/indexlog/2006/05/11/hostnames

I want to have a GUI to view logs with following
facilities

-search logs on basis on date/time, text patterns in
messages,hostnames.

-should provide facility to have filters associated
with user authentication/authorization.

-should be able to to parallel search to improve
search response time.

Regards,
-Manish

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


More information about the syslog-ng mailing list