You will need a docker or a vm to run multiple elasticsearch nodes on the same pc.
- You can change the cluster name to your liking. Just change
cluster.name: whateverin the yml - Yes you can point to a new storage
path.data: C:\\path\\to\\your\\data(On windows) - You will have to decide which cluster you want to look at. In the kibana.yml you can set
server.host: "YourElasticIP"to connect to a different node.
Cheers,
defalt