On Fri, Sep 7, 2012 at 1:42 PM, dan (ddp) <[email protected]> wrote: > On Fri, Sep 7, 2012 at 9:12 AM, C. L. Martinez <[email protected]> wrote: >> Hi all, >> >> What is the correct option to define multiple groups in syslog_output >> section?? >> >> a) >> <syslog_output> >> <server>172.17.22.3</server> >> <port>10516</port> >> <group>aa,bb,cc</group> >> </syslog_output> >> >> b) >> >> <syslog_output> >> <server>172.17.22.3</server> >> <port>10516</port> >> <group>aa</group> >> <group>bb</group> >> <group>cc</group> >> </syslog_output> > > No idea. Did you try either of them? Did either of them work? I can > try them later if you need me to, otherwise report back with your > findings and I'll update the documentation.
Option a), doesn't works, allmost in my configuration ... I will to try option b) ...
