Hello I have a cluster consisting of 3 nodes, one of which I want to be for reading and the other for writing How can I do that?
Elasticsearch does not work like that. Any node that holds a replica of a shard will write and reads can gio to any node. Why are you looking to restrict this? What is the high-level problem you are trying to solve?
This also seems to be a duplicate of this issue. Please do not open multiple issues on the same topic.
I have big data and I need to make some updates to it, and during the update process, I do a search to return the documents that I will update on
During these operations, when I search the site where the data is displayed, an error occurs and the server is not responding