- Learning ELK Stack
- Saurabh Chhajed
- 62字
- 2021-07-30 10:25:41
ELK data pipeline
A typical ELK stack data pipeline looks something like this:

In a typical ELK Stack data pipeline, logs from multiple application servers are shipped through Logstash shipper to a centralized Logstash indexer. The Logstash indexer will output data to an Elasticsearch cluster, which will be queried by Kibana to display great visualizations and build dashboards over the log data.
推薦閱讀
- Go Web編程
- 流量的秘密:Google Analytics網(wǎng)站分析與優(yōu)化技巧(第2版)
- Microsoft Exchange Server PowerShell Cookbook(Third Edition)
- JavaScript修煉之道
- Instant QlikView 11 Application Development
- Web程序設(shè)計(第二版)
- Elasticsearch Server(Third Edition)
- Express Web Application Development
- OpenCV 4計算機視覺項目實戰(zhàn)(原書第2版)
- Scala Data Analysis Cookbook
- Java Fundamentals
- 智能手機APP UI設(shè)計與應(yīng)用任務(wù)教程
- Python項目實戰(zhàn)從入門到精通
- Web前端應(yīng)用開發(fā)技術(shù)
- 從Excel到Python數(shù)據(jù)分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應(yīng)用