Hi ellison001
Do you mean you have license? Thats why you have to enable xpack?
Have you tried this configuration without xpack and does it work?
cluster.name: dev-elasticsearch
node.name: sgt-001
path.data: "/var/lib/elasticsearch"
path.logs: "/var/log/elasticsearch"
node.master: true
node.data: true
network.host: 0.0.0.0
discovery.seed_hosts:
- 192.168.0.81
- 192.168.0.82
- 192.168.0.83
cluster.initial_master_nodes:
- 192.168.0.81
- 192.168.0.82
- 192.168.0.83