Encrypting passwords in yml files

How can we encrypt following passwords in configuration files:

elasticsearch/config/elasticsearch.yml - authenticate.password
kibana-linux/config/kibana.yml- elasticsearch.password
config/elasticsearch.properties elasticsearch.password

Are you possibly referring to the elasticsearch keystore? https://www.elastic.co/guide/en/elasticsearch/reference/6.3/secure-settings.html and https://www.elastic.co/guide/en/kibana/6.3/secure-settings.html#creating-keystore

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.