Results from remote systems?

Trying out heartbeat v6.7. Ive configured 2 files in 'modules.d' and one inline. Where should I be expecting to see results?

{
"monitoring": {
"metrics": {
"beat": {
"cpu": {
"system": {
"ticks": 240,
"time": {
"ms": 39
}
},
"total": {
"ticks": 530,
"time": {
"ms": 101
},
"value": 530
},
"user": {
"ticks": 290,
"time": {
"ms": 62
}
}
},
"handles": {
"limit": {
"hard": 4096,
"soft": 1024
},
"open": 10
},
"info": {
"ephemeral_id": "826ea033-1a82-4aa8-97dd-fa9230bd5b59",
"uptime": {
"ms": 120069
}
},
"memstats": {
"gc_next": 5537232,
"memory_alloc": 2786544,
"memory_total": 51720296,
"rss": 135168
}
},
"libbeat": {
"config": {
"module": {
"running": 0
},
"reloads": 6
},
"output": {
"events": {
"acked": 15,
"batches": 6,
"total": 15
}
},
"outputs": {
"kafka": {
"bytes_read": 732,
"bytes_write": 7648
}
},
"pipeline": {
"clients": 3,
"events": {
"active": 1,
"published": 15,
"total": 15
},
"queue": {
"acked": 15
}
}
},
"system": {
"load": {
"1": 1.26,
"15": 1.39,
"5": 1.37,
"norm": {
"1": 0.63,
"15": 0.695,
"5": 0.685
}
}
}
}
}
}

Could you share a bit more details like your config? The json you pasted is from the metrics output?

For the heartbeat data, checkout the Uptime UI: https://www.elastic.co/guide/en/kibana/current/xpack-uptime.html

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