add path.repo config to 1.6+ elasticsearch instances

This commit is contained in:
spalger
2015-07-16 08:05:45 -07:00
parent f407987160
commit b9003515a5

View File

@ -39,12 +39,7 @@ var versionedOpts = [
config: {
'node.bench': true,
'script.inline': true,
'script.indexed': true
}
},
{
version: '>=2.0',
config: {
'script.indexed': true,
'path.repo': process.env.ES_PATH_REPO || fromRoot('.es-snapshot-repos')
}
}