Hi Guys,

Has anybody tried this module with 1.3 graylog?
I've packaged this with maven and put it into the plugin dir, but i don't 
see any error message nor the option to launch RELP input.
I've restarted graylog.
Most of our syslog delivery is based on RELP would be nice to send RELP to 
graylog as well.

Peter

On Monday, July 29, 2013 at 10:25:25 PM UTC+2, lennart wrote:
>
> Good point! Created an issue: 
> https://github.com/Graylog2/graylog2-server/issues/170 
>
> Thanks, 
> Lennart 
>
> On Mon, Jul 29, 2013 at 9:16 PM, Hajo Kliemeck 
> <[email protected] <javascript:>> wrote: 
> > It would be helpful to avoid some cast's to get the syslog dispatcher: 
> > 
> https://github.com/h0nIg/graylog2-input-relp/blob/master/src/main/java/de/kliemeck/graylog2/relp/RELPPipelineFactory.java
>  
> > 
> > hajo 
> > 
> > Am Dienstag, 23. Juli 2013 00:45:16 UTC+2 schrieb Hajo Kliemeck: 
> >> 
> >> Hey guys, 
> >> 
> >> recently i noticed that the standard syslog tcp has a very small chance 
> of 
> >> loosing messages even with TCP. to check the problem, take a look at 
> >> 
> http://blog.gerhards.net/2008/04/on-unreliability-of-plain-tcp-syslog.html 
> . 
> >> the relp protocol is using TCP with app level acknowledgement. RELP is 
> >> currently only supported by rsyslog. 
> >> 
> >> i'm trying to create a graylog input to support RELP. feedback is 
> welcome! 
> >> https://github.com/h0nIg/graylog2-input-relp 
> >> 
> >> rsyslog configuration part: 
> >> root@test:/etc/rsyslog.d# cat 60-relp.conf 
> >> $ModLoad omrelp 
> >> $ActionQueueType LinkedList   # use asynchronous processing 
> >> $ActionQueueFileName relp     # set file name, also enables disk mode 
> >> $ActionResumeRetryCount -1    # infinite retries on insert failure 
> >> $ActionQueueSaveOnShutdown on # save in-memory data if rsyslog shuts 
> down 
> >> *.* :omrelp:IP:20514 
> >> 
> >> greets 
> >> hajo 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups 
> > "graylog2" group. 
> > To unsubscribe from this group and stop receiving emails from it, send 
> an 
> > email to [email protected] <javascript:>. 
> > For more options, visit https://groups.google.com/groups/opt_out. 
> > 
> > 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/6fd73316-816e-4639-aa63-3935a4332de2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to