From: frobert@balabit.hu
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Re: syslog-ng: v2->v3 config issue...
Date: Wed, 04 Nov 2009 20:33:00 +0100 [thread overview]
Message-ID: <20091104203300.mtynbvjaioggskww@webmail.balabit> (raw)
In-Reply-To: <4AF1B9E4.8060003@gmail.com>
Hi Jarry,
thanks for the detailed info. I have discussed the issue with my
colleagues, and it seems that the error is on our side: there was a
performance-related change in the program-override option in 3.0.4,
which broke the function.
So you can either downgrade to an older version (3.0.3 should work),
or if you want to stick to 3.0.4, you can try to add a rewrite rule to
set the PROGRAM field to teamspeak (which may or may not work in this
case, since the program field seems to be empty in the message -
sorry, I haven't had the time to test it).
Alternatively, you can create a template for this destination and
rebuild the message from macros and add a default value for program
($ISODATE $HOST ${PROGRAM:-teamspeak2} $MESSAGE)
I hope one of these will work for you.
Regards,
Robert
Quoting Jarry <mr.jarry@gmail.com>:
> Fekete Robert wrote:
>> You are right, the program-override option is missing from the
>> documentation of the file source, but it should work anyway.
>> We did a quick test and it was working on our Ubuntu machines (tested
>> with syslog-ng 3.02a), both on kernel messages and also on custom
>> files containing log messages.
>
> Well, I'm not sure where is the problem. I'm using syslog-ng-3.0.4
> (the last stable version in portage). This is relevant part of my
> "new" /etc/syslog-ng.conf:
> ====================
> options { chain_hostnames(no);
> stats_freq(3600);
> ts_format(iso);
> flush_lines(1);
> log_fifo_size(250); };
>
> source s_teamspeak { file("/var/log/teamspeak2-server/server.log"
> flags(store-legacy-msghdr)
> program_override("teamspeak: ")
> log_fetch_limit(100)
> flags(no-parse)); };
>
> destination d_teamspeak { file("/var/log/ts2.log"); };
> log { source(s_teamspeak); destination(d_teamspeak); };
> ==========================
>
> One line in source (/var/log/teamspeak-server/server.log):
> 04-11-09 16:52:54,ALL,Info... (etc)
>
> Corresponding line in /var/log/ts2.log (that program_override()
> is simply missing):
> 2009-11-04T16:52:54+00:00 talk 04-11-09 16:52:54,ALL,Info...
>
> For comparison, the same part of my syslog-ng v2.x config:
> ==========================
> options { chain_hostnames(off);
> sync(0);
> stats(43200);
> ts_format(iso); };
>
> source s_teamspeak2 { file("/var/log/teamspeak2-server/server.log"
> log_prefix("teamspeak2: ")
> follow_freq(1)
> flags(no-parse)); };
>
> destination d_teamspeak { file("/var/log/ts2.log"); };
> log { source(s_teamspeak); destination(d_teamspeak); };
> ===========================
>
> And this is what I got in ts2.log with syslog-ng v2.x:
>
> 2009-09-25T18:17:41+00:00 talk teamspeak2: 28-07-09 18:49:39,ALL,Info...
>
> You see the difference?
> syslog-ng 2.x: "iso-time hostname *log_prefix* message"
> syslog-ng 3.x: "iso-time hostname message"
> Where is program_override?
>
> v2/v3 config-files are now not absolutely the same but even when
> I made them identical (removed fifo_size, fetch_limit, flags, etc)
> I still had this problem. And I observed this strange behavior
> not only with this particular file() source, but with all file()
> sources. So what could be the reason?
>
> Jarry
>
> --
> _______________________________________________________________
> This mailbox accepts e-mails only from selected mailing-lists!
> Everything else is considered to be spam and therefore deleted.
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
next prev parent reply other threads:[~2009-11-04 19:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-04 9:57 [gentoo-user] Re: syslog-ng: v2->v3 config issue Fekete Robert
2009-11-04 17:29 ` Jarry
2009-11-04 19:33 ` frobert [this message]
2009-11-04 21:18 ` Jarry
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091104203300.mtynbvjaioggskww@webmail.balabit \
--to=frobert@balabit.hu \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox