...
Code Block |
---|
filebeat keystore create |
Add key_passphrase:
Code Block |
---|
filebeat keystore add key_passphrase |
Enter the passphrase for filebeat.key
Add beats_system_password:
Code Block |
---|
filebeat keystore add beats_system_password |
Enter the password of your beats_system built-in user.
Verify:
Code Block |
---|
filebeat keystore list
beats_system_password
key_passphrase |
References
The following links were very useful while writing this material and performing the tests mentioned in it.
- Elasticsearch Reference - https://www.elastic.co/guide/en/elasticsearch/reference/7.8/index.html
- Logstash Reference - https://www.elastic.co/guide/en/logstash/7.8/index.html
- Filebeat Reference - https://www.elastic.co/guide/en/beats/filebeat/7.8/index.html
- Kibana Guide - https://www.elastic.co/guide/en/kibana/7.8/index.html
- Elastic Blog - https://www.elastic.co/blog/