- Kibana 7 Quick Start Guide
- Anurag Srivastava
- 115字
- 2021-07-02 13:55:37
Filebeat
Filebeat is a lightweight data shipper that forwards log data from different servers to a central place, where we can analyze that log data. Filebeat monitors the log files that we specify, collects the data from there in an incremental way, and then forwards them to Logstash, or directly into Elasticsearch for indexing.
After configuring Filebeat, it starts the input as per the given instructions. Filebeat starts a harvester to read a single log to get the incremental data for each separate file. Harvester sends the log data to libbeat, and then libbeat aggregates all events and sends the data to the output as per the given instructions like in Elasticsearch, Kafka, or Logstash.
推薦閱讀
- 大數(shù)據(jù)導(dǎo)論:思維、技術(shù)與應(yīng)用
- Project 2007項(xiàng)目管理實(shí)用詳解
- Mastercam 2017數(shù)控加工自動(dòng)編程經(jīng)典實(shí)例(第4版)
- Java實(shí)用組件集
- Google App Inventor
- STM32G4入門與電機(jī)控制實(shí)戰(zhàn):基于X-CUBE-MCSDK的無刷直流電機(jī)與永磁同步電機(jī)控制實(shí)現(xiàn)
- JBoss ESB Beginner’s Guide
- 基于多目標(biāo)決策的數(shù)據(jù)挖掘方法評(píng)估與應(yīng)用
- 數(shù)據(jù)挖掘方法及天體光譜挖掘技術(shù)
- 網(wǎng)絡(luò)安全管理實(shí)踐
- 氣動(dòng)系統(tǒng)裝調(diào)與PLC控制
- Spatial Analytics with ArcGIS
- Mastering GitLab 12
- ARM嵌入式系統(tǒng)開發(fā)完全入門與主流實(shí)踐
- Keras Reinforcement Learning Projects