Hi all, My team is doing a project collecting and analyzing database transaction logs to detect poisonous queries with ossec. With mysql, ossec can collect logs with specific queries; but mssql is not. Mssql logs into ldf file with unpublicized format, we want to code a tool can generate logs when there're changes in database. After working 1 weeks, we have an idea: using unsupported function fn_dblog to decode the transactions logs from ldf file. But we got troubles in interpreting data from output of fn_dblog, the material is very little. Or there is another approach to collect mysql transaction logs. We hope to get help from you.
Thanks for reading. Best regards -- --- You received this message because you are subscribed to the Google Groups "ossec-list" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
