data-tiers-mixed-with-node-attr.asciidoc 827 B

123456789101112131415161718
  1. [[troubleshoot-migrate-to-tiers]]
  2. == Indices mix index allocation filters with data tiers node roles to move through data tiers
  3. Elasticsearch standardized the implementation of https://www.elastic.co/blog/elasticsearch-data-lifecycle-management-with-data-tiers[hot-warm-cold architectures]
  4. to <<data-tiers, data tiers>> in version 7.10.
  5. Some indices and deployments might have not fully transitioned to <<data-tiers, data tiers>>
  6. and mix the new way of implementing the hot-warm-cold architecture with
  7. <<shard-allocation-filtering, legacy>> based node attributes.
  8. This could lead to unassigned shards or shards not transitioning to the desired
  9. <<data-tiers, tier>>.
  10. In order to fix this follow the next steps:
  11. include::{es-ref-dir}/tab-widgets/troubleshooting/data/migrate-to-data-tiers-routing-guide-widget.asciidoc[]