I've doing some testing and I want to changes my cluster status from 'Green' to 'Red' .
Does any one have any idea how can i do this? What changes changes should I perform?
I've tried the methods from the following link but it did not work.
I've doing some testing and I want to changes my cluster status from 'Green' to 'Red' .
Does any one have any idea how can i do this? What changes changes should I perform?
I've tried the methods from the following link but it did not work.
An unusual request - normally we're trying to get things out of this state! Creating an index whose shards can't be allocated to any nodes will do what you want:
PUT /redindex
{"settings":{"routing.allocation.require":{"name":"nonexistent"}}}
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.