You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Kafka](http://kafka.apache.org) is a highly distributed messaging system.
6
+
7
+
You run Kafka as a messaging system and now want to send the messages into various other systems.
8
+
9
+
Fluentd can setup to collect messages from Kafka. Applications include:
10
+
11
+
1. Sending Kafka messages into HDFS for analysis
12
+
2. Sending Kafka messages into Elasticsearch for analysis
13
+
14
+
## Setup
15
+
16
+
1. Download the latest [kafka-fluentd-consumer jar](https://github.com/treasure-data/kafka-fluentd-consumer/releases).
17
+
18
+
2. Set kafka-fluentd-consumer settings correctly. (See [fluentd-consumer.properties](https://github.com/treasure-data/kafka-fluentd-consumer/blob/master/config/fluentd-consumer.properties) for example.)
19
+
20
+
3. Open your Fluentd configuration file and add the following lines:
0 commit comments