Hello everyone,
how to prevent shard in specific node because I need add all nodes in the cluster but there is specific node RAM and CPU limitation, how to handle this approach and what is best practice to make this
thank you.
Hello everyone,
how to prevent shard in specific node because I need add all nodes in the cluster but there is specific node RAM and CPU limitation, how to handle this approach and what is best practice to make this
thank you.
Thank you for replaying,
based on your share of data I use that.
PUT _cluster/settings
{
"persistent" : {
"cluster.routing.allocation.exclude._ip" : "XX.XX.XX.XX"
}
}
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.