Hi folks. I am trying to create a visualisation based on MetricBeat data, showing memory utilisation by server.
The weird thing is that for one of my servers (ca-web06), the bar is blank:
Even though the data for this server clearly returns a value:
The actual response from ES looks a bit like this:
{
"took": 2,
"timed_out": false,
"_shards": {
"total": 1,
"successful": 1,
"failed": 0
},
"hits": {
"total": 132,
"max_score": 0,
"hits": []
},
"aggregations": {
"2": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"1": {
"value": 0.9095000000000001
},
"key": "ca-web01",
"doc_count": 12
},
{
"1": {
"value": 0.7822666666666666
},
"key": "ca-web02",
"doc_count": 15
},
{
"1": {
"value": 0.7965333333333333
},
"key": "ca-web03",
"doc_count": 15
},
{
"1": {
"value": 0.7449999999999999
},
"key": "ca-web04",
"doc_count": 15
},
{
"1": {
"value": 0.7727333333333333
},
"key": "ca-web05",
"doc_count": 15
},
{
"1": {
"value": 0.5485333333333334
},
"key": "ca-web06",
"doc_count": 15
},
{
"1": {
"value": 0.7930666666666666
},
"key": "ca-web07",
"doc_count": 15
},
{
"1": {
"value": 0.7433333333333333
},
"key": "ca-web09",
"doc_count": 15
},
{
"1": {
"value": 0.6876666666666668
},
"key": "ca-web10",
"doc_count": 15
}
]
}
},
"status": 200
}