Hello Elastic Team,
I've create Elasticsearch with 3 node, when i send the data, Elasticsearch replicate my original data and consume more storage. How to disable replicated data on Elasticsearch Cluster?
Thankyou
Hello Elastic Team,
I've create Elasticsearch with 3 node, when i send the data, Elasticsearch replicate my original data and consume more storage. How to disable replicated data on Elasticsearch Cluster?
Thankyou
Hi,
Set index.number_of_replicas to 0 on existing indices. If you want to change the setting by default, use index template function.
Thankyou So Much @Tomo_M
Hi @Tomo_M , what the impact if set replication to 0 ?
The doc says:
WARNING: Configuring it to 0 may lead to temporary availability loss
during node restarts or permanent data loss in case of data corruption.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 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.