Reliable Event Logging Protocol: Difference between revisions

Content deleted Content added
 
(3 intermediate revisions by 3 users not shown)
Line 1:
'''Reliable Event Logging Protocol''' ('''RELP''') is, a [[networking protocol]] for [[computer data logging]] in computer networks., It is based onextends the ideasfunctionality of the [[syslog]] protocol but extends it to provide reliable delivery of event messages. It is most often used in environments wherewhich messagedo lossnot istolerate notmessage acceptableloss, likesuch inas the [[financial industry]].
 
==Overview==
Line 25:
Only publicly available implementations are listed. This list is not exhaustive.
 
* [https://www.rsyslog.com/librelp/ librelp] - the original C RELP library
* [[rsyslog]]
* MonitorWare (Windows)
* [http://logstash.net logstash]
* [https://github.com/teragrep/rlp_01 rlp_01] - Java RELP Library
 
* [https://github.com/teragrep/jla_01 jla_01] - RELP Logback Plugin
==External links==
* [https://github.com/teragrep/jla_04 jla_04] - Java Util Logging RELP Handler
* [http://www.rsyslog.com/doc/relp.html RELP protocol specification]
* [https://github.com/teragrep/jla_05 jla_05] - Log4j RELP Plugin
 
==References==