Re: [rsyslog] combine type="omfile" and outchannel using action

2018-02-14 Thread putcha narayana via rsyslog
Hello Rainer,

Appreciate your inputs and for adding the enhancement.
Will continue to use the old style for now.

Thanks and Regards
Lak

From: Rainer Gerhards 
Sent: Wednesday, February 14, 2018 12:07 PM
To: rsyslog-users
Cc: putcha narayana
Subject: Re: [rsyslog] combine type="omfile" and outchannel using action

Hi Lak,

sorry to say this, but this is actually something we have not yet
ported to new style configuration. So you need to continue to use the
old style until the equivalent of that feature is implemented.

I have created a feature request for it:
https://github.com/rsyslog/rsyslog/issues/2479

Rainer

2018-02-14 11:37 GMT+01:00 putcha narayana via rsyslog
:
> Hi,
>
> I am working on existing rsyslog configuration files in my project to adapt 
> the old style usage to new one.
> I had referred to Module parameters for omfile but did not find any parameter 
> matching my intent.
>
> Current:
> $outchannel Authlog,/var/log/auth.log,1050175078,/usr/bin/rsyslog-logrotate 
> /var/log/auth.log
>
> if ($syslogfacility-text == 'auth' or $syslogfacility-text == 'authpriv' )
> then :omfile:$Authlog;FileFormat
>
> I would like to Update the above line as below:
> if ($syslogfacility-text == 'auth' or $syslogfacility-text == 'authpriv' )
> then
> {
>  action(type="omfile:$AuthLog" template="FileFormat")
>  stop
> }
>
> Request you to revert if the updated usage type="omfile:$AuthLog" is an 
> acceptable way to use. If not please recommend an alternate method.
>
>
> Lak
> ___
> rsyslog mailing list
> http://lists.adiscon.net/mailman/listinfo/rsyslog
> http://www.rsyslog.com/professional-services/
> What's up with rsyslog? Follow https://twitter.com/rgerhards
> NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of 
> sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T 
> LIKE THAT.
___
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of 
sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE 
THAT.


Re: [rsyslog] combine type="omfile" and outchannel using action

2018-02-14 Thread Rainer Gerhards
Hi Lak,

sorry to say this, but this is actually something we have not yet
ported to new style configuration. So you need to continue to use the
old style until the equivalent of that feature is implemented.

I have created a feature request for it:
https://github.com/rsyslog/rsyslog/issues/2479

Rainer

2018-02-14 11:37 GMT+01:00 putcha narayana via rsyslog
:
> Hi,
>
> I am working on existing rsyslog configuration files in my project to adapt 
> the old style usage to new one.
> I had referred to Module parameters for omfile but did not find any parameter 
> matching my intent.
>
> Current:
> $outchannel Authlog,/var/log/auth.log,1050175078,/usr/bin/rsyslog-logrotate 
> /var/log/auth.log
>
> if ($syslogfacility-text == 'auth' or $syslogfacility-text == 'authpriv' )
> then :omfile:$Authlog;FileFormat
>
> I would like to Update the above line as below:
> if ($syslogfacility-text == 'auth' or $syslogfacility-text == 'authpriv' )
> then
> {
>  action(type="omfile:$AuthLog" template="FileFormat")
>  stop
> }
>
> Request you to revert if the updated usage type="omfile:$AuthLog" is an 
> acceptable way to use. If not please recommend an alternate method.
>
>
> Lak
> ___
> rsyslog mailing list
> http://lists.adiscon.net/mailman/listinfo/rsyslog
> http://www.rsyslog.com/professional-services/
> What's up with rsyslog? Follow https://twitter.com/rgerhards
> NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of 
> sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T 
> LIKE THAT.
___
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of 
sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE 
THAT.