# 使用 Homebrew 安装 flume

查看 flume 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:flume
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install flume
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:flume
- **软件包管理器:** Homebrew
- **版本:** 1.11.0
- **来源摘要:** Hadoop-based distributed log collection and aggregation
- **主页:** <https://flume.apache.org>
- **最后更新:** 2026-05-22T14:03:12-04:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- flume-ng (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.11.0
## 项目历史与用法

Apache Flume is a distributed service for collecting, aggregating, and moving large amounts of log or streaming event data, historically associated with Hadoop-era ingestion pipelines.

### 项目历史

The Apache Flume site describes Flume as a reliable, available service with a simple streaming data-flow architecture and a flexible event model for online analytics. Its user guide centers on agents made of sources, channels, and sinks that are wired together in properties files.

Apache's release news records a long 1.x series as an Apache top-level project, with stable production-ready releases from the early 2010s through the 1.11.0 release in 2022.

### 采用历史

Flume became a common Hadoop-adjacent log collection component by integrating with HDFS, HBase, Hive, Kafka, Avro, Thrift, syslog, netcat, Elasticsearch, and other ingestion or storage systems across its 1.x releases.

The 2014 Apache Flume 1.4.0 release notes emphasize plugins.d support, embedding agents, Avro and HDFS improvements, and numerous contributors from Git/SVN logs, showing the project maturing as an extensible ingestion platform.

### 使用方式

Operators start agents with flume-ng, pass an agent name, config directory, and config file or URI, and define sources, channels, and sinks in properties-style configuration. Typical topologies include fan-in collection from many log producers, fan-out routing, RPC ingestion, and delivery to storage or analytics systems.

### 为什么软件包爱好者会关心

Flume is package-nerd significant as a classic Java distribution package: shell launchers, conf directories, plugin directories, many optional connectors, Hadoop ecosystem dependencies, and security-sensitive logging/configuration behavior all affect how downstream packages are assembled.

Its history also captures a transition in log ingestion packaging from Hadoop-era batch and HDFS pipelines toward Kafka and cloud-native collectors.

### 时间线

- 2013: Apache Flume 1.4.0 was released as the fourth Flume release as an Apache top-level project.
- 2015: Apache Flume 1.6.0 added Kafka source/sink support, a Kafka channel, Hive Streaming sink support, and end-to-end authentication.
- 2017: Apache Flume 1.8.0 added features including Taildir source and environment-variable support in configuration files.
- 2019: Apache Flume 1.9.0 added better SSL/TLS support, configuration filters, and Kafka client updates.
- 2022: Apache Flume 1.11.0 was released with Spring Boot deployment support and Kafka source/sink improvements.

### Related projects

- Apache Hadoop, HDFS, HBase, Hive, Kafka, Avro, and Thrift are major ecosystem projects connected to Flume sources, channels, sinks, or release features.
- Apache BigTop is mentioned in Apache Flume release notes as a downstream distribution that shipped Flume binaries for a specific compatibility target.

### 来源

- <https://flume.apache.org/>
- <https://flume.apache.org/releases/content/1.11.0/FlumeUserGuide.html>
- <https://flume.apache.org/source.html>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals


## Combined YAML source

View the package source record on GitHub. [combined/flume.yml](https://github.com/mxcl/pkgdb/blob/main/combined/flume.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
