diff --git a/metricbeat/module/kvm/dommemstat/_meta/data.json b/metricbeat/module/kvm/dommemstat/_meta/data.json index 4779095e1d69..213f5ff1b471 100644 --- a/metricbeat/module/kvm/dommemstat/_meta/data.json +++ b/metricbeat/module/kvm/dommemstat/_meta/data.json @@ -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" + } + } }