Re: [nxlog-ce-users] Using the im_dbi input module

2013-10-09 Thread Botond Botyanszki
Hi, There is a freetds driver for libdbi which can be used to connect to MSSQL, YMMV though. You are right that the documentation is not the best there. The most important directive is missing: SQL Select ID as id, DateOccured as EventTime, data from logtable The module will automatically prepend

[nxlog-ce-users] Using the im_dbi input module

2013-10-08 Thread Emmanuel Eriksson
I would like to retrieve log messages from SQL Server. NxLog documentation for the im_dbi module which seems like the appropriate one to use for this has "FIXME" for the description. There is an example in the documentation but it seems to be missing how to configure the sql query. Has anyone f