Recall & Review
beginner
What is Kibana used for in the Elastic Stack?
Kibana is a tool to visualize and explore data stored in Elasticsearch. It helps you create charts, dashboards, and search data easily.
Click to reveal answer
beginner
Which file do you edit to configure Kibana's connection to Elasticsearch?
You edit the
kibana.yml file to set the Elasticsearch URL and other settings for Kibana to connect properly.Click to reveal answer
beginner
What is the default port Kibana runs on?
Kibana runs by default on port 5601. You can access it in your browser at
http://localhost:5601.Click to reveal answer
beginner
How do you start the Kibana server after installation?
You start Kibana by running the
./bin/kibana command inside the Kibana installation folder or using system service commands if installed as a service.Click to reveal answer
intermediate
What should you check if Kibana cannot connect to Elasticsearch?
Check if Elasticsearch is running, the URL in
kibana.yml is correct, and network/firewall settings allow communication on the Elasticsearch port (default 9200).Click to reveal answer
Which file do you modify to set the Elasticsearch host for Kibana?
✗ Incorrect
The
kibana.yml file is used to configure Kibana settings including the Elasticsearch host.What is the default port number to access Kibana in a browser?
✗ Incorrect
Kibana runs on port 5601 by default, while Elasticsearch uses 9200.
If Kibana cannot connect to Elasticsearch, what is the first thing to check?
✗ Incorrect
Elasticsearch must be running and reachable for Kibana to connect.
How do you start Kibana from the command line after installation?
✗ Incorrect
You start Kibana by running
./bin/kibana inside the Kibana folder.Which protocol does Kibana use to communicate with Elasticsearch?
✗ Incorrect
Kibana communicates with Elasticsearch over HTTP.
Explain the steps to set up Kibana to connect to an Elasticsearch server.
Think about installation, configuration, starting services, and accessing the UI.
You got /5 concepts.
Describe common troubleshooting steps if Kibana fails to connect to Elasticsearch.
Focus on connection and configuration checks.
You got /4 concepts.