mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Restore free disk space thresholds
This commit is contained in:
parent
114918b49d
commit
035bdc6f5e
1 changed files with 2 additions and 2 deletions
|
@ -83,11 +83,11 @@ define([
|
|||
name: 'Free',
|
||||
field: 'fs.total.available_in_bytes',
|
||||
warning: {
|
||||
threshold: 5 * 1024 * 1024 * 1024,
|
||||
threshold: 50 * 1024 * 1024 * 1024,
|
||||
type: "lower_bound"
|
||||
},
|
||||
error: {
|
||||
threshold: 2 * 1024 * 1024 * 1024,
|
||||
threshold: 20 * 1024 * 1024 * 1024,
|
||||
type: "lower_bound"
|
||||
},
|
||||
y_format: "bytes"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue