13_ Project Week ELK Stack Flashcards
What does Elk stack stand for?
Elasticsearch - Search and analytics engine.
Logstash - Server-side data processing pipeline that sends data Elasticsearch.
Kibana - Tool for visualizing Elasticsearch data with charts and graphs.
Why is the Elk stack so popular?
Because it’s open-source / free
The ELK stack works by storing log data in ________ with the help of _______.
The ELK stack works by storing log data in Elasticsearch with the help of Logstash.
What is Kinana known for?
Kibana is known for its complex dashboards. Kibana is designed to make it easy to visualize massive amounts of data in Elasticsearch.
Recently, ELK addressed this issue by adding an additional tool to its data collection suite, called _____.
Beats
Beats are special-purpose data collection modules. Rather than collecting all a machine’s log data, Beats allow you to collect only the very specific pieces you’re interested in.
What do Filebeat and Metricbeat do?
Filebeat collects data about the file system.
Metricbeat collects machine metrics, such as uptime.
Filebeat helps generate and organize log files to send to ______ and _______. Specifically, it logs information about the file system, including which files have changed and when.
Filebeat helps generate and organize log files to send to Logstash and Elasticsearch. Specifically, it logs information about the file system, including which files have changed and when.