JSON and Kibana not reporting the same information

We noticed the JSON document says 3.88% here but the table view in Kibana and all of the charts for the process show 100 times the percentage that is in the JSON document.

{
"_index": "metricbeat-2017.10.11",
"_type": "doc",
"_id": "AV8JhlJJobLdJyRfuXU7",
"_version": 1,
"_score": null,
"_source": {
"@timestamp": "2017-10-11T03:41:57.187Z",
"beat": {
"hostname": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"name": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"version": "5.6.2"
},
"metricset": {
"module": "system",
"name": "process",
"rtt": 538588
},
"system": {
"process": {
"cmdline": "cpsrvd (SSL) - waiting f --llu=1507643205 --listen=10,11,12,13,14,15,6,7,8,9 --start",
"cpu": {
"start_time": "2017-10-10T14:05:35.000Z",
"total": {
"pct": 3.8846
}
},
"fd": {
"limit": {
"hard": 4096,
"soft": 1024
},
"open": 23
},
"memory": {
"rss": {
"bytes": 30371840,
"pct": 0.0005
},
"share": 7462912,
"size": 113774592
},
"name": "cpsrvd (SSL",
"pgid": 0,
"pid": 15721,
"ppid": 0,
"state": "unknown",
"username": "XXXXXXXXXXXXX"
}
},
"type": "metricsets"
},
"fields": {
"@timestamp": [
1507693317187
],
"system.process.cpu.start_time": [
1507644335000
]
},
"sort": [
1507693317187
]
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.