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
- spark 與flume 1.6.0Spark
- flume線上配置
- Apache Flume 入門教程Apache
- Flume採集到HDFS
- Flume - [02] Spooling Directory Source
- Flume基礎學習
- flume的安裝部署
- kafka+flume的整合Kafka
- Flume面試題整理面試題
- Flume監控之Ganglia
- 針對flume中扇出複用(源exec)原始碼修改,並編譯flume原始碼編譯
- flume 1.8.0 開發基礎
- Flume 配置環境變數變數
- 大資料之Flume(二)大資料
- 日誌採集框架Flume框架
- FLume相關面試題面試題
- Spark 系列(十五)—— Spark Streaming 整合 FlumeSpark
- Flume安裝及簡單部署
- Apache Sqoop與Apache Flume比較ApacheOOP
- Flume和Hive整合之hive sinkHive
- 使用Flume消費Kafka資料到HDFSKafka
- Flume:資料匯入到hdfs中
- Flume收集日誌到本地目錄
- flume面試理論和應用面試
- 【Elasticsearch】Elasticsearch 索引模板Elasticsearch索引
- Flume 在有贊大資料的實踐大資料
- Linux環境Flume安裝配置及使用Linux
- Flume1.7.0下載及安裝部署
- Flume 總結(三)sources型別-1.9.0新版型別
- Flume架構以及應用介紹[轉]架構
- 大資料01-Flume 日誌收集大資料
- 三十七、Flume的安裝及測試
- ElasticSearch8 - SpringBoot整合ElasticSearchElasticsearchSpring Boot
- ElasticsearchElasticsearch