Ad os.load_average fields to template as they are not supplied on windows.

Closes #50 #49 & #45
This commit is contained in:
Boaz Leskes 2014-01-23 14:48:51 +01:00
parent 82735f0c96
commit 22e22a8423

View file

@ -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"
}
}
},