25 Jan
2010
25 Jan
'10
11:07 p.m.
On 1/25/10 2:38 PM, Rory Toma wrote:
Hmmm... Example 3.40 in the 3.0 syslog-ng documentation would seem to suggest otherwise, or am I just misunderstanding the syntax?
OK, I've tried another approach, and it almost works... I use the parser command to break up my hostname (which is always 16 chars) into 16 parts, and then I want to use the first 13 columns in the dest... However, I don't know how to construct a delimiters statement to break this up, delimiters("") doesn't work. Any suggestions?