- Mastering Kibana 6.x
- Anurag Srivastava
- 130字
- 2025-04-04 16:25:41
Setting up the stage
In the previous chapter, we discussed the basics of Elastic Stack and its installation, but after the installation, we need to understand the process of creating different visualizations in Kibana. So, I am going to create our first demonstration for working with Kibana in which I will cover the complete flow through which you will be able to understand how Kibana can read log data and create beautiful dashboards from bulky, unorganized log files. For this demonstration, I am going to use Apache log data, and to get that data, we will follow these steps:
- Configure Logstash to fetch data from the Apache log file
- Output the log data into Elasticsearch
- Configure Kibana to read the Elasticsearch index
- Create demo visualizations with Apache log data