I'm new to elastic search and I would like to know if there is any relationship between (allocation_id) GET /_shard_stores?status=green ... ... "allocation_id": "**40ymWcrHSWSARPNdO8mLfA**"
and the directories I find in data path (/var/lib/elasticsearch/nodes/0/*****)?
Is there any reason why I should know where index'es (shard master/replicas) are stored on node's filesystem?
No, there is no relationship between allocation IDs and the paths on disk. Instead, these are the index UUIDs, which are fixed for the lifetime of an index.
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.