In case it is not obvious, the problem I am trying to solve here is to not have tens of thousands of files in the same directory, which destroys performance. Is there another, built-in way that I don't know about to have syslog-ng do a hash on the destination filename and generate a directory automagically based on that? thx On 1/25/10 3:07 PM, Rory Toma wrote:
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? ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.campin.net/syslog-ng/faq.html