- Kibana 7 Quick Start Guide
- Anurag Srivastava
- 229字
- 2021-07-02 13:55:36
Introducing Kibana
Kibana is a dashboard tool that's easy to use and works closely with Elasticsearch. We can use Kibana for different use cases, such as system monitoring and application monitoring. Kibana isn't just a visualization tool, it also creates a complete monitoring ecosystem when we leverage the power of Elastic Stack. Here's a small example: you're working on a project where you can't tolerate any outrage, be it due to the database, application, system-related issues, or anything related to the application's performance. In a traditional monitoring system, you can monitor system performance, application logs, and so on. But with Kibana and Elastic Stack, we can do following:
- Configure Beats to monitor system metrics, database metrics, and log metrics
- Configure APM to monitor your application metrics and issues if your application platform is supported
- Configure the JDBC plugin of Logstash to pull RDBMS data into Elasticsearch to make it available to Kibana for creating visualizations on KPIs
- There are different third-party plugins that help us to get data from those sources, for example, you can use the Twitter plugin to get Twitter feeds
- You can create alerts for certain thresholds, so that whenever that situation occurs, you get alerts so you don't have to continuously monitor the application
- You can apply machine learning on your data to get data anomalies or future trends by analyzing the current dataset
推薦閱讀
- Hands-On Machine Learning on Google Cloud Platform
- 反饋系統(tǒng):多學(xué)科視角(原書第2版)
- Cloud Analytics with Microsoft Azure
- ServiceNow Cookbook
- PyTorch深度學(xué)習(xí)實(shí)戰(zhàn)
- 觸控顯示技術(shù)
- 基于單片機(jī)的嵌入式工程開發(fā)詳解
- Hands-On Reactive Programming with Reactor
- 嵌入式Linux系統(tǒng)實(shí)用開發(fā)
- 算法設(shè)計(jì)與分析
- Mastering DynamoDB
- 大數(shù)據(jù)時代的調(diào)查師
- 巧學(xué)活用Photoshop
- 運(yùn)動控制器及數(shù)控系統(tǒng)的工程應(yīng)用
- Data Science with Python