Many thanks for the reply.
The configuration would be this, but with nodes.role: [master] enabled, elastic does not go up (it will give the error below stating that you need to run the elasticsearch-node repurpose' tool to clean up
, is it possible that for it to go up I need to go up the other server that you mentioned with data_hot and data_content ?
Is this the correct sequence?
[2023-10-17T18:51:52,598][INFO ][o.e.e.NodeEnvironment ] [node-1] using [1] data paths, mounts [[/ (/dev/root)]], net usable_space [4gb], net total_space [7.5gb], types [ext4]
[2023-10-17T18:51:52,599][INFO ][o.e.e.NodeEnvironment ] [node-1] heap size [2.2gb], compressed ordinary object pointers [true]
[2023-10-17T18:51:52,631][ERROR][o.e.b.Elasticsearch ] [node-1] fatal exception while booting Elasticsearch
java.lang.IllegalStateException: node does not have the data role but has shard data: [/var/lib/elasticsearch/indices/bjz7sVFuR3-R6U0JgoqjIg/0, /var/lib/elasticsearch/indices/Xdw_TixSQRCFMWGmpENk6A/0, /var/lib/elasticsearch/indices/_nT8vgC8TZKqXawNrzZrVA/0, /var/lib/elasticsearch/indices/29EgV4prSOmW5LPh6lHI3A/0, /var/lib/elasticsearch/indices/PZlNIolcS_qllEmi2y7V_g/0, /var/lib/elasticsearch/indices/D4lbInSNRKCLr_6O0bbv5A/0, /var/lib/elasticsearch/indices/YcweCcTOROeZUjgBu3Uycw/0, /var/lib/elasticsearch/indices/yIWX8QnZSlKDBQAdi_L1Mw/0, /var/lib/elasticsearch/indices/JmRyEDALTbOysNHZ4zkkgA/0, /var/lib/elasticsearch/indices/vYiq-rmxRm2netPMSVy9fw/0, /var/lib/elasticsearch/indices/-Mm0r1L6QBWAaGYQlDZiIw/0, /var/lib/elasticsearch/indices/zdwVEnPkQaS9HLq4A6Hdzg/0, /var/lib/elasticsearch/indices/VfZLDRByT2iEeeeVfjMQYw/0, /var/lib/elasticsearch/indices/V1tp_FYxTc2JnRN5tcMeAw/0, /var/lib/elasticsearch/indices/2y_9CfgoQc6YV0pL5AAFaQ/0, /var/lib/elasticsearch/indices/Kr9QWy5pTCuKtaTB_vCkPg/0, /var/lib/elasticsearch/indices/PlMG9UZvREi8Myecu_3wIg/0, /var/lib/elasticsearch/indices/lG0UEnHnQ4WipU46hmec-Q/0, /var/lib/elasticsearch/indices/h3Ywu5fAQEajic57UEQ8mA/0, /var/lib/elasticsearch/indices/-TUQqfkcRemXCE3TfsDTNg/0, /var/lib/elasticsearch/indices/_SK5Rh0qSmGFEHHt7uc-jA/0, /var/lib/elasticsearch/indices/wOmmeVK9TjiDMBQwFHOKHA/0, /var/lib/elasticsearch/indices/bozIYKwGTxuobjdvmiPpfQ/0, /var/lib/elasticsearch/indices/T2thbqwjQUC9M4lMzLkn1w/0, /var/lib/elasticsearch/indices/i1F3viH_QnSRp7BSWGGFYQ/0, /var/lib/elasticsearch/indices/wEkQMdJLRRSvKf_mRaMFVA/0, /var/lib/elasticsearch/indices/5ZX2rX49TA-BeAXpjGdroA/0, /var/lib/elasticsearch/indices/fpOoDWxZRBOrevyFMHXMjg/0, /var/lib/elasticsearch/indices/zUrwMTDYQNyDv1BpMW0tWA/0]. Use 'elasticsearch-node repurpose' tool to clean up
at org.elasticsearch.env.NodeEnvironment.ensureNoShardData(NodeEnvironment.java:1339) ~[elasticsearch-8.10.4.jar:?]
at org.elasticsearch.env.NodeEnvironment.(NodeEnvironment.java:330) ~[elasticsearch-8.10.4.jar:?]
at org.elasticsearch.node.Node.(Node.java:490) ~[elasticsearch-8.10.4.jar:?]
at org.elasticsearch.node.Node.(Node.java:338) ~[elasticsearch-8.10.4.jar:?]
at org.elasticsearch.bootstrap.Elasticsearch$2.(Elasticsearch.java:234) ~[elasticsearch-8.10.4.jar:?]
at org.elasticsearch.bootstrap.Elasticsearch.initPhase3(Elasticsearch.java:234) ~[elasticsearch-8.10.4.jar:?]
at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:72) ~[elasticsearch-8.10.4.jar:?]