(1)
I saw the instruction for a non-data master-eligible node in Graylog document is like this:
A dedicated master node has the following configuration in elasticsearch.yml:
(2)
Because it is just a non-data node, can I assign resources as low as 1 CPU and 4GB RAM only? What is the recommended resources for the voting-only master-eligible node?
Yes, I tried what you said and it works perfectly.
Can you share your experience on assigning resources to a non-data ES node? I am now using a 1 core, 4GB ram VM for that and so far so good. But I would be grateful if you could share your knowledge on the matter as well.
Nope, I don’t have such experience.
All my ES nodes have the same hardware configuration and same roles (and maybe it’s not really efficient, but I can’t see how dedicated master can help to improve performance in my case)
We are starting up the SIEM service recently, the department has limited resources, and we understand ES has a wonderful scalability. That’s why we need to minimize the cost currently. I think I would monitor the setup and learn as it goes.