Skip to content

Commit

Permalink
[Metricbeat] Add data.json to dommemstat metricset (#10217) (#10371)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanda H. L. de Andrade Katz authored and ruflin committed Jan 29, 2019
1 parent 2754572 commit ded12e4
Showing 1 changed file with 26 additions and 16 deletions.
42 changes: 26 additions & 16 deletions metricbeat/module/kvm/dommemstat/_meta/data.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,29 @@
{
"@timestamp":"2016-05-23T08:05:34.853Z",
"beat":{
"hostname":"beathost",
"name":"beathost"
"@timestamp": "2017-10-12T08:05:34.853Z",
"agent": {
"hostname": "host.example.com",
"name": "host.example.com"
},
"metricset":{
"host":"localhost",
"module":"kvm",
"name":"dommemstat",
"rtt":44269
},
"kvm":{
"dommemstat":{
"example": "dommemstat"
}
},
"type":"metricsets"
"event":{
"dataset":"kvm.dommemstat",
"module":"kvm",
"duration":4012216
},
"metricset":{
"name":"dommemstat"
},
"service":{
"address":"unix:///var/run/libvirt/libvirt-sock",
"type":"kvm"
},
"kvm":{
"dommemstat":{
"stat":{
"name":"actualballoon",
"value":524288
},
"id":1,
"name":"generic-2"
}
}
}

0 comments on commit ded12e4

Please sign in to comment.