Graylog v1.0 (beta releases available already) will support GELF via AMQP. The current stable releases require a custom msgpack format used by graylog-radio.
I'm afraid that syslog via AMQP will not yet be supported though. On Tue, Jan 27, 2015 at 5:39 PM, Avdhoot Dendge <[email protected]> wrote: > I am tying to is send log messages from syslog-ng ---> AMQP --> > graylog2-server. But i am geeting below error. > > 2015-01-27T23:07:04.863Z WARN [MessageInput] Codec > org.graylog2.inputs.codecs.RadioMessageCodec@3995525d threw exception > org.msgpack.MessageTypeException: Expected array, but got integer value > at org.msgpack.unpacker.Accept.acceptInteger(Accept.java:45) > at > org.msgpack.unpacker.MessagePackUnpacker.readOneWithoutStack(MessagePackUnpacker.java:91) > at > org.msgpack.unpacker.MessagePackUnpacker.readOne(MessagePackUnpacker.java:73) > at > org.msgpack.unpacker.MessagePackUnpacker.readArrayBegin(MessagePackUnpacker.java:508) > at > org.graylog2.plugin.RadioMessage_$$_Template_617312372_0.read(RadioMessage_$$_Template_617312372_0.java) > at > org.msgpack.template.AbstractTemplate.read(AbstractTemplate.java:31) > at org.msgpack.MessagePack.read(MessagePack.java:388) > at org.msgpack.MessagePack.read(MessagePack.java:371) > at > org.graylog2.inputs.codecs.RadioMessageCodec.decode(RadioMessageCodec.java:54) > at > org.graylog2.plugin.inputs.MessageInput.processRawMessageFailFast(MessageInput.java:360) > at > org.graylog2.inputs.transports.AmqpConsumer$2.handleDelivery(AmqpConsumer.java:103) > at > com.rabbitmq.client.impl.ConsumerDispatcher$5.run(ConsumerDispatcher.java:140) > at > com.rabbitmq.client.impl.ConsumerWorkService$WorkPoolRunnable.run(ConsumerWorkService.java:85) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:745) > > > I come across this issue. As per comment AMQP without graylog2 radio not > supported yet. is it still stand? > > Note:- not using graylog2-radio bcz wanted to reduce moving component stack. > > -- > 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]. > For more options, visit https://groups.google.com/d/optout. -- 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]. For more options, visit https://groups.google.com/d/optout.
