Hello everybody,
how can I process data in tables in a database that are used for logging purposes?
The table usually consists of a timestamp, severity and message.
With "db.odbc.getdb" I can get json but
* How to get the last unprocessed lines? (like for zabbix agent active checking logfiles)
* How to format the output into information type "log"?
Is it possible at all?
Best regards
how can I process data in tables in a database that are used for logging purposes?
The table usually consists of a timestamp, severity and message.
With "db.odbc.getdb" I can get json but
* How to get the last unprocessed lines? (like for zabbix agent active checking logfiles)
* How to format the output into information type "log"?
Is it possible at all?
Best regards
Comment