Hello,
I'm trying to use a keystore value in my beat configuration and I can't seem to get it working...
For example - I'm currently trying it with heartbeat.
THIS WORKS -
output.elasticsearch:
password: "clear_text_pw"
THIS DOES NOT WORK -
output.elasticsearch:
password: "${ES_PWD}"
When starting heartbeat the log gives me:
Exiting: error initializing publisher: missing field accessing 'output.elasticsearch.password' (source:'/etc/heartbeat/heartbeat.yml')
I definitely have the value set in the keystore -
/usr/share/heartbeat/bin/heartbeat keystore list
KB_PWD
ES_PWD
Any ideas on where I'm going wrong?