I have some rotated log files in csv format, which contains numeric data and timestamp of the event, and I need to plot this data with milliseconds precision.
I try to use zabbix log file monitoring function for this purpose, but zabbix inserts time of getting log from zabbix agent instead of real event time. In the Log
item type, there is Log time format
field, which allow to parse timestamp of event from log message, but there is no such field in numeric data type.
Is it possible to get event time from log message using zabbix log file monitoring?