[esvm] do not set now invalid setting "script.indexed" in 5.0

This commit is contained in:
spalger
2016-04-24 14:43:54 -05:00
parent 070c714a82
commit 601b628893

View File

@ -60,11 +60,16 @@ var versionedOpts = [
'node.attr.testattr': 'test'
}
},
{
version: '>=1.6 <5.0',
config: {
'script.indexed': true
}
},
{
version: '>=1.6',
config: {
'script.inline': true,
'script.indexed': true,
'path.repo': process.env.ES_PATH_REPO || fromRoot('.es-snapshot-repos'),
'repositories.url.allowed_urls': 'http://snapshot.*'
}