Chapter 4
- Which ELK stack component covered in this chapter relies on the JDK we installed?
- Kibana
- Elasticsearch
- Logstash
Answer: C – Logstash.
- True or false: Logstash can be installed through the Kibana GUI.
- True
- False
Answer: A – True.
- What is the significance of the password that’s provided during the very first Elasticsearch run?
- It is a service account password that is used to integrate the ELK stack components
- It can never be changed
- It’s used to integrate the ELK stack components but is not technically a service account
- It can be changed a maximum of four times.
Answer: A – It’s used to integrate ELK stack components but is also used to authenticate and manage Elasticsearch services and configurations, making it technically a service account password.
- What is the primary function of a service account?
- It manages running background services
- It’s a non-human account to assist applications integrating with each other
- It holds services...