V
V
vldanch2019-06-19 15:50:01
Scalability
vldanch, 2019-06-19 15:50:01

How to scale elasticsearch?

Good afternoon, I have a rancher and I need to configure 1 master node, three date nodes and 1 hq in it.
How does elastic interact with data nodes and how does it send data from the date to the client?
Can I speed up full text search with a specific rancher configuration? Or is it done by elastic configuration files?
I will be very grateful for answers.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
chupasaurus, 2019-06-19
@chupasaurus

What kind of HQ is not clear.

  1. All elastic nodes accept client requests and redirect them to the required nodes with data, the response to the request is collected by the node that received it. More
  2. Fine-tuning is done mainly inside the elastic (there is a curator for automation ), in the rancher you can only tweak the system settings and the JVM. The elastic config is solely responsible for the listening addresses and physical limits of a particular node, a la the percentage of disk full to disable recording, cluster settings are stored internally, a lot is set through environment variables.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question