Hello,
I have Elasticsearch 5.6 and I have a question when making snapshot:
it's possible to find the same name of directory like index name after making snap.
Now the directory generated is random name like this lMTVcGo4Q6ik7XlEmmMndg.
before with previous version of elastic it was significant name for example customer-1.
PUT /_snapshot/msh_repository/test04?wait_for_completion=true{
"indices": "customer-1",
}
when check in hard disk/bucket:
ls indices
lMTVcGo4Q6ik7XlEmmMndg
preferred result:
ls indices
customer-1
Hope my question is clear.
Many thanks