Reputation: 1957
I have a node with 32GB Memory and Quad Core 3.2GZ CPU. I am using single node ElasticSearch6.2.1 (ES) cluster and assinged 16GB Memory to ES. I am using ES for my catalog search. It's working fine but sometimes (2-3 times a month) ES is getting overwhelmed a too slow to respond and CPU utilization is becoming 100% (ES using the major part) at that time and until I restart ElasticSearch it does not respond.
I have checked all my queries and they are okay. In my single node cluster there are 14 indices with an average 50,000 document.
I need to know should I add an extra node in my cluster?
Also my curiosity is:- Is there any parameter like index size, traffic to ES etc. by observing which I should decide on adding a new node?
My generalized question is :- When Should I move to multi-node Elasticsearch cluster?
Upvotes: 0
Views: 53
Reputation: 2200
If you have a single node it's not really a cluster it's just a single node.
Upvotes: 1