If I run an embedded instance of ES, the node stats are not very meaningful
"os": {
"timestamp": 1320633257541,
"uptime": "-1 seconds",
"uptime_in_millis": -1000,
"load_average": []
}
whereas if it's run as a standalone app, the stats look much better:
"os": {
"timestamp": 1320633282312,
"uptime": "86 hours, 8 minutes and 57 seconds",
"uptime_in_millis": 310137000,
"load_average": [
0.13,
0.13,
0.08
], ...etc
Am I missing anything? Bug or feature?
Cheers
Alex