Questions
Answer the following questions to test your knowledge of this chapter:
- Which ELK stack component covered in this chapter relies on the JDK we installed?
- Kibana
- Elasticsearch
- Logstash
- True or false: Logstash can be installed through the Kibana GUI.
- True
- False
- What is the significance of the password that’s provided during the very first Elasticsearch run?
- It is a service account password that’s 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.
- 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 accountable for their actions
- It sends you an automated text to notify you when your car is due for an oil change
- What is the default port Elasticsearch binds to?
5601
5400...