Hi, I'm having trouble trying to setup my passwords in the Master Node of my cluster. Im trying to setup a test cluster with 1 dedicated Master Node and 1 dedicated Data Node.
Master-node config
node.master: true
node.data: false
node.ingest: false
Data-node config
node.master: false
node.data: true
node.ingest: true
I've read from another topics re: my issue that on the Master data, that this node.data should be set to True. But I read from another article that when using a dedicated Master data, node.data should be false. What is the proper approach to this?