[syslog-ng] [Bug 172] New: tcp() destination driver ignores ts_format() parameter

bugzilla at bugzilla.balabit.com bugzilla at bugzilla.balabit.com
Sun Apr 8 23:14:07 CEST 2012


https://bugzilla.balabit.com/show_bug.cgi?id=172

           Summary: tcp() destination driver ignores ts_format() parameter
           Product: syslog-ng
           Version: 3.3.x
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: unspecified
         Component: syslog-ng
        AssignedTo: bazsi at balabit.hu
        ReportedBy: chiestand at salk.edu
Type of the Report: bug
   Estimated Hours: 0.0


The documentation (http://www.balabit.com/sites/default/files/syslog-ng-ose-v3.3-guide-admin-en.pdf) states that you may use the ts_format() paramater to
modify the timestamp format.
However this parameter does not work, rfc3164 format seems to be used no matter what you specify in ts_format(). So either the documentation is wrong or there
is a bug.

I am running 3.3.4 on Debian Wheezy. I also had the problem running 3.1 in Debian Squeeze.


my driver:
destination My_Syslog { tcp("syslog.server.salk.edu" port(514) ts_format(iso) ); };
log { source(s_src); destination(My_Syslog); };


tcpdump:
@.m..<hw<86>Apr  6 01:24:01 host CRON[1923]: pam_unix(cron:session): session closed for user root


I emailed the mailing list on this issue, the thread can be viewed here:
https://lists.balabit.hu/pipermail/syslog-ng/2012-April/018638.html


-- 
Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the syslog-ng mailing list