Hi
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?
Thanks