-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Description
- Version: 7.1.1
- Operating System: Ubuntu 18.04
# beats input config:
input {
beats {
id => 'beat-input'
port => 5044
host => '0.0.0.0'
ssl => true
ssl_certificate => '/etc/logstash/certs/beat_input/all.crt'
ssl_certificate_authorities => '/etc/logstash/certs/beat_input/ca.crt'
ssl_key => '/etc/logstash/certs/beat_input/all.key'
ssl_key_passphrase => '${beat_input_ssl_key_passphrase}'
}
}
The beat_input_ssl_key_passphrase is the variable name I used to store the password securely in the logstash keystore. I also tried adding the password in plaintext. Logstash fails to start with the error output here: https://pastebin.com/BdsqiWcH
There are other people that seem to have the same issue.
Metadata
Metadata
Assignees
Labels
No labels