content/index.html (550 lines of code) (raw):
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Welcome to Apache Flume — Apache Flume</title>
<link rel="stylesheet" href="_static/flume.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="Apache Flume" href="#" />
<link rel="next" title="How to Get Involved" href="getinvolved.html" />
</head>
<body>
<div class="header">
<table width="100%" border="0">
<tr>
<td width="10%">
<div class="logo">
<a href="#">
<img class="logo" src="_static/flume-logo.png" alt="Logo"/>
</a>
</div>
</td>
<td width="2%">
<span class="trademark">™</span>
</td>
<td width="68%" align="center" class="pageTitle">Apache Flume<sup><span class="trademark">™</span></sup>
</td>
<td width="20%">
<a href="https://www.apache.org">
<img src="_static/feather-small.png" alt="Apache Software Foundation" height="70"/>
</a>
</td>
</tr>
</table>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="welcome-to-apache-flume">
<h1>Welcome to Apache Flume<a class="headerlink" href="#welcome-to-apache-flume" title="Permalink to this headline">¶</a></h1>
<p>Flume is a distributed, reliable, and available service for
efficiently collecting, aggregating, and moving large amounts of log
data. It has a simple and flexible architecture based on streaming
data flows. It is robust and fault tolerant with tunable reliability
mechanisms and many failover and recovery mechanisms. It
uses a simple extensible data model that allows for online analytic
application.</p>
<div class="figure align-center">
<img alt="Agent component diagram" src="_images/DevGuide_image00.png" />
</div>
<p class="rubric">News</p>
<h3>Oct 24, 2022 - Apache Flume 1.11.0 Released</h3><p>The Apache Flume team is pleased to announce the release of Flume 1.11.0.</p>
<p>Flume is a distributed, reliable, and available service for efficiently
collecting, aggregating, and moving large amounts of streaming event data.</p>
<p>Flume 1.11.0 is stable, production-ready software, and is backwards-compatible with
previous versions of the Flume 1.x codeline.</p>
<p>This version of Flume adds support for deploying Flume as a Spring Boot application, adds support to the
Kafka source and sink for passing the Kafka timestamp and headers, and allows SSL hostname verification
to be disabled in the Kafka source and sink.</p>
<p>Flume 1.11.0 contains a fix for <a class="reference external" href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-42468">CVE-2022-42468</a>.
See the <a class="reference external" href="./security.html">Flume Security</a> page for more details.</p>
<p>The full change log and documentation are available on the
<a class="reference external" href="releases/1.11.0.html">Flume 1.11.0 release page</a>.</p>
<p>This release can be downloaded from the Flume <a class="reference external" href="download.html">Download</a> page.</p>
<p>Your contributions, feedback, help and support make Flume better!
For more information on how to report problems or contribute,
please visit our <a class="reference external" href="getinvolved.html">Get Involved</a> page.</p>
<h3>Aug 16, 2022 - Apache Flume 1.10.1 Released</h3><p>The Apache Flume team is pleased to announce the release of Flume 1.10.1.</p>
<p>Flume is a distributed, reliable, and available service for efficiently
collecting, aggregating, and moving large amounts of streaming event data.</p>
<p>Flume 1.10.1 is stable, production-ready software, and is backwards-compatible with
previous versions of the Flume 1.x codeline.</p>
<p>This version of Flume adds the automatic module name to the manifest of the various Flume
jars allowing them to be usable in applications using the Java Platform Module System.</p>
<p>The full change log and documentation are available on the
<a class="reference external" href="releases/1.10.1.html">Flume 1.10.1 release page</a>.</p>
<p>This release can be downloaded from the Flume <a class="reference external" href="download.html">Download</a> page.</p>
<p>Your contributions, feedback, help and support make Flume better!
For more information on how to report problems or contribute,
please visit our <a class="reference external" href="getinvolved.html">Get Involved</a> page.</p>
<h3>June 13, 2022 - Apache Flume 1.10.0 Released</h3><p>The Apache Flume team is pleased to announce the release of Flume 1.10.0.</p>
<p>Flume is a distributed, reliable, and available service for efficiently
collecting, aggregating, and moving large amounts of streaming event data.</p>
<p>Flume 1.10.0 is stable, production-ready software, and is backwards-compatible with
previous versions of the Flume 1.x codeline.</p>
<p>Flume 1.10.0 contains a fix for <a class="reference external" href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25167">CVE-2022-25167</a>.
See the <a class="reference external" href="./security.html">Flume Security</a> page for more details.</p>
<p>This version of Flume upgrades many dependencies, resolving the CVEs associated with them.
Enhancements included in this release include the addition of a LoadBalancingChannelSelector,
the ability to retrieve the Flume configuration from a remote source such as a Spring
Cloud Config Server, and support for composite configurations.</p>
<p>Flume has been updated to use Log4j 2.x instead of Log4j 1.x.</p>
<p>The full change log and documentation are available on the
<a class="reference external" href="releases/1.10.0.html">Flume 1.10.0 release page</a>.</p>
<p>This release can be downloaded from the Flume <a class="reference external" href="download.html">Download</a> page.</p>
<p>Your contributions, feedback, help and support make Flume better!
For more information on how to report problems or contribute,
please visit our <a class="reference external" href="getinvolved.html">Get Involved</a> page.</p>
<h3>January 8, 2019 - Apache Flume 1.9.0 Released</h3><p>The Apache Flume team is pleased to announce the release of Flume 1.9.0.</p>
<p>Flume is a distributed, reliable, and available service for efficiently
collecting, aggregating, and moving large amounts of streaming event data.</p>
<p>Version 1.9.0 is the eleventh Flume release as an Apache top-level project. Flume
1.9.0 is stable, production-ready software, and is backwards-compatible with
previous versions of the Flume 1.x codeline.</p>
<p>Several months of active development went into this release: about 70 patches were committed since 1.8.0, representing many features, enhancements, and bug fixes. While the full change log can be found on the 1.9.0 release page (link below), here are a few new feature highlights:</p>
<blockquote>
<div><ul class="simple">
<li>Better SSL/TLS support</li>
<li>Configuration Filters to provide a way to inject sensitive information like passwords into the configuration</li>
<li>Float and Double value support in Context</li>
<li>Kafka client upgraded to 2.0</li>
<li>HBase 2 support</li>
</ul>
</div></blockquote>
<p>Below is the list of people (from Git logs) who submitted and/or reviewed
improvements to Flume during the 1.9.0 development cycle:</p>
<blockquote>
<div><ul class="simple">
<li>Andras Beni</li>
<li>Attila Simon</li>
<li>Bessenyei Balázs Donát</li>
<li>Denes Arvay</li>
<li>Endre Major</li>
<li>Ferenc Szabo</li>
<li>Hans Uhlig</li>
<li>hunshenshi</li>
<li>Jehan Bruggeman</li>
<li>Laxman Ch</li>
<li>Mike Percy</li>
<li>Miklos Csanady</li>
<li>Peter Turcsanyi</li>
<li>Ralph Goers</li>
<li>Takafumi Saito</li>
<li>Tristan Stevens</li>
<li>Udai Kiran Potluri</li>
<li>Viktor Somogyi</li>
<li>Yan Jian</li>
</ul>
</div></blockquote>
<p>The full change log and documentation are available on the
<a class="reference external" href="releases/1.9.0.html">Flume 1.9.0 release page</a>.</p>
<p>This release can be downloaded from the Flume <a class="reference external" href="download.html">Download</a> page.</p>
<p>Your contributions, feedback, help and support make Flume better!
For more information on how to report problems or contribute,
please visit our <a class="reference external" href="getinvolved.html">Get Involved</a> page.</p>
<p>The Apache Flume Team</p>
<h3>October 4, 2017 - Apache Flume 1.8.0 Released</h3><p>The Apache Flume team is pleased to announce the release of Flume 1.8.0.</p>
<p>Flume is a distributed, reliable, and available service for efficiently
collecting, aggregating, and moving large amounts of streaming event data.</p>
<p>Version 1.8.0 is the eleventh Flume release as an Apache top-level project. Flume
1.8.0 is stable, production-ready software, and is backwards-compatible with
previous versions of the Flume 1.x codeline.</p>
<p>Several months of active development went into this release: about 80 patches were committed since 1.7.0, representing many features, enhancements, and bug fixes. While the full change log can be found on the 1.8.0 release page (link below), here are a few new feature highlights:</p>
<blockquote>
<div><ul class="simple">
<li>Add Interceptor to remove headers from event</li>
<li>Provide netcat UDP source as alternative to TCP</li>
<li>Support environment variables in configuration files</li>
</ul>
</div></blockquote>
<p>Below is the list of people (from Git logs) who submitted and/or reviewed
improvements to Flume during the 1.8.0 development cycle:</p>
<ul class="simple">
<li>Andras Beni</li>
<li>Ashish Paliwal</li>
<li>Attila Simon</li>
<li>Ben Wheeler</li>
<li>Bessenyei Balázs Donát</li>
<li>Chris Horrocks</li>
<li>Denes Arvay</li>
<li>Ferenc Szabo</li>
<li>Gabriel Commeau</li>
<li>Hari Shreedharan</li>
<li>Jeff Holoman</li>
<li>Lior Zeno</li>
<li>Marcell Hegedus</li>
<li>Mike Percy</li>
<li>Miklos Csanady</li>
<li>Peter Ableda</li>
<li>Peter Chen</li>
<li>Ping Wang</li>
<li>Pravin D’silva</li>
<li>Robin Wang</li>
<li>Roshan Naik</li>
<li>Satoshi Iijima</li>
<li>Shang Wu</li>
<li>Siddharth Ahuja</li>
<li>Takafumi Saito</li>
<li>TeddyBear1314</li>
<li>Theodore michael Malaska</li>
<li>Tristan Stevens</li>
<li>dengkai02</li>
<li>eskrm</li>
<li>filippovmn</li>
<li>loleek</li>
</ul>
<p>The full change log and documentation are available on the
<a class="reference external" href="releases/1.8.0.html">Flume 1.8.0 release page</a>.</p>
<p>This release can be downloaded from the Flume <a class="reference external" href="download.html">Download</a> page.</p>
<p>Your contributions, feedback, help and support make Flume better!
For more information on how to report problems or contribute,
please visit our <a class="reference external" href="getinvolved.html">Get Involved</a> page.</p>
<p>The Apache Flume Team</p>
<h3>October 17, 2016 - Apache Flume 1.7.0 Released</h3><p>The Apache Flume team is pleased to announce the release of Flume 1.7.0.</p>
<p>Flume is a distributed, reliable, and available service for efficiently
collecting, aggregating, and moving large amounts of streaming event data.</p>
<p>Version 1.7.0 is the tenth Flume release as an Apache top-level project.
Flume 1.7.0 is stable, production-ready software, and is backwards-compatible
with previous versions of the Flume 1.x codeline.</p>
<p>Several months of active development went into this release: almost 100 patches were committed since 1.6.0, representing many features, enhancements, and bug fixes. While the full change log can be found on the 1.7.0 release page (link below), here are a few new feature highlights:</p>
<blockquote>
<div><ul class="simple">
<li>Taildir source</li>
<li>Kafka integration improvements (eg. security)</li>
</ul>
</div></blockquote>
<p>Below is the list of people (from Git/SVN logs) who submitted and/or reviewed
improvements to Flume during the 1.7.0 development cycle:</p>
<ul class="simple">
<li>Abraham Fine</li>
<li>Alexandre Dutra</li>
<li>Andrea Rota</li>
<li>Ashish Paliwal</li>
<li>Attila Simon</li>
<li>Bessenyei Balázs Donát</li>
<li>Daniel Templeton</li>
<li>Deepesh Khandelwal</li>
<li>Denes Arvay</li>
<li>Dylan Jones</li>
<li>Fonso Li</li>
<li>Gonzalo Herreros</li>
<li>Grant Henke</li>
<li>Grigoriy Rozhkov</li>
<li>Hari Shreedharan</li>
<li>Neerja Khattar</li>
<li>Jarek Jarcec Cecho</li>
<li>Jeff Holoman</li>
<li>Johny Rufus</li>
<li>Jonathan Smith</li>
<li>Jun Seok Hong</li>
<li>Kevin Conaway</li>
<li>lfzCarlosC</li>
<li>Li Xiang</li>
<li>Liam Mousseau</li>
<li>Lionel Herbet</li>
<li>Lior Zeno</li>
<li>Michelle Casbon</li>
<li>Mike Percy</li>
<li>Miroslav Holubec</li>
<li>Muhammad Ehsan ul Haquen</li>
<li>Niccolo Becchi</li>
<li>Phil D’Amore</li>
<li>Phil Scalan</li>
<li>Philip Zeyliger</li>
<li>Ralph Goer</li>
<li>Rigo MacTaggart</li>
<li>Roshan Naik</li>
<li>Santiago M. Mola</li>
<li>Satoshi Iijima</li>
<li>Siddharth Ahuja</li>
<li>Sriharsha Chintalapani</li>
<li>Somin Mithraa</li>
<li>Sriharsha Chintalapani</li>
<li>Ted Malaska</li>
<li>tinawenqiao</li>
<li>Tristan Stevens</li>
</ul>
<p>The full change log and documentation are available on the
<a class="reference external" href="releases/1.7.0.html">Flume 1.7.0 release page</a>.</p>
<p>This release can be downloaded from the Flume <a class="reference external" href="download.html">Download</a> page.</p>
<p>Your contributions, feedback, help and support make Flume better!
For more information on how to report problems or contribute,
please visit our <a class="reference external" href="getinvolved.html">Get Involved</a> page.</p>
<p>The Apache Flume Team</p>
<h3>May 20, 2015 - Apache Flume 1.6.0 Released</h3><p>The Apache Flume team is pleased to announce the release of Flume 1.6.0.</p>
<p>Flume is a distributed, reliable, and available service for efficiently
collecting, aggregating, and moving large amounts of streaming event data.</p>
<p>Version 1.6.0 is the ninth Flume release as an Apache top-level project.
Flume 1.6.0 is stable, production-ready software, and is backwards-compatible
with previous versions of the Flume 1.x codeline.</p>
<p>Several months of active development went into this release: 105 patches were committed since 1.5.2, representing many features, enhancements, and bug fixes. While the full change log can be found on the 1.6.0 release page (link below), here are a few new feature highlights:</p>
<blockquote>
<div><ul class="simple">
<li>Flume Sink and Source for Apache Kafka</li>
<li>A new channel that uses Kafka</li>
<li>Hive Sink based on the new Hive Streaming support</li>
<li>End to End authentication in Flume</li>
<li>Simple regex search-and-replace interceptor</li>
</ul>
</div></blockquote>
<p>The full change log and documentation are available on the
<a class="reference external" href="releases/1.6.0.html">Flume 1.6.0 release page</a>.</p>
<p>This release can be downloaded from the Flume <a class="reference external" href="download.html">Download</a> page.</p>
<p>Your contributions, feedback, help and support make Flume better!
For more information on how to report problems or contribute,
please visit our <a class="reference external" href="getinvolved.html">Get Involved</a> page.</p>
<p>The Apache Flume Team</p>
<h3>November 18, 2014 - Apache Flume 1.5.2 Released</h3><p>The Apache Flume team is pleased to announce the release of Flume 1.5.2</p>
<p>Flume is a distributed, reliable, and available service for efficiently
collecting, aggregating, and moving large amounts of streaming event data.</p>
<p>Version 1.5.2 is the eighth Flume release as an Apache top-level project.
Flume 1.5.2 is stable, production-ready software, and is backwards-compatible
with previous versions of the Flume 1.x codeline.</p>
<p>Apache Flume 1.5.2 is a security and maintenance release that disables SSLv3
on all components in Flume that support SSL/TLS. All users are encouraged to
update to this release as soon as possible.</p>
<p>The full change log and documentation are available on the
<a class="reference external" href="releases/1.5.2.html">Flume 1.5.2 release page</a>.</p>
<p>This release can be downloaded from the Flume <a class="reference external" href="download.html">Download</a> page.</p>
<p>Your contributions, feedback, help and support make Flume better!
For more information on how to report problems or contribute,
please visit our <a class="reference external" href="getinvolved.html">Get Involved</a> page.</p>
<p>The Apache Flume Team</p>
<h3>July 16, 2014 - Apache Flume 1.5.0.1 Released</h3><p>The Apache Flume team is pleased to announce the release of Flume 1.5.0.1</p>
<p>Flume is a distributed, reliable, and available service for efficiently
collecting, aggregating, and moving large amounts of streaming event data.</p>
<p>Version 1.5.0.1 is the sixth Flume release as an Apache top-level project.
Flume 1.5.0.1 is stable, production-ready software, and is backwards-compatible
with previous versions of the Flume 1.x codeline.</p>
<p>Apache Flume 1.5.0.1 is a maintenance release primarily meant to add support to build
against Apache HBase 0.98.x. This release adds a new build profile that builds Flume
against HBase 0.98.2.</p>
<p>Apache BigTop 0.8.0 release will ship Flume binaries built
against HBase 0.98.x.</p>
<p>The full change log and documentation are available on the
<a class="reference external" href="releases/1.5.0.1.html">Flume 1.5.0.1 release page</a>.</p>
<p>This release can be downloaded from the Flume <a class="reference external" href="download.html">Download</a> page.</p>
<p>Your contributions, feedback, help and support make Flume better!
For more information on how to report problems or contribute,
please visit our <a class="reference external" href="getinvolved.html">Get Involved</a> page.</p>
<p>The Apache Flume Team</p>
<h3>May 20, 2014 - Apache Flume 1.5.0 Released</h3><p>The Apache Flume team is pleased to announce the release of Flume 1.5.0.</p>
<p>Flume is a distributed, reliable, and available service for efficiently
collecting, aggregating, and moving large amounts of streaming event data.</p>
<p>Version 1.5.0 is the fifth Flume release as an Apache top-level project.
Flume 1.5.0 is stable, production-ready software, and is backwards-compatible
with previous versions of the Flume 1.x codeline.</p>
<p>Several months of active development went into this release: 123 patches were committed since 1.4.0, representing many features, enhancements, and bug fixes. While the full change log can be found on the 1.5.0 release page (link below), here are a few new feature highlights:</p>
<ul class="simple">
<li>New in-memory channel that can spill to disk</li>
<li>A new dataset sink that use Kite API to write data to HDFS and HBase</li>
<li>Support for Elastic Search HTTP API in Elastic Search Sink</li>
<li>Much faster replay in the File Channel.</li>
</ul>
<p>The full change log and documentation are available on the
<a class="reference external" href="releases/1.5.0.html">Flume 1.5.0 release page</a>.</p>
<p>This release can be downloaded from the Flume <a class="reference external" href="download.html">Download</a> page.</p>
<p>Your contributions, feedback, help and support make Flume better!
For more information on how to report problems or contribute,
please visit our <a class="reference external" href="getinvolved.html">Get Involved</a> page.</p>
<p>The Apache Flume Team</p>
<h3>July 2, 2013 - Apache Flume 1.4.0 Released</h3><p>The Apache Flume team is pleased to announce the release of Flume 1.4.0.</p>
<p>Flume is a distributed, reliable, and available service for efficiently
collecting, aggregating, and moving large amounts of streaming event data.</p>
<p>Version 1.4.0 is the fourth Flume release as an Apache top-level project.
Flume 1.4.0 is stable, production-ready software, and is backwards-compatible
with previous versions of the Flume 1.x codeline.</p>
<p>Six months of active development went into this release: 261 patches were committed since 1.3.1, representing many features, enhancements, and bug fixes. While the full change log can be found on the 1.4.0 release page (link below), here are a few new feature highlights:</p>
<ul class="simple">
<li>New JMS Source</li>
<li>New Solr Sink with ETL capabilities</li>
<li>Updated ElasticSearch sink to support ES version 0.90</li>
<li>Support for secure SSL transport over Avro-RPC clients, sources & sinks</li>
<li>Support for Thrift-RPC as a transport mechanism</li>
<li>Support for embedding a Flume agent within applications</li>
<li>Support for a new plugins.d directory structure for managing Flume addons</li>
<li>Support for reading Avro files via the Spooling Directory source</li>
<li>Support for writing Avro files with arbitrary schemas via the HDFS sink</li>
<li>Support for ingesting Avro-serializable objects via the log4j API</li>
<li>Improvements to the file channel to keep a backup checkpoint to avoid replays</li>
<li>Performance improvements to the file channel, including group commit</li>
<li>New file channel consistency check tool</li>
</ul>
<p>Below is the list of people (from Git/SVN logs) who submitted and/or reviewed
improvements to Flume during the 1.4.0 development cycle:</p>
<ul class="simple">
<li>Alexander Alten-Lorenz</li>
<li>Aline Guedes Pinto</li>
<li>Brock Noland</li>
<li>Cameron Gandevia</li>
<li>Chris Birchall</li>
<li>Christopher Nagy</li>
<li>Deepesh Khandelwal</li>
<li>Denny Ye</li>
<li>Edward Sargisson</li>
<li>Hari Shreedharan</li>
<li>Israel Ekpo</li>
<li>Ivan Bogdanov</li>
<li>Jarek Jarcec Cecho</li>
<li>Jeff Lord</li>
<li>Joey Echeverria</li>
<li>Jolly Chen</li>
<li>Juhani Connolly</li>
<li>Mark Grover</li>
<li>Mike Percy</li>
<li>Mubarak Seyed</li>
<li>Nitin Verma</li>
<li>Oliver B. Fischer</li>
<li>Patrick Wendell</li>
<li>Paul Chavez</li>
<li>Pedro Urbina Escos</li>
<li>Phil Scala</li>
<li>Rahul Ravindran</li>
<li>Ralph Goers</li>
<li>Roman Shaposhnik</li>
<li>Roshan Naik</li>
<li>Sravya Tirukkovalur</li>
<li>Steve Hoffman</li>
<li>Ted Malaska</li>
<li>Thiruvalluvan M. G.</li>
<li>Thom DeCarlo</li>
<li>Tim Bacon</li>
<li>Tom White</li>
<li>Venkat Ranganathan</li>
<li>Venkatesh Sivasubramanian</li>
<li>Will McQueen</li>
<li>Wolfgang Hoschek</li>
</ul>
<p>The full change log and documentation are available on the
<a class="reference external" href="releases/1.4.0.html">Flume 1.4.0 release page</a>.</p>
<p>This release can be downloaded from the Flume <a class="reference external" href="download.html">Download</a> page.</p>
<p>Your contributions, feedback, help and support make Flume better!
For more information on how to report problems or contribute,
please visit our <a class="reference external" href="getinvolved.html">Get Involved</a> page.</p>
<p>The Apache Flume Team</p>
<h3>January 2, 2013 - Apache Flume 1.3.1 Released</h3><p>The Apache Flume team is pleased to announce the release of Flume version 1.3.1.
Apache Flume 1.3.1 is the fifth release under the auspices of Apache of the
so-called “NG” codeline, and our third release as a top-level Apache
project! Flume 1.3.1 has been put through many stress and regression tests,
is stable, production-ready software, and is backwards-compatible with
Flume 1.3.0 and Flume 1.2.0.</p>
<p>Apache Flume 1.3.1 is a maintainance release for the 1.3.0 release, and includes
several bug fixes and performance enhancements.</p>
<p>This release can be downloaded from the Flume download page at:
<a class="reference external" href="https://flume.apache.org/download.html">https://flume.apache.org/download.html</a></p>
<p>The change log and documentation are available on the 1.3.1 release page:
<a class="reference external" href="https://flume.apache.org/releases/1.3.1.html">https://flume.apache.org/releases/1.3.1.html</a></p>
<p>Your help and feedback is more than welcome!</p>
<h3>December 2, 2012 - Apache Flume 1.3.0 Released</h3><p>The Apache Flume team is pleased to announce the release of Flume version 1.3.0.</p>
<p>Apache Flume 1.3.0 is the fourth release under the auspices of Apache of the
so-called “NG” codeline, and our second release as a top-level Apache
project! Flume 1.3.0 has been put through many stress and regression tests,
is stable, production-ready software, and is backwards-compatible with
Flume 1.2.0.</p>
<p>Four months of very active development went into this release: a whopping
221 patches were committed since 1.2.0, representing many features,
enhancements, and bug fixes. While the full change log can be found in the
link below, here are a few new feature highlights:</p>
<ul class="simple">
<li>New HTTP Post Source</li>
<li>New Spool Directory Source</li>
<li>New Multi-port Syslog Source</li>
<li>New Elastic Search Sink</li>
<li>New Regex Extractor Interceptor</li>
<li>File Channel Encryption</li>
</ul>
<p>This release can be downloaded from the Flume download page at:
<a class="reference external" href="https://flume.apache.org/download.html">https://flume.apache.org/download.html</a></p>
<p>The change log and documentation are available on the 1.3.0 release page:
<a class="reference external" href="https://flume.apache.org/releases/1.3.0.html">https://flume.apache.org/releases/1.3.0.html</a></p>
<p>Your help and feedback is more than welcome!</p>
<h3>July 26, 2012 - Apache Flume 1.2.0 Released</h3><p>The Apache Flume team is pleased to announce the release of Flume version 1.2.0.</p>
<p>Apache Flume 1.2.0 is the third release under the auspices of Apache of the
so-called “NG” codeline, and our first release as a top-level Apache
project! Flume 1.2.0 has been put through many stress and regression tests,
is stable, production-ready software, and is backwards-compatible with
Flume 1.1.0.</p>
<p>Four months of very active development went into this release: a whopping
192 patches were committed since 1.1.0, representing many features,
enhancements, and bug fixes. While the full change log can be found in the
link below, here are a few new feature highlights:</p>
<ul class="simple">
<li>New durable file channel</li>
<li>New client API</li>
<li>New HBase sinks (two different implementations)</li>
<li>New Interceptor interface (a plugin processing API)</li>
<li>New JMX-based monitoring support</li>
</ul>
<p>This release can be downloaded from the Flume download page at:
<a class="reference external" href="https://flume.apache.org/download.html">https://flume.apache.org/download.html</a></p>
<p>The change log and documentation are available on the 1.2.0 release page:
<a class="reference external" href="https://flume.apache.org/releases/1.2.0.html">https://flume.apache.org/releases/1.2.0.html</a></p>
<p>Your help and feedback is more than welcome!</p>
<h3>July 26, 2012 - Flume Meetup NYC</h3><p>Strata + Hadoop World (<a class="reference external" href="http://strataconf.com/stratany2012">http://strataconf.com/stratany2012</a>) will be
held October 23-25 in NYC. A Flume Meetup is being organized
around this event. This Meetup will be a good place for users to
interact with each other and with Flume developers.</p>
<p>In order to help with organization, a <a class="reference external" href="https://docs.google.com/spreadsheet/viewform?formkey=dGRDUUxxbUI3TUJuYnQwMV9sVzJDZEE6MA#gid=0">form</a>
has been set up with a few questions about what kind of Meetup the community wants, and which evening is best.
Please fill out the <a class="reference external" href="https://docs.google.com/spreadsheet/viewform?formkey=dGRDUUxxbUI3TUJuYnQwMV9sVzJDZEE6MA#gid=0">form</a>.
Feel free to post to the User’s mailing list with any questions.</p>
<div class="toctree-wrapper compound">
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper"><h3><a href="#">Apache Flume</a></h3>
<ul>
<li class="toctree-l1"><a class="reference internal" href="getinvolved.html">How to Get Involved</a></li>
<li class="toctree-l1"><a class="reference internal" href="download.html">Download</a></li>
<li class="toctree-l1"><a class="reference internal" href="security.html">Apache Flume Security Vulnerabilities</a></li>
<li class="toctree-l1"><a class="reference internal" href="documentation.html">Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="releases/index.html">Releases</a></li>
<li class="toctree-l1"><a class="reference internal" href="mailinglists.html">Mailing lists</a></li>
<li class="toctree-l1"><a class="reference internal" href="team.html">Team</a></li>
<li class="toctree-l1"><a class="reference internal" href="source.html">Source Repository</a></li>
<li class="toctree-l1"><a class="reference internal" href="testing.html">Testing</a></li>
<li class="toctree-l1"><a class="reference internal" href="license.html">Apache License</a></li>
<li class="toctree-l1"><a class="reference internal" href="subprojects.html">Sub Projects</a></li>
</ul>
<h3>Resources</h3>
<ul class="this-page-menu">
<li><a href="https://issues.apache.org/jira/browse/FLUME">Flume Issue Tracking (Jira)</a></li>
<li><a href="https://cwiki.apache.org/confluence/display/FLUME">Flume Wiki</a></li>
<li><a href="https://cwiki.apache.org/confluence/display/FLUME/Getting+Started">Getting Started Guide</a></li>
</ul>
<h3>Apache</h3>
<ul class="this-page-menu">
<li><a href="https://www.apache.org">Home</a></li>
<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a href="https://www.apache.org/licenses">Licenses</a> </li>
<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
<li><a href="https://www.apachecon.com">Conferences</a></li>
<li><a href="https://www.apache.org/security/">Security</a></li>
<li><a href="https://privacy.apache.org/policies/privacy-policy-public.html">Data Privacy</a></li>
</ul>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
© Copyright 2009-2023 The Apache Software Foundation. Apache Flume, Flume, Apache, the Apache feather logo, and the Apache Flume project logo are trademarks of The Apache Software Foundation..
</div>
</body>
</html>