add path.repo config to 1.6+ elasticsearch instances
This commit is contained in:
@ -39,12 +39,7 @@ var versionedOpts = [
|
|||||||
config: {
|
config: {
|
||||||
'node.bench': true,
|
'node.bench': true,
|
||||||
'script.inline': true,
|
'script.inline': true,
|
||||||
'script.indexed': true
|
'script.indexed': true,
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
version: '>=2.0',
|
|
||||||
config: {
|
|
||||||
'path.repo': process.env.ES_PATH_REPO || fromRoot('.es-snapshot-repos')
|
'path.repo': process.env.ES_PATH_REPO || fromRoot('.es-snapshot-repos')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user