0

is RELP exist outside of RSYSLOG protocol if so were? i want to know if the relp protocol has more to it then a protocol that has been writen to the rsyslog

mosheovadi1
  • 73
  • 12

2 Answers2

1

The RELP protocol has been designed by Rainer Gerhards, the author of rsyslog. The only implementation I know of is librelp, which is used by rsyslog.

Philippe
  • 1,206
  • 3
  • 13
  • 19
1

In addition to Philippe's answer: Logstash also has a RELP input. You can find the implementation here (for version 1.2.2):

https://github.com/logstash/logstash/blob/v1.2.2/lib/logstash/util/relp.rb

Radu Gheorghe
  • 564
  • 4
  • 8