Elasticsearch - Security
Given this
What is the effect of these settings?
elasticsearch.yml snippet:xpack.security.transport.ssl.enabled: true xpack.security.transport.ssl.verification_mode: certificate xpack.security.http.ssl.enabled: true
What is the effect of these settings?
