[syslog-ng] nested/derived source statements?

Jan Schaumann jschauma at netmeister.org
Tue May 4 01:13:11 CEST 2010


Hello,

Ie, I have

source s_tcp6 {
        tcp6(log_fetch_limit(25)
                port(601));
}

source s_tcp4 {
        tcp(log_fetch_limit(25)
                port(601));
};


and I would like to have another

source s_tcp {
	s_tcp4;
	s_tcp6;
};

but no matter what I try, I get syntax errors.  Is it not possible to
have nested/derived source statements?

-Jan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 186 bytes
Desc: not available
Url : http://lists.balabit.hu/pipermail/syslog-ng/attachments/20100503/134760ce/attachment.pgp 


More information about the syslog-ng mailing list