I have 4 nodes cluster in elasticsearch ie. 2 master only nodes and 2 data only nodes and all nodes are installed in google cloud instance machine type is g1-small (1 vCPU, 1.7 GB memory) for all four nodes, now i have some question
- can i install kibana in same node/machine just say node-1 i.e master only node ?
- Is it really important to install java for elasticsearch ? because i didn't install java for any node but they still connected.
NOTE: however i tried to install kibana in the same machine/node-1( master only node) but it makes system very slow, even hitting any command is became hard for me.
Thanks.