After setting up the stack, unable to activate the path.repo for snapshotting
the setup is based on the elasticsearch statefulset setup
cant find where to insert:
path.repo: ["/mnt/backup"]
error i'm getting:
curl -XPUT "http://localhost:9200/_snapshot/backup_repo" -H 'Content-Type: application/json' -d'{ "type": "fs", "settings": { "location": "/mnt/backup", "compress": true }}'
{"error":{"root_cause":[{"type":"repository_exception","reason":"[backup_repo] location [/mnt/backup] doesn't match any of the locations specified by path.repo because this setting is empty"}],"type":"repository_exception","reason":"[backup_repo] failed to create repository","caused_by":{"type":"repository_exception","reason":"[backup_repo] location [/mnt/backup] doesn't match any of the locations specified by path.repo because this setting is empty"}},"status":500}%