Advertisement
Guest User

Kibana JSON receipt from APM

a guest
Nov 21st, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.79 KB | None | 0 0
  1. {
  2.   "_index": "apm-7.4.2-metric-2019.11.21",
  3.   "_type": "_doc",
  4.   "_id": "kdrLj24BSO9h8OwKVeD0",
  5.   "_version": 1,
  6.   "_score": null,
  7.   "_source": {
  8.     "agent": {
  9.       "name": "nodejs",
  10.       "version": "3.2.0"
  11.     },
  12.     "process": {
  13.       "args": [
  14.         "C:\\Program Files\\nodejs\\node.exe",
  15.         "C:\\temp\\nodeapps\\wsdot_evse_sim_manager\\index.js"
  16.       ],
  17.       "pid": 6940,
  18.       "title": "C:\\WINDOWS\\System32\\cmd.exe - node  index.js",
  19.       "ppid": 17208
  20.     },
  21.     "nodejs": {
  22.       "handles": {
  23.         "active": 6
  24.       },
  25.       "memory": {
  26.         "heap": {
  27.           "used": {
  28.             "bytes": 17658296
  29.           },
  30.           "allocated": {
  31.             "bytes": 22347776
  32.           }
  33.         }
  34.       },
  35.       "eventloop": {
  36.         "delay": {
  37.           "avg": {
  38.             "ms": 6.691853285873194
  39.           },
  40.           "ns": 0
  41.         }
  42.       },
  43.       "requests": {
  44.         "active": 0
  45.       }
  46.     },
  47.     "processor": {
  48.       "name": "metric",
  49.       "event": "metric"
  50.     },
  51.     "labels": {
  52.       "hostname": "OB13",
  53.       "env": "development"
  54.     },
  55.     "observer": {
  56.       "hostname": "OB13",
  57.       "id": "9aca3c7d-9dfb-4949-a298-ca16812e892f",
  58.       "ephemeral_id": "6c2c5c91-ceca-41c7-8327-43918fd73912",
  59.       "type": "apm-server",
  60.       "version": "7.4.2",
  61.       "version_major": 7
  62.     },
  63.     "@timestamp": "2019-11-21T21:08:06.999Z",
  64.     "system": {
  65.       "process": {
  66.         "memory": {
  67.           "rss": {
  68.             "bytes": 40255488
  69.           }
  70.         },
  71.         "cpu": {
  72.           "total": {
  73.             "norm": {
  74.               "pct": 0.0009339248195601027
  75.             }
  76.           },
  77.           "system": {
  78.             "norm": {
  79.               "pct": 0.00045655462947291793
  80.             }
  81.           },
  82.           "user": {
  83.             "norm": {
  84.               "pct": 0.0004773701900871847
  85.             }
  86.           }
  87.         }
  88.       },
  89.       "memory": {
  90.         "actual": {
  91.           "free": 12210024448
  92.         },
  93.         "total": 25709977600
  94.       },
  95.       "cpu": {
  96.         "total": {
  97.           "norm": {
  98.             "pct": 0.29300189138070787
  99.           }
  100.         }
  101.       }
  102.     },
  103.     "ecs": {
  104.       "version": "1.1.0"
  105.     },
  106.     "service": {
  107.       "environment": "development",
  108.       "name": "wsdot_evse_sim_manager",
  109.       "runtime": {
  110.         "name": "node",
  111.         "version": "10.5.0"
  112.       },
  113.       "language": {
  114.         "name": "javascript"
  115.       },
  116.       "version": "1.0.0"
  117.     },
  118.     "host": {
  119.       "hostname": "OB13",
  120.       "os": {
  121.         "platform": "win32"
  122.       },
  123.       "ip": "127.0.0.1",
  124.       "name": "OB13",
  125.       "architecture": "x64"
  126.     }
  127.   },
  128.   "fields": {
  129.     "@timestamp": [
  130.       "2019-11-21T21:08:06.999Z"
  131.     ]
  132.   },
  133.   "sort": [
  134.     1574370486999
  135.   ]
  136. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement