Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save justinkambic/8068f35a917faea99ba30fc0ed8b8c58 to your computer and use it in GitHub Desktop.
Save justinkambic/8068f35a917faea99ba30fc0ed8b8c58 to your computer and use it in GitHub Desktop.
A JSON document used for testing one of my PRs
{
"@timestamp": "2019-05-09T16:48:45.004Z",
"requests": 1,
"monitor": {
"type": "icmp",
"check_group": "4c1eeadc-727a-11e9-955d-8c85908eb3b0",
"ip": "8.8.8.8",
"status": "up",
"duration": {
"us": 14637
},
"id": "auto-icmp-0XC841A2D2853DF456",
"name": "icmptest"
},
"url": {
"scheme": "icmp",
"domain": "8.8.8.8",
"full": "icmp://8.8.8.8"
},
"event": {
"dataset": "uptime"
},
"ecs": {
"version": "1.0.0"
},
"agent": {
"version": "8.0.0",
"type": "heartbeat",
"ephemeral_id": "6d918e39-8660-41c1-8b9c-74bfae8b649c",
"hostname": "Justins-MBP.fios-router.home",
"id": "5884d7f7-9a49-4b0e-bff2-72a475aa695f"
},
"observer": {
"geo": {
"name": "Philadelphia",
"location": "39.9526, 75.1652"
},
"hostname": "Justins-MBP.fios-router.home"
},
"rtt": {
"us": 14543
},
"summary": {
"up": 1,
"down": 0
},
"host": {
"name": "Justins-MBP.fios-router.home"
},
"kubernetes": {
"pod": {
"name": "uptime-test-pod-name",
"uid": "uptime-test-pod"
}
},
"container": {
"id": "uptime-test-container-id"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment