I am trying to use graylog2 0.20.2 with graypy 0.2.9 and rabbitmq 2.7.1 to do GELF over AMQP logging.
When I configure the AMQP input, I get this message in my graylog2 stdout: 2014-05-27 21:23:50,525 ERROR: org.graylog2.inputs.amqp.Consumer - Error while trying to process AMQP message. 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:478) at org.graylog2.plugin.RadioMessage_$$_Template_551926596_0.read(RadioMessage_$$_Template_551926596_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.amqp.Consumer$2.handleDelivery(Consumer.java:114) at com.rabbitmq.client.impl.ConsumerDispatcher$4.run(ConsumerDispatcher.java:121) at com.rabbitmq.client.impl.ConsumerWorkService$WorkPoolRunnable.run(ConsumerWorkService.java:76) 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 am using the same version of rabbitmq and graypy with graylog2 0.9.6p1 without seeing any issue like this. Does anyone have the graypy/gelf through amqp to graylog2 working with 0.20.2? -- 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.
