Erinevus lehekülje "Itx8071-graded-lab" redaktsioonide vahel

Allikas: Kursused
Mine navigeerimisribale Mine otsikasti
10. rida: 10. rida:
  
 
  systemctl start elasticsearch
 
  systemctl start elasticsearch
 +
 +
Start Kibana:
 +
 +
systemctl start kibana
 +
 +
Start Logstash:
 +
 +
systemctl start logstash
 +
 +
Make sure you can access Kibana web interface via following URL: https://ipaddress_of_your_vm:5601

Redaktsioon: 11. detsember 2023, kell 12:22

Description of the graded lab

During the graded lab, a Kibana dashboard has to be created which contains at least 8 visualizations that display different data. Note that the created dashboard must feature at least 4 different types (for example, pie chart, bar chart, table, etc.). The Kibana dashboard must be created for syslog events received with Logstash. Dashboards created for events from Filebeat are not accepted.

Instructions for setting up the course virtual machine for the graded lab

Since the course virtual machine needs more resources for the graded lab than pre-configured defaults, increase the amount of RAM to at least 4GB and the number of CPUs to at least 2.

Start Elasticsearch:

systemctl start elasticsearch

Start Kibana:

systemctl start kibana

Start Logstash:

systemctl start logstash

Make sure you can access Kibana web interface via following URL: https://ipaddress_of_your_vm:5601