Hi,

Girish Kumar wrote:
> Sorry for sending the same mail again.
> My requirement is to send the log messages to remote log server securely 
> (with TLS).
> The project which I am implementing is on embedded systems. So the space is 
> very important.
> As per the configure of rsyslog I have included all the following dependency 
> libraries.
> Please let me know if any of the libraries can be skipped. Thanks in advance.
> 
> libestr-0.1.9
> json-c-0.1
> libuuid-1.0.3
> libgcrypt-1.6.4
> libgpg-error-1.21
> liblogging-1.0.5

A minimal rsyslog must have

- json-c
- libestr
- liblogging
- zlib

To send logs upstream to another remote log server you don't need
libgcrypt. libgcrypt is only needed if you want to _store_ encrypted log
files on the _local_ system.

If you want to use any kind of TLS (SSL) within rsyslog you need gnutls.

Have a look at librelp if you need reliable logging.


-Thomas

_______________________________________________
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.

Reply via email to