Hi Tejo,
The documentation’s hot-warm architecture assumes you have multiple nodes to separate these roles. In a single-node setup, assigning a phase-specific attribute like warm disrupts the cluster.
If you remove node.attr.tempathis part from the opensearch.yml file, indexer will restart. Therefore, you need to have another indexer to configure warm phase.
Ref:
https://documentation.wazuh.com/current/user-manual/wazuh-indexer-cluster/index-lifecycle-management.html#set-up-hot-warm-architectureYou can design a hot-warm architecture where you first index your data to hot nodes and after a certain period move them to warm nodes. (This required multi-node architecture.)
Let me know if you need further assistance on this.
Regards,
Hasitha Upekshitha