Hello,

I'm curious if anyone has tried receiving logs from a database into rsyslog. I 
know there are several database output modules available, but I have a number 
of systems that can only be configured to log to a MS-SQL or MySQL database.

Other systems handle this by connecting to the database, running a custom 
select statement, and receiving any new rows. Most often, the timestamp (or 
other similar field) of the last record is saved, and the next query uses this 
information to add a WHERE Timestamp > $Saved_Timestamp clause.

Has anyone come across something that would do this? Ideally an rsyslog input 
module, but if there was a program that could do this and output the data to a 
flat file, that would obviously work as well.

Thanks in advance,

-- 
Vlad Grigorescu | IT Security Engineer
Office of Privacy and Information Assurance
University of Illinois at Urbana-Champaign
0x632E5272 | 217.244.1922
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/

Reply via email to