Hey Rob! Many thanks for the prompt reply :-)
On Mon, Aug 31, 2015 at 7:41 PM, Rob Miller <[email protected]> wrote: > AMQPOutput sets `use_framing = true` by default, so that means on the input > side you'd want to use `splitter = "HekaFramingSplitter"`. Try adding that > to the AMQPInput configuration and you'll hopefully start seeing data. > > Alternately, if you know you'll always only have one Heka message per AMQP > message, you could set `use_framing = false` for the AMQPOutput, and use a > NullSplitter with `use_message_bytes = true` on the AMQPInput side. > > Hope this helps! Does help, thanks! I did try to set the AMQPInput splitter to NullSplitter with 'use_message_bytes = true' (as AMQP didn't seem like a stream oriented channel to me and I was expecting one heka msg per AMQP msg), but then I missed the 'use_framing = false' setting in AMQPOutput. No wonder why it wouldn't work ;-) At any rate, it works now by setting the AMQPInput splitter to HekaFramingSplitter. Muchas gracias and sorry for the noise! -- "If you want to go fast, go alone. If you want to go far, go together." _______________________________________________ Heka mailing list [email protected] https://mail.mozilla.org/listinfo/heka

