I want to create a database of my proxy-server log messages and then modify and change them then finally send them to syslog-ng!!
Is it possible?
I want to create a database of my proxy-server log messages and then modify and change them then finally send them to syslog-ng!!
Is it possible?
Since you are talking about the access.log file, I think it would be easier to read this file with syslog-ng, process them as you want, and then send them to sql from syslog-ng. I'd recommend checking the syslog-ng docs for a start.