[@kbn/es] Disable ES disk usage threshold (#123674)

This commit is contained in:
Tyler Smalley 2022-03-01 08:06:39 -08:00 committed by GitHub
parent 4e3d2f62fd
commit 49ad5846ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -261,6 +261,7 @@ exports.Cluster = class Cluster {
'action.destructive_requires_name=true',
'ingest.geoip.downloader.enabled=false',
'search.check_ccs_compatibility=true',
'cluster.routing.allocation.disk.threshold_enabled=false',
].concat(options.esArgs || []);
// Add to esArgs if ssl is enabled

View file

@ -310,6 +310,7 @@ describe('#start(installPath)', () => {
"action.destructive_requires_name=true",
"ingest.geoip.downloader.enabled=false",
"search.check_ccs_compatibility=true",
"cluster.routing.allocation.disk.threshold_enabled=false",
],
undefined,
Object {
@ -389,6 +390,7 @@ describe('#run()', () => {
"action.destructive_requires_name=true",
"ingest.geoip.downloader.enabled=false",
"search.check_ccs_compatibility=true",
"cluster.routing.allocation.disk.threshold_enabled=false",
],
undefined,
Object {