Hi Team,
Can we setup TLS encryption on existing cluster with data, without losing it?
I have a 40 node cluster with lots of indices.
I see that to setup TLS we need to disable "cluster.initial_master_nodes" in elasticsearch.yml and start with "discovery.type: single-node" . Will this cause the cluster to lose the data.
I am trying to follow this link.
Thanks
Arvind