mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[@kbn/es] Disable ES disk usage threshold (#123674)
This commit is contained in:
parent
4e3d2f62fd
commit
49ad5846ae
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue