Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Ad os.load_average fields to template as they are not supplied on win…
Browse files Browse the repository at this point in the history
…dows.

Closes elastic#50 elastic#49 & elastic#45
  • Loading branch information
bleskes committed Jan 23, 2014
1 parent 82735f0 commit 22e22a8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions agent/src/main/resources/marvel_index_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down

0 comments on commit 22e22a8

Please sign in to comment.