schema: Add memcap pressure values

Issue: 6094

This commit extends the EVE schema with memcap_pressure values; these
are included in the stat event type records.
pull/9369/head
Jeff Lucovsky 2 years ago committed by Victor Julien
parent 8770431986
commit 424f12d1b3

@ -3679,6 +3679,12 @@
"uptime": {
"type": "integer"
},
"memcap_pressure": {
"type": "integer"
},
"memcap_pressure_max": {
"type": "integer"
},
"app_layer": {
"type": "object",
"properties": {

Loading…
Cancel
Save