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

(cherry picked from commit 49ad5846ae)

Co-authored-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Kibana Machine 2022-03-01 12:47:58 -05:00 committed by GitHub
parent 6fb196a5e3
commit 768726980d
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 {