Hi,
i can move a index from data hot to datawarm manullay with command rsync in linux from /var/lib/elasticsearch/nodes/uid(index) if the api ilm/_move cant' work ?
Thanks
Hi,
i can move a index from data hot to datawarm manullay with command rsync in linux from /var/lib/elasticsearch/nodes/uid(index) if the api ilm/_move cant' work ?
Thanks
No. Never ever do anything directly with files in thr Elasticsearch data pat, always use APIs.
Are you trying to move the index that is currently being indexed into?
Hi,
no the index is stop writing i have another index created by the api _rollover
the size of index is 1.2tb
Thanks
Hi,
I searched in the /var/lib/elasticsearch/nodes
directory with the UUID of the index, but I couldn't find it there. However, when I searched in the datawarm
directory, I found the index.
To summarize, the index you were looking for is located in the datawarm
directory, and its current phase is "hot."
Elasticsearch does not create directory named datawarm
, warm and hot are node roles.
What does the path.data
in elasticsearch.yml
looks like for this node?
Also, never move indices file in the directories.
Hi,
no my node called datawarm and the node.roles is data_warm
Thanks
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.