template t_both_timestamps { template("$R_ISODATE $HOST $S_ISODATE $MSG\n"); template_escape(no); };
It still gave me a timestamp like 2013-04-05T03:14:27+00:00.
Hi,When I enable, ts_format("iso"), I'm not able to get milliseconds precision and what I get is something like 2013-04-05T02:57:07+00:00
I want to get a complete ISO8601 timestamp format in syslog-ng. Something like: 2013-04-04T18:44:34.694692+00:00
For some reason, I really need milliseconds resolution. How can I achieve that in syslogn-ng?