flume + elasticsearch
flume + elasticsearch
flume-1.9.0 + elasticsearch-7.7.1 + kibana-7.7.1
下載地址
flume-ng
http://flume.apache.org/download.html
elasticsearch
https://www.elastic.co/cn/downloads/past-releases#elasticsearch
kibana
https://www.elastic.co/cn/downloads/past-releases/kibana-7-7-1
預設flume支援0.x 1.x的elasticsearch
如使用高版本的elasticsearch 需要修改
The elasticsearch and lucene-core jars required for your environment must be placed in the lib directory of the Apache Flume installation. Elasticsearch requires that the major version of the client JAR match that of the server and that both are running the same minor version of the JVM. SerializationExceptions will appear if this is incorrect. To select the required version first determine the version of elasticsearch and the JVM version the target cluster is running. Then select an elasticsearch client library which matches the major version. A 0.19.x client can talk to a 0.19.x cluster; 0.20.x can talk to 0.20.x and 0.90.x can talk to 0.90.x. Once the elasticsearch version has been determined then read the pom.xml file to determine the correct lucene-core JAR version to use. The Flume agent which is running the ElasticSearchSink should also match the JVM the target cluster is running down to the minor version.
這個是網上找到的一個7.7.0版本的
https://github.com/bitilandu/flume-ng-elasticsearch-sink
###一些報錯
給出的建議是要刪除index .kibana_2 然後重啟 kibana
curl -XDELETE http://localhost:9200/.kibana_1
相關文章
- Flume學習——Flume的架構架構
- Flume:spark-project專案的flume配置SparkProject
- Flume 整合 Kafka_flume 到kafka 配置【轉】Kafka
- Flume篇---Flume安裝配置與相關使用
- Flume學習——Flume中事務的定義
- spark 與flume 1.6.0Spark
- Flume面試題整理面試題
- Flume學習——BasicChannelSemantics
- Flume學習——BasicTransactionSemantics
- flume HdfsEventSink KafkaSink配置Kafka
- Flume基礎學習
- kafka+flume的整合Kafka
- Apache Flume 入門教程Apache
- flume的安裝部署
- Flume + Kafka + SparkStreaming分析KafkaSpark
- Flume負載均衡配置負載
- 針對flume中扇出複用(源exec)原始碼修改,並編譯flume原始碼編譯
- flume 1.8.0 開發基礎
- Flume 配置環境變數變數
- 大資料之Flume(二)大資料
- 日誌採集框架Flume框架
- Flume(一):簡介架構架構
- Kafka實戰-Flume到KafkaKafka
- flume面試理論和應用面試
- Flume安裝及簡單部署
- flume file channel 異常解決
- KafKa+Zookeeper+Flume部署指令碼Kafka指令碼
- Linux flume安裝與配置Linux
- Flume-ng FileChannel原理解析
- 【Elasticsearch】Elasticsearch 索引模板Elasticsearch索引
- 使用elasticsearch,Elasticsearch Scripts disabledElasticsearch
- Spark 系列(十五)—— Spark Streaming 整合 FlumeSpark
- Apache Sqoop與Apache Flume比較ApacheOOP
- Flume收集日誌到本地目錄
- 使用Flume消費Kafka資料到HDFSKafka
- Flume:資料匯入到hdfs中
- Flume高可用負載均衡問題負載
- Flume記憶體溢位錯誤記憶體溢位