Elasticsearch - Security
Given this snippet in
elasticsearch.yml:
xpack.security.transport.ssl.enabled: true xpack.security.transport.ssl.verification_mode: certificateWhat is the effect on data transmission between nodes?
