You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flume.apache.org by "Y. Sakamoto" <ks...@muc.biglobe.ne.jp> on 2011/10/23 06:58:36 UTC

Fail over sink doesn't work

Hi,
I want to save events to local disk
when flume agent can't send events to collector.

So I use fail over sink with this configuration:
  < lazyOpen stubbornAppend rpcSink("host", port) ? text("...") >

But flume agent <-> collector link is disconnected,
the events weren't save to local disk.
(There are no flume error logs.)

Is any configuration mistaken?

Thanks.
--
Y. Sakamoto