ERROR: Failed to set password for user [apm_system] on Master Node. (1 Master, 1 Data)

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?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.