[rsyslog] omkafka module for rsyslog

2015-03-12 Thread Sloot, Hans-Peter
Hi,

I have been trying to get the omkafka plugin working in rsyslog
The version installed from epel is : rsyslog-8.8.0.ad1-1.el6.x86_64
The module omkafka is listed in the list of output modules
http://www.rsyslog.com/doc/v8-stable/configuration/modules/omkafka.html

When starting rsyslog  the following is shown in the messages file:
Mar 12 09:44:33 nlvora154 rsyslogd-2066: could not load module 
'/lib64/rsyslog/omkafka.so', dlopen: /lib64/rsyslog/omkafka.so: cannot open 
shared object file: No such file or directory  [v8.8.0.ad1 try 
http://www.rsyslog.com/e/2066 ]
Mar 12 09:44:33 nlvora154 rsyslogd-2209: module name 'omkafka' is unknown 
[v8.8.0.ad1 try http://www.rsyslog.com/e/2209 ]
Mar 12 09:44:33 nlvora154 rsyslogd-2207: error during parsing file 
/etc/rsyslog.d/kafka.conf, on or before line 60: errors occured in file 
'/etc/rsyslog.d/kafka.conf' around line 60 [v8.8.0.ad1 try 
http://www.rsyslog.com/e/2207 ]

For elasticsearch there is a separate rpm .
How can I get the omkafka module working?

Regards HansP

This e-mail and the documents attached are confidential and intended solely for 
the addressee; it may also be privileged. If you receive this e-mail in error, 
please notify the sender immediately and destroy it. As its integrity cannot be 
secured on the Internet, Atos’ liability cannot be triggered for the message 
content. Although the sender endeavours to maintain a computer virus-free 
network, the sender does not warrant that this transmission is virus-free and 
will not be liable for any damages resulting from any virus transmitted. On all 
offers and agreements under which Atos Nederland B.V. supplies goods and/or 
services of whatever nature, the Terms of Delivery from Atos Nederland B.V. 
exclusively apply. The Terms of Delivery shall be promptly submitted to you on 
your request.
___
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] omkafka module for rsyslog

2015-03-12 Thread Brian Knox
I can't speak to whether the module is packaged or not for your OS as I
build my own rsyslog packages.  If you are building rsyslog yourself, you
need to make sure you have this library:

https://github.com/edenhill/librdkafka

And then ./configure --enable-omkafka should work fine.

On Thu, Mar 12, 2015 at 5:46 AM, Sloot, Hans-Peter <
hans-peter.sl...@atos.net> wrote:

> Hi,
>
> I have been trying to get the omkafka plugin working in rsyslog
> The version installed from epel is : rsyslog-8.8.0.ad1-1.el6.x86_64
> The module omkafka is listed in the list of output modules
> http://www.rsyslog.com/doc/v8-stable/configuration/modules/omkafka.html
>
> When starting rsyslog  the following is shown in the messages file:
> Mar 12 09:44:33 nlvora154 rsyslogd-2066: could not load module
> '/lib64/rsyslog/omkafka.so', dlopen: /lib64/rsyslog/omkafka.so: cannot open
> shared object file: No such file or directory  [v8.8.0.ad1 try
> http://www.rsyslog.com/e/2066 ]
> Mar 12 09:44:33 nlvora154 rsyslogd-2209: module name 'omkafka' is unknown
> [v8.8.0.ad1 try http://www.rsyslog.com/e/2209 ]
> Mar 12 09:44:33 nlvora154 rsyslogd-2207: error during parsing file
> /etc/rsyslog.d/kafka.conf, on or before line 60: errors occured in file
> '/etc/rsyslog.d/kafka.conf' around line 60 [v8.8.0.ad1 try
> http://www.rsyslog.com/e/2207 ]
>
> For elasticsearch there is a separate rpm .
> How can I get the omkafka module working?
>
> Regards HansP
>
> This e-mail and the documents attached are confidential and intended
> solely for the addressee; it may also be privileged. If you receive this
> e-mail in error, please notify the sender immediately and destroy it. As
> its integrity cannot be secured on the Internet, Atos’ liability cannot be
> triggered for the message content. Although the sender endeavours to
> maintain a computer virus-free network, the sender does not warrant that
> this transmission is virus-free and will not be liable for any damages
> resulting from any virus transmitted. On all offers and agreements under
> which Atos Nederland B.V. supplies goods and/or services of whatever
> nature, the Terms of Delivery from Atos Nederland B.V. exclusively apply.
> The Terms of Delivery shall be promptly submitted to you on your request.
> ___
> 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] omkafka module for rsyslog

2015-03-12 Thread Sloot, Hans-Peter
Hi,

My OS is Redhat EL6.

When doing the configure it starts complaining.
First about uuid  so I ran : ./configure --enable-omkafka  --disable-uuid
But now it complains about

checking for LIBLOGGING_STDLOG... no
configure: error: Package requirements (liblogging-stdlog >= 1.0.3) were not 
met:

No package 'liblogging-stdlog' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBLOGGING_STDLOG_CFLAGS
and LIBLOGGING_STDLOG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

I cannot find a liblogging-stdlog rpm in the official yum repositories.

Regards Hans-Peter
-Original Message-
From: rsyslog-boun...@lists.adiscon.com 
[mailto:rsyslog-boun...@lists.adiscon.com] On Behalf Of Brian Knox
Sent: Thursday, March 12, 2015 11:07 AM
To: rsyslog-users
Subject: Re: [rsyslog] omkafka module for rsyslog

I can't speak to whether the module is packaged or not for your OS as I build 
my own rsyslog packages.  If you are building rsyslog yourself, you need to 
make sure you have this library:

https://github.com/edenhill/librdkafka

And then ./configure --enable-omkafka should work fine.

On Thu, Mar 12, 2015 at 5:46 AM, Sloot, Hans-Peter < 
hans-peter.sl...@atos.net<mailto:hans-peter.sl...@atos.net>> wrote:

> Hi,
>
> I have been trying to get the omkafka plugin working in rsyslog The
> version installed from epel is : rsyslog-8.8.0.ad1-1.el6.x86_64 The
> module omkafka is listed in the list of output modules
> http://www.rsyslog.com/doc/v8-stable/configuration/modules/omkafka.htm
> l
>
> When starting rsyslog  the following is shown in the messages file:
> Mar 12 09:44:33 nlvora154 rsyslogd-2066: could not load module
> '/lib64/rsyslog/omkafka.so', dlopen: /lib64/rsyslog/omkafka.so: cannot
> open shared object file: No such file or directory  [v8.8.0.ad1 try
> http://www.rsyslog.com/e/2066 ]
> Mar 12 09:44:33 nlvora154 rsyslogd-2209: module name 'omkafka' is
> unknown
> [v8.8.0.ad1 try http://www.rsyslog.com/e/2209 ] Mar 12 09:44:33
> nlvora154 rsyslogd-2207: error during parsing file
> /etc/rsyslog.d/kafka.conf, on or before line 60: errors occured in
> file '/etc/rsyslog.d/kafka.conf' around line 60 [v8.8.0.ad1 try
> http://www.rsyslog.com/e/2207 ]
>
> For elasticsearch there is a separate rpm .
> How can I get the omkafka module working?
>
> Regards HansP
>
> This e-mail and the documents attached are confidential and intended
> solely for the addressee; it may also be privileged. If you receive
> this e-mail in error, please notify the sender immediately and destroy
> it. As its integrity cannot be secured on the Internet, Atos’
> liability cannot be triggered for the message content. Although the
> sender endeavours to maintain a computer virus-free network, the
> sender does not warrant that this transmission is virus-free and will
> not be liable for any damages resulting from any virus transmitted. On
> all offers and agreements under which Atos Nederland B.V. supplies
> goods and/or services of whatever nature, the Terms of Delivery from Atos 
> Nederland B.V. exclusively apply.
> The Terms of Delivery shall be promptly submitted to you on your request.
> ___
> 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.

This e-mail and the documents attached are confidential and intended solely for 
the addressee; it may also be privileged. If you receive this e-mail in error, 
please notify the sender immediately and destroy it. As its integrity cannot be 
secured on the Internet, Atos’ liability cannot be triggered for the message 
content. Although the sender endeavours to maintain a computer virus-free 
network, the sender does not warrant that this transmission is virus-free and 
will not be liable for any damages resulting from any virus transmitted. On all 
offers and agreements under which Atos Nederland B.V. supplies goods and/or 
services of whatever nature, the Terms of Delivery from Atos Nederland B.V. 

Re: [rsyslog] omkafka module for rsyslog

2015-03-12 Thread Brian Knox
If you are interested in RPMs have you checked out the adiscon repo?

http://rpms.adiscon.com/v8-stable/

Brian



On Thu, Mar 12, 2015 at 7:00 AM, Sloot, Hans-Peter <
hans-peter.sl...@atos.net> wrote:

> Hi,
>
> My OS is Redhat EL6.
>
> When doing the configure it starts complaining.
> First about uuid  so I ran : ./configure --enable-omkafka  --disable-uuid
> But now it complains about
>
> checking for LIBLOGGING_STDLOG... no
> configure: error: Package requirements (liblogging-stdlog >= 1.0.3) were
> not met:
>
> No package 'liblogging-stdlog' found
>
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
>
> Alternatively, you may set the environment variables
> LIBLOGGING_STDLOG_CFLAGS
> and LIBLOGGING_STDLOG_LIBS to avoid the need to call pkg-config.
> See the pkg-config man page for more details.
>
> I cannot find a liblogging-stdlog rpm in the official yum repositories.
>
> Regards Hans-Peter
> -Original Message-
> From: rsyslog-boun...@lists.adiscon.com [mailto:
> rsyslog-boun...@lists.adiscon.com] On Behalf Of Brian Knox
> Sent: Thursday, March 12, 2015 11:07 AM
> To: rsyslog-users
> Subject: Re: [rsyslog] omkafka module for rsyslog
>
> I can't speak to whether the module is packaged or not for your OS as I
> build my own rsyslog packages.  If you are building rsyslog yourself, you
> need to make sure you have this library:
>
> https://github.com/edenhill/librdkafka
>
> And then ./configure --enable-omkafka should work fine.
>
> On Thu, Mar 12, 2015 at 5:46 AM, Sloot, Hans-Peter <
> hans-peter.sl...@atos.net<mailto:hans-peter.sl...@atos.net>> wrote:
>
> > Hi,
> >
> > I have been trying to get the omkafka plugin working in rsyslog The
> > version installed from epel is : rsyslog-8.8.0.ad1-1.el6.x86_64 The
> > module omkafka is listed in the list of output modules
> > http://www.rsyslog.com/doc/v8-stable/configuration/modules/omkafka.htm
> > l
> >
> > When starting rsyslog  the following is shown in the messages file:
> > Mar 12 09:44:33 nlvora154 rsyslogd-2066: could not load module
> > '/lib64/rsyslog/omkafka.so', dlopen: /lib64/rsyslog/omkafka.so: cannot
> > open shared object file: No such file or directory  [v8.8.0.ad1 try
> > http://www.rsyslog.com/e/2066 ]
> > Mar 12 09:44:33 nlvora154 rsyslogd-2209: module name 'omkafka' is
> > unknown
> > [v8.8.0.ad1 try http://www.rsyslog.com/e/2209 ] Mar 12 09:44:33
> > nlvora154 rsyslogd-2207: error during parsing file
> > /etc/rsyslog.d/kafka.conf, on or before line 60: errors occured in
> > file '/etc/rsyslog.d/kafka.conf' around line 60 [v8.8.0.ad1 try
> > http://www.rsyslog.com/e/2207 ]
> >
> > For elasticsearch there is a separate rpm .
> > How can I get the omkafka module working?
> >
> > Regards HansP
> >
> > This e-mail and the documents attached are confidential and intended
> > solely for the addressee; it may also be privileged. If you receive
> > this e-mail in error, please notify the sender immediately and destroy
> > it. As its integrity cannot be secured on the Internet, Atos’
> > liability cannot be triggered for the message content. Although the
> > sender endeavours to maintain a computer virus-free network, the
> > sender does not warrant that this transmission is virus-free and will
> > not be liable for any damages resulting from any virus transmitted. On
> > all offers and agreements under which Atos Nederland B.V. supplies
> > goods and/or services of whatever nature, the Terms of Delivery from
> Atos Nederland B.V. exclusively apply.
> > The Terms of Delivery shall be promptly submitted to you on your request.
> > ___
> > 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.
>
> This e-mail and the doc

Re: [rsyslog] omkafka module for rsyslog

2015-03-12 Thread Sloot, Hans-Peter
Yes I  have added that as a repository already to my server


-Original Message-
From: rsyslog-boun...@lists.adiscon.com 
[mailto:rsyslog-boun...@lists.adiscon.com] On Behalf Of Brian Knox
Sent: Thursday, March 12, 2015 12:10 PM
To: rsyslog-users
Subject: Re: [rsyslog] omkafka module for rsyslog

If you are interested in RPMs have you checked out the adiscon repo?

http://rpms.adiscon.com/v8-stable/

Brian



On Thu, Mar 12, 2015 at 7:00 AM, Sloot, Hans-Peter < hans-peter.sl...@atos.net> 
wrote:

> Hi,
>
> My OS is Redhat EL6.
>
> When doing the configure it starts complaining.
> First about uuid  so I ran : ./configure --enable-omkafka
> --disable-uuid But now it complains about
>
> checking for LIBLOGGING_STDLOG... no
> configure: error: Package requirements (liblogging-stdlog >= 1.0.3)
> were not met:
>
> No package 'liblogging-stdlog' found
>
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
>
> Alternatively, you may set the environment variables
> LIBLOGGING_STDLOG_CFLAGS and LIBLOGGING_STDLOG_LIBS to avoid the need
> to call pkg-config.
> See the pkg-config man page for more details.
>
> I cannot find a liblogging-stdlog rpm in the official yum repositories.
>
> Regards Hans-Peter
> -Original Message-
> From: rsyslog-boun...@lists.adiscon.com [mailto:
> rsyslog-boun...@lists.adiscon.com] On Behalf Of Brian Knox
> Sent: Thursday, March 12, 2015 11:07 AM
> To: rsyslog-users
> Subject: Re: [rsyslog] omkafka module for rsyslog
>
> I can't speak to whether the module is packaged or not for your OS as
> I build my own rsyslog packages.  If you are building rsyslog
> yourself, you need to make sure you have this library:
>
> https://github.com/edenhill/librdkafka
>
> And then ./configure --enable-omkafka should work fine.
>
> On Thu, Mar 12, 2015 at 5:46 AM, Sloot, Hans-Peter <
> hans-peter.sl...@atos.net<mailto:hans-peter.sl...@atos.net>> wrote:
>
> > Hi,
> >
> > I have been trying to get the omkafka plugin working in rsyslog The
> > version installed from epel is : rsyslog-8.8.0.ad1-1.el6.x86_64 The
> > module omkafka is listed in the list of output modules
> > http://www.rsyslog.com/doc/v8-stable/configuration/modules/omkafka.h
> > tm
> > l
> >
> > When starting rsyslog  the following is shown in the messages file:
> > Mar 12 09:44:33 nlvora154 rsyslogd-2066: could not load module
> > '/lib64/rsyslog/omkafka.so', dlopen: /lib64/rsyslog/omkafka.so:
> > cannot open shared object file: No such file or directory
> > [v8.8.0.ad1 try
> > http://www.rsyslog.com/e/2066 ]
> > Mar 12 09:44:33 nlvora154 rsyslogd-2209: module name 'omkafka' is
> > unknown
> > [v8.8.0.ad1 try http://www.rsyslog.com/e/2209 ] Mar 12 09:44:33
> > nlvora154 rsyslogd-2207: error during parsing file
> > /etc/rsyslog.d/kafka.conf, on or before line 60: errors occured in
> > file '/etc/rsyslog.d/kafka.conf' around line 60 [v8.8.0.ad1 try
> > http://www.rsyslog.com/e/2207 ]
> >
> > For elasticsearch there is a separate rpm .
> > How can I get the omkafka module working?
> >
> > Regards HansP
> >
> > This e-mail and the documents attached are confidential and intended
> > solely for the addressee; it may also be privileged. If you receive
> > this e-mail in error, please notify the sender immediately and
> > destroy it. As its integrity cannot be secured on the Internet, Atos’
> > liability cannot be triggered for the message content. Although the
> > sender endeavours to maintain a computer virus-free network, the
> > sender does not warrant that this transmission is virus-free and
> > will not be liable for any damages resulting from any virus
> > transmitted. On all offers and agreements under which Atos Nederland
> > B.V. supplies goods and/or services of whatever nature, the Terms of
> > Delivery from
> Atos Nederland B.V. exclusively apply.
> > The Terms of Delivery shall be promptly submitted to you on your request.
> > ___
> > 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
&

Re: [rsyslog] omkafka module for rsyslog

2015-03-12 Thread Sloot, Hans-Peter
Ok
It worked with :
./configure --enable-omkafka  --disable-uuid --disable-liblogging_stdlog 
--disable-generate-man-pages


-Original Message-
From: rsyslog-boun...@lists.adiscon.com 
[mailto:rsyslog-boun...@lists.adiscon.com] On Behalf Of Brian Knox
Sent: Thursday, March 12, 2015 12:10 PM
To: rsyslog-users
Subject: Re: [rsyslog] omkafka module for rsyslog

If you are interested in RPMs have you checked out the adiscon repo?

http://rpms.adiscon.com/v8-stable/

Brian



On Thu, Mar 12, 2015 at 7:00 AM, Sloot, Hans-Peter < hans-peter.sl...@atos.net> 
wrote:

> Hi,
>
> My OS is Redhat EL6.
>
> When doing the configure it starts complaining.
> First about uuid  so I ran : ./configure --enable-omkafka
> --disable-uuid But now it complains about
>
> checking for LIBLOGGING_STDLOG... no
> configure: error: Package requirements (liblogging-stdlog >= 1.0.3)
> were not met:
>
> No package 'liblogging-stdlog' found
>
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
>
> Alternatively, you may set the environment variables
> LIBLOGGING_STDLOG_CFLAGS and LIBLOGGING_STDLOG_LIBS to avoid the need
> to call pkg-config.
> See the pkg-config man page for more details.
>
> I cannot find a liblogging-stdlog rpm in the official yum repositories.
>
> Regards Hans-Peter
> -Original Message-
> From: rsyslog-boun...@lists.adiscon.com [mailto:
> rsyslog-boun...@lists.adiscon.com] On Behalf Of Brian Knox
> Sent: Thursday, March 12, 2015 11:07 AM
> To: rsyslog-users
> Subject: Re: [rsyslog] omkafka module for rsyslog
>
> I can't speak to whether the module is packaged or not for your OS as
> I build my own rsyslog packages.  If you are building rsyslog
> yourself, you need to make sure you have this library:
>
> https://github.com/edenhill/librdkafka
>
> And then ./configure --enable-omkafka should work fine.
>
> On Thu, Mar 12, 2015 at 5:46 AM, Sloot, Hans-Peter <
> hans-peter.sl...@atos.net<mailto:hans-peter.sl...@atos.net>> wrote:
>
> > Hi,
> >
> > I have been trying to get the omkafka plugin working in rsyslog The
> > version installed from epel is : rsyslog-8.8.0.ad1-1.el6.x86_64 The
> > module omkafka is listed in the list of output modules
> > http://www.rsyslog.com/doc/v8-stable/configuration/modules/omkafka.h
> > tm
> > l
> >
> > When starting rsyslog  the following is shown in the messages file:
> > Mar 12 09:44:33 nlvora154 rsyslogd-2066: could not load module
> > '/lib64/rsyslog/omkafka.so', dlopen: /lib64/rsyslog/omkafka.so:
> > cannot open shared object file: No such file or directory
> > [v8.8.0.ad1 try
> > http://www.rsyslog.com/e/2066 ]
> > Mar 12 09:44:33 nlvora154 rsyslogd-2209: module name 'omkafka' is
> > unknown
> > [v8.8.0.ad1 try http://www.rsyslog.com/e/2209 ] Mar 12 09:44:33
> > nlvora154 rsyslogd-2207: error during parsing file
> > /etc/rsyslog.d/kafka.conf, on or before line 60: errors occured in
> > file '/etc/rsyslog.d/kafka.conf' around line 60 [v8.8.0.ad1 try
> > http://www.rsyslog.com/e/2207 ]
> >
> > For elasticsearch there is a separate rpm .
> > How can I get the omkafka module working?
> >
> > Regards HansP
> >
> > This e-mail and the documents attached are confidential and intended
> > solely for the addressee; it may also be privileged. If you receive
> > this e-mail in error, please notify the sender immediately and
> > destroy it. As its integrity cannot be secured on the Internet, Atos’
> > liability cannot be triggered for the message content. Although the
> > sender endeavours to maintain a computer virus-free network, the
> > sender does not warrant that this transmission is virus-free and
> > will not be liable for any damages resulting from any virus
> > transmitted. On all offers and agreements under which Atos Nederland
> > B.V. supplies goods and/or services of whatever nature, the Terms of
> > Delivery from
> Atos Nederland B.V. exclusively apply.
> > The Terms of Delivery shall be promptly submitted to you on your request.
> > ___
> > 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
&

Re: [rsyslog] omkafka module for rsyslog

2015-03-12 Thread Florian Riedl
Hi,

omkafka is not yet in the official packages. We are working on it.

Florian

2015-03-12 13:59 GMT+01:00 Sloot, Hans-Peter :

> Ok
> It worked with :
> ./configure --enable-omkafka  --disable-uuid --disable-liblogging_stdlog
> --disable-generate-man-pages
>
>
> -Original Message-
> From: rsyslog-boun...@lists.adiscon.com [mailto:
> rsyslog-boun...@lists.adiscon.com] On Behalf Of Brian Knox
> Sent: Thursday, March 12, 2015 12:10 PM
> To: rsyslog-users
> Subject: Re: [rsyslog] omkafka module for rsyslog
>
> If you are interested in RPMs have you checked out the adiscon repo?
>
> http://rpms.adiscon.com/v8-stable/
>
> Brian
>
>
>
> On Thu, Mar 12, 2015 at 7:00 AM, Sloot, Hans-Peter <
> hans-peter.sl...@atos.net> wrote:
>
> > Hi,
> >
> > My OS is Redhat EL6.
> >
> > When doing the configure it starts complaining.
> > First about uuid  so I ran : ./configure --enable-omkafka
> > --disable-uuid But now it complains about
> >
> > checking for LIBLOGGING_STDLOG... no
> > configure: error: Package requirements (liblogging-stdlog >= 1.0.3)
> > were not met:
> >
> > No package 'liblogging-stdlog' found
> >
> > Consider adjusting the PKG_CONFIG_PATH environment variable if you
> > installed software in a non-standard prefix.
> >
> > Alternatively, you may set the environment variables
> > LIBLOGGING_STDLOG_CFLAGS and LIBLOGGING_STDLOG_LIBS to avoid the need
> > to call pkg-config.
> > See the pkg-config man page for more details.
> >
> > I cannot find a liblogging-stdlog rpm in the official yum repositories.
> >
> > Regards Hans-Peter
> > -----Original Message-
> > From: rsyslog-boun...@lists.adiscon.com [mailto:
> > rsyslog-boun...@lists.adiscon.com] On Behalf Of Brian Knox
> > Sent: Thursday, March 12, 2015 11:07 AM
> > To: rsyslog-users
> > Subject: Re: [rsyslog] omkafka module for rsyslog
> >
> > I can't speak to whether the module is packaged or not for your OS as
> > I build my own rsyslog packages.  If you are building rsyslog
> > yourself, you need to make sure you have this library:
> >
> > https://github.com/edenhill/librdkafka
> >
> > And then ./configure --enable-omkafka should work fine.
> >
> > On Thu, Mar 12, 2015 at 5:46 AM, Sloot, Hans-Peter <
> > hans-peter.sl...@atos.net<mailto:hans-peter.sl...@atos.net>> wrote:
> >
> > > Hi,
> > >
> > > I have been trying to get the omkafka plugin working in rsyslog The
> > > version installed from epel is : rsyslog-8.8.0.ad1-1.el6.x86_64 The
> > > module omkafka is listed in the list of output modules
> > > http://www.rsyslog.com/doc/v8-stable/configuration/modules/omkafka.h
> > > tm
> > > l
> > >
> > > When starting rsyslog  the following is shown in the messages file:
> > > Mar 12 09:44:33 nlvora154 rsyslogd-2066: could not load module
> > > '/lib64/rsyslog/omkafka.so', dlopen: /lib64/rsyslog/omkafka.so:
> > > cannot open shared object file: No such file or directory
> > > [v8.8.0.ad1 try
> > > http://www.rsyslog.com/e/2066 ]
> > > Mar 12 09:44:33 nlvora154 rsyslogd-2209: module name 'omkafka' is
> > > unknown
> > > [v8.8.0.ad1 try http://www.rsyslog.com/e/2209 ] Mar 12 09:44:33
> > > nlvora154 rsyslogd-2207: error during parsing file
> > > /etc/rsyslog.d/kafka.conf, on or before line 60: errors occured in
> > > file '/etc/rsyslog.d/kafka.conf' around line 60 [v8.8.0.ad1 try
> > > http://www.rsyslog.com/e/2207 ]
> > >
> > > For elasticsearch there is a separate rpm .
> > > How can I get the omkafka module working?
> > >
> > > Regards HansP
> > >
> > > This e-mail and the documents attached are confidential and intended
> > > solely for the addressee; it may also be privileged. If you receive
> > > this e-mail in error, please notify the sender immediately and
> > > destroy it. As its integrity cannot be secured on the Internet, Atos’
> > > liability cannot be triggered for the message content. Although the
> > > sender endeavours to maintain a computer virus-free network, the
> > > sender does not warrant that this transmission is virus-free and
> > > will not be liable for any damages resulting from any virus
> > > transmitted. On all offers and agreements under which Atos Nederland
> > > B.V. supplies goods and/or services of whatever nature, the Terms of
> > > Delivery from
> > Atos Nederland B.V. excl

Re: [rsyslog] omkafka module for rsyslog

2015-03-12 Thread Sloot, Hans-Peter
Ok
Any idea when it will be ready


-Original Message-
From: rsyslog-boun...@lists.adiscon.com 
[mailto:rsyslog-boun...@lists.adiscon.com] On Behalf Of Florian Riedl
Sent: Thursday, March 12, 2015 2:22 PM
To: rsyslog-users
Subject: Re: [rsyslog] omkafka module for rsyslog

Hi,

omkafka is not yet in the official packages. We are working on it.

Florian

2015-03-12 13:59 GMT+01:00 Sloot, Hans-Peter :

> Ok
> It worked with :
> ./configure --enable-omkafka  --disable-uuid
> --disable-liblogging_stdlog --disable-generate-man-pages
>
>
> -Original Message-
> From: rsyslog-boun...@lists.adiscon.com [mailto:
> rsyslog-boun...@lists.adiscon.com] On Behalf Of Brian Knox
> Sent: Thursday, March 12, 2015 12:10 PM
> To: rsyslog-users
> Subject: Re: [rsyslog] omkafka module for rsyslog
>
> If you are interested in RPMs have you checked out the adiscon repo?
>
> http://rpms.adiscon.com/v8-stable/
>
> Brian
>
>
>
> On Thu, Mar 12, 2015 at 7:00 AM, Sloot, Hans-Peter <
> hans-peter.sl...@atos.net> wrote:
>
> > Hi,
> >
> > My OS is Redhat EL6.
> >
> > When doing the configure it starts complaining.
> > First about uuid  so I ran : ./configure --enable-omkafka
> > --disable-uuid But now it complains about
> >
> > checking for LIBLOGGING_STDLOG... no
> > configure: error: Package requirements (liblogging-stdlog >= 1.0.3)
> > were not met:
> >
> > No package 'liblogging-stdlog' found
> >
> > Consider adjusting the PKG_CONFIG_PATH environment variable if you
> > installed software in a non-standard prefix.
> >
> > Alternatively, you may set the environment variables
> > LIBLOGGING_STDLOG_CFLAGS and LIBLOGGING_STDLOG_LIBS to avoid the
> > need to call pkg-config.
> > See the pkg-config man page for more details.
> >
> > I cannot find a liblogging-stdlog rpm in the official yum repositories.
> >
> > Regards Hans-Peter
> > -----Original Message-
> > From: rsyslog-boun...@lists.adiscon.com [mailto:
> > rsyslog-boun...@lists.adiscon.com] On Behalf Of Brian Knox
> > Sent: Thursday, March 12, 2015 11:07 AM
> > To: rsyslog-users
> > Subject: Re: [rsyslog] omkafka module for rsyslog
> >
> > I can't speak to whether the module is packaged or not for your OS
> > as I build my own rsyslog packages.  If you are building rsyslog
> > yourself, you need to make sure you have this library:
> >
> > https://github.com/edenhill/librdkafka
> >
> > And then ./configure --enable-omkafka should work fine.
> >
> > On Thu, Mar 12, 2015 at 5:46 AM, Sloot, Hans-Peter <
> > hans-peter.sl...@atos.net<mailto:hans-peter.sl...@atos.net>> wrote:
> >
> > > Hi,
> > >
> > > I have been trying to get the omkafka plugin working in rsyslog
> > > The version installed from epel is :
> > > rsyslog-8.8.0.ad1-1.el6.x86_64 The module omkafka is listed in the
> > > list of output modules
> > > http://www.rsyslog.com/doc/v8-stable/configuration/modules/omkafka
> > > .h
> > > tm
> > > l
> > >
> > > When starting rsyslog  the following is shown in the messages file:
> > > Mar 12 09:44:33 nlvora154 rsyslogd-2066: could not load module
> > > '/lib64/rsyslog/omkafka.so', dlopen: /lib64/rsyslog/omkafka.so:
> > > cannot open shared object file: No such file or directory
> > > [v8.8.0.ad1 try
> > > http://www.rsyslog.com/e/2066 ]
> > > Mar 12 09:44:33 nlvora154 rsyslogd-2209: module name 'omkafka' is
> > > unknown
> > > [v8.8.0.ad1 try http://www.rsyslog.com/e/2209 ] Mar 12 09:44:33
> > > nlvora154 rsyslogd-2207: error during parsing file
> > > /etc/rsyslog.d/kafka.conf, on or before line 60: errors occured in
> > > file '/etc/rsyslog.d/kafka.conf' around line 60 [v8.8.0.ad1 try
> > > http://www.rsyslog.com/e/2207 ]
> > >
> > > For elasticsearch there is a separate rpm .
> > > How can I get the omkafka module working?
> > >
> > > Regards HansP
> > >
> > > This e-mail and the documents attached are confidential and
> > > intended solely for the addressee; it may also be privileged. If
> > > you receive this e-mail in error, please notify the sender
> > > immediately and destroy it. As its integrity cannot be secured on the 
> > > Internet, Atos’
> > > liability cannot be triggered for the message content. Although
> > > the sender endeavours to maintain a computer virus-free network,
> > > the sender does not warrant that this transmissi

Re: [rsyslog] omkafka module for rsyslog

2015-03-12 Thread Florian Riedl
Not yet ;)

2015-03-12 14:35 GMT+01:00 Sloot, Hans-Peter :

> Ok
> Any idea when it will be ready
>
>
> -Original Message-
> From: rsyslog-boun...@lists.adiscon.com [mailto:
> rsyslog-boun...@lists.adiscon.com] On Behalf Of Florian Riedl
> Sent: Thursday, March 12, 2015 2:22 PM
> To: rsyslog-users
> Subject: Re: [rsyslog] omkafka module for rsyslog
>
> Hi,
>
> omkafka is not yet in the official packages. We are working on it.
>
> Florian
>
> 2015-03-12 13:59 GMT+01:00 Sloot, Hans-Peter :
>
> > Ok
> > It worked with :
> > ./configure --enable-omkafka  --disable-uuid
> > --disable-liblogging_stdlog --disable-generate-man-pages
> >
> >
> > -Original Message-
> > From: rsyslog-boun...@lists.adiscon.com [mailto:
> > rsyslog-boun...@lists.adiscon.com] On Behalf Of Brian Knox
> > Sent: Thursday, March 12, 2015 12:10 PM
> > To: rsyslog-users
> > Subject: Re: [rsyslog] omkafka module for rsyslog
> >
> > If you are interested in RPMs have you checked out the adiscon repo?
> >
> > http://rpms.adiscon.com/v8-stable/
> >
> > Brian
> >
> >
> >
> > On Thu, Mar 12, 2015 at 7:00 AM, Sloot, Hans-Peter <
> > hans-peter.sl...@atos.net> wrote:
> >
> > > Hi,
> > >
> > > My OS is Redhat EL6.
> > >
> > > When doing the configure it starts complaining.
> > > First about uuid  so I ran : ./configure --enable-omkafka
> > > --disable-uuid But now it complains about
> > >
> > > checking for LIBLOGGING_STDLOG... no
> > > configure: error: Package requirements (liblogging-stdlog >= 1.0.3)
> > > were not met:
> > >
> > > No package 'liblogging-stdlog' found
> > >
> > > Consider adjusting the PKG_CONFIG_PATH environment variable if you
> > > installed software in a non-standard prefix.
> > >
> > > Alternatively, you may set the environment variables
> > > LIBLOGGING_STDLOG_CFLAGS and LIBLOGGING_STDLOG_LIBS to avoid the
> > > need to call pkg-config.
> > > See the pkg-config man page for more details.
> > >
> > > I cannot find a liblogging-stdlog rpm in the official yum repositories.
> > >
> > > Regards Hans-Peter
> > > -Original Message-
> > > From: rsyslog-boun...@lists.adiscon.com [mailto:
> > > rsyslog-boun...@lists.adiscon.com] On Behalf Of Brian Knox
> > > Sent: Thursday, March 12, 2015 11:07 AM
> > > To: rsyslog-users
> > > Subject: Re: [rsyslog] omkafka module for rsyslog
> > >
> > > I can't speak to whether the module is packaged or not for your OS
> > > as I build my own rsyslog packages.  If you are building rsyslog
> > > yourself, you need to make sure you have this library:
> > >
> > > https://github.com/edenhill/librdkafka
> > >
> > > And then ./configure --enable-omkafka should work fine.
> > >
> > > On Thu, Mar 12, 2015 at 5:46 AM, Sloot, Hans-Peter <
> > > hans-peter.sl...@atos.net<mailto:hans-peter.sl...@atos.net>> wrote:
> > >
> > > > Hi,
> > > >
> > > > I have been trying to get the omkafka plugin working in rsyslog
> > > > The version installed from epel is :
> > > > rsyslog-8.8.0.ad1-1.el6.x86_64 The module omkafka is listed in the
> > > > list of output modules
> > > > http://www.rsyslog.com/doc/v8-stable/configuration/modules/omkafka
> > > > .h
> > > > tm
> > > > l
> > > >
> > > > When starting rsyslog  the following is shown in the messages file:
> > > > Mar 12 09:44:33 nlvora154 rsyslogd-2066: could not load module
> > > > '/lib64/rsyslog/omkafka.so', dlopen: /lib64/rsyslog/omkafka.so:
> > > > cannot open shared object file: No such file or directory
> > > > [v8.8.0.ad1 try
> > > > http://www.rsyslog.com/e/2066 ]
> > > > Mar 12 09:44:33 nlvora154 rsyslogd-2209: module name 'omkafka' is
> > > > unknown
> > > > [v8.8.0.ad1 try http://www.rsyslog.com/e/2209 ] Mar 12 09:44:33
> > > > nlvora154 rsyslogd-2207: error during parsing file
> > > > /etc/rsyslog.d/kafka.conf, on or before line 60: errors occured in
> > > > file '/etc/rsyslog.d/kafka.conf' around line 60 [v8.8.0.ad1 try
> > > > http://www.rsyslog.com/e/2207 ]
> > > >
> > > > For elasticsearch there is a separate rpm .
> > > > H