I have deployed a cluster v 8.17.3 using the eck operator, I see all the indices have a replication factor of 0 by default. I have tried to change that using the
PUT /.internal.alerts-default.alerts-default-000001/_settings
{
"index": {
"number_of_replicas": 1
}
}
but it doesnt take effect, all .internal.alerts keep having a 0 repl factor. Is this how it suppose to be? If on node goes down this could easily bring the cluster in a red state.
Thanks!
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.