Thanks for your reply @dadoonet
Okay, does it mean, we can only get the snapshots from URL, but no way to post the snapshot on the URL ?
I've found this https://www.elastic.co/blog/found-elasticsearch-snapshot-and-restore
curl -XPUT https://-eu-west-1.foundcluster.com:9243/_snapshot/myRepo -d'
{
"type": "s3",
"settings": {
"bucket": "myBucket",
"region": "eu-west-1",
"base_path": "myCluster"
}
}'
Am trying something similar... wanted to post the snapshots on the artifactory and read it from there when needed. Please let me know. Thanks !