mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Ad os.load_average fields to template as they are not supplied on windows.
Closes #50 #49 & #45
This commit is contained in:
parent
82735f0c96
commit
22e22a8423
1 changed files with 9 additions and 0 deletions
|
@ -73,6 +73,15 @@
|
|||
},
|
||||
"indices.percolate.memory_size_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"os.load_average.1m": {
|
||||
"type": "long"
|
||||
},
|
||||
"os.load_average.5m": {
|
||||
"type": "long"
|
||||
},
|
||||
"os.load_average.15m": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue