Hello,
This is my elasticseach.yaml and I am using ES 8.13 docker. I have my own keystore and trustore files.
cluster.name: "docker-cluster"
network.host: 0.0.0.0
xpack.security.enabled: true
xpack.security.transport.ssl.enabled: true
xpack.security.http.ssl.enabled: true
xpack.security.http.ssl.keystore.path: ks.jks
xpack.security.http.ssl.keystore.secure_password: ""
xpack.security.http.ssl.truststore.path: truststore.jks
xpack.security.http.ssl.truststore.secure_password: ""
xpack.security.transport.ssl.keystore.path: ks.jks
xpack.security.transport.ssl.keystore.secure_key_password: ""
xpack.security.transport.ssl.truststore.path: truststore.jks
xpack.security.transport.ssl.truststore.password: ""
I am getting [xpack.security.http.ssl.keystore.secure_password] is a secure setting and must be stored inside the Elasticsearch keystore, but was found inside elasticsearch.yml