There may be an option (c), using regular expression:
<group>aa|bb|cc</group>
On Friday, September 7, 2012 7:49:16 AM UTC-7, carlopmart wrote:
>
> On Fri, Sep 7, 2012 at 1:42 PM, dan (ddp) <[email protected] <javascript:>>
> wrote:
> > On Fri, Sep 7, 2012 at 9:12 AM, C. L. Martinez
> > <[email protected]<javascript:>>
> 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) ...
>