I'm working through the Elastic Upgrade Assistant and its telling me I have 38 Warnings, all the same warning, that I need to, "Index [XYZ] is frozen. Frozen indices no longer offer any advantages. Instead, unfreeze the index, make it read-only, and move it to the cold or frozen tier." What are the steps that I need to take here?
1. POST /<index>/_unfreeze
2. PUT your_index/_settings
{
"index": {
"blocks.read_only": true
}
}
3. Set to cold tier?
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.