[rsyslog] tls + tcp input

2014-11-11 Thread Brian Knox
Is it possible to specify TLS on a per input basis for the TCP input, or is
it all or nothing?

Brian
___
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] tls + tcp input

2014-11-12 Thread Rainer Gerhards
Iirc it is possible. Isn't that an input parameter?

Sent from phone, thus brief.
Am 11.11.2014 23:11 schrieb "Brian Knox" :

> Is it possible to specify TLS on a per input basis for the TCP input, or is
> it all or nothing?
>
> Brian
> ___
> 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] tls + tcp input

2014-11-12 Thread Brian Knox
It looks like the parameters that control the auth mode are global:

http://www.rsyslog.com/doc/master/configuration/modules/imtcp.html

I could be misunderstanding the documentation.

Brian

On Wed, Nov 12, 2014 at 8:02 AM, Rainer Gerhards 
wrote:

> Iirc it is possible. Isn't that an input parameter?
>
> Sent from phone, thus brief.
> Am 11.11.2014 23:11 schrieb "Brian Knox" :
>
> > Is it possible to specify TLS on a per input basis for the TCP input, or
> is
> > it all or nothing?
> >
> > Brian
> > ___
> > 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.
>
___
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] tls + tcp input

2014-11-12 Thread Rainer Gerhards
2014-11-12 14:25 GMT+01:00 Brian Knox :

> It looks like the parameters that control the auth mode are global:
>
>
ah, you are right. I just checked the code. I thought I had changed that.
Anyways... the trick to do then is to use imtcp for tls and imptcp for
plain.

HTH
Rainer


> http://www.rsyslog.com/doc/master/configuration/modules/imtcp.html
>
> I could be misunderstanding the documentation.
>
> Brian
>
> On Wed, Nov 12, 2014 at 8:02 AM, Rainer Gerhards  >
> wrote:
>
> > Iirc it is possible. Isn't that an input parameter?
> >
> > Sent from phone, thus brief.
> > Am 11.11.2014 23:11 schrieb "Brian Knox" :
> >
> > > Is it possible to specify TLS on a per input basis for the TCP input,
> or
> > is
> > > it all or nothing?
> > >
> > > Brian
> > > ___
> > > 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.
> >
> ___
> 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] tls + tcp input

2014-11-12 Thread Brian Knox
Sneaky - that makes sense.  :)

On Wed, Nov 12, 2014 at 9:17 AM, Rainer Gerhards 
wrote:

> 2014-11-12 14:25 GMT+01:00 Brian Knox :
>
> > It looks like the parameters that control the auth mode are global:
> >
> >
> ah, you are right. I just checked the code. I thought I had changed that.
> Anyways... the trick to do then is to use imtcp for tls and imptcp for
> plain.
>
> HTH
> Rainer
>
>
> > http://www.rsyslog.com/doc/master/configuration/modules/imtcp.html
> >
> > I could be misunderstanding the documentation.
> >
> > Brian
> >
> > On Wed, Nov 12, 2014 at 8:02 AM, Rainer Gerhards <
> rgerha...@hq.adiscon.com
> > >
> > wrote:
> >
> > > Iirc it is possible. Isn't that an input parameter?
> > >
> > > Sent from phone, thus brief.
> > > Am 11.11.2014 23:11 schrieb "Brian Knox" :
> > >
> > > > Is it possible to specify TLS on a per input basis for the TCP input,
> > or
> > > is
> > > > it all or nothing?
> > > >
> > > > Brian
> > > > ___
> > > > 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.
> > >
> > ___
> > 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.
>
___
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.