I start elasticsearch is not how much.
I want below. Is there any way?
From the index server initial indexes(static) only.
Indexes are moved to a search server.
elasticsearch start in search server
From the index server additional indexes(dynamic)
Indexes are added to a search server without restart
** Only search server(total #5 ) --> node.master: false, node.data : false in elasticsearch.yml
** Only index server(total #10 ) --> node.master: false, node.data : true in elasticsearch.yml
thank you!!
dadoonet
(David Pilato)
December 8, 2012, 2:19pm
2
I don't think I fully understand your concern and why do you want to do that.
Do you think you need to separate Index Server and Search Server?
IMHO, you don't have to think about it. Let Elasticsearch do the balancing job.
So, can you send more details on what you are trying to achieve?
Cheers
David
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
Le 8 déc. 2012 à 12:47, "DeokSeong.Jang" raillove@gmail.com a écrit :
I start elasticsearch is not how much.
I want below. Is there any way?
From the index server initial indexes(static) only.
Indexes are moved to a search server.
elasticsearch start in search server
From the index server additional indexes(dynamic)
Indexes are added to a search server without restart
** Only search server(total #5 ) --> node.master: false, node.data : false in
elasticsearch.yml
** Only index server(total #10 ) --> node.master: false, node.data : true
in elasticsearch.yml
thank you!!
--
View this message in context: http://elasticsearch-users.115913.n3.nabble.com/Only-search-server-and-Only-index-server-tp4026712.html
Sent from the ElasticSearch Users mailing list archive at Nabble.com .
--
--