Hi Gary, The easiest reference I know of is Jira: https://issues.apache.org/jira/browse/FLUME-1630 Log4j2's embedded agent implementation uses APIs that aren't really publicly documented. That code did get adopted by Flume and is available as embedded agent in Flume JARS. http://flume.apache.org/releases/content/1.4.0/FlumeDeveloperGuide.html#embedded-agent
Using the Flume embedded agent for the Log4j2 agent is possibly the best approach: it's the original log4j2 code slightly modified and should continue to be maintained by the Flume team. Hopefully there are not problems where it doesn't actually work. Cheers, Edward On Tue, Jul 2, 2013 at 11:29 AM, Gary Gregory <[email protected]>wrote: > On Tue, Jul 2, 2013 at 2:17 PM, Edward Sargisson <[email protected]> wrote: > >> Hi all, >> You may be interested to know that Flume 1.4.0 was released this morning. >> >> This is relevant to Log4j2 to because the Log4j2 Embedded Flume Appender >> relies on classes in Flume 1.3.1 for configuration that have changed in >> Flume 1.4.0. >> >> > Thank you for the heads up. Where are these changed doc'd? > > Gary > > >> Cheers, >> Edward >> >> > > > -- > E-Mail: [email protected] | [email protected] > Java Persistence with Hibernate, Second > Edition<http://www.manning.com/bauer3/> > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> > Spring Batch in Action <http://www.manning.com/templier/> > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory >
