1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144
| { "agent" : { "name" : "nodejs", "version" : "3.20.0" }, "process" : { "args" : [ """D:\Program Files\nodejs\node.exe""", """D:\project\node-project\test\bin\run""" ], "pid" : 3776, "title" : "npm", "ppid" : 9500 }, "source" : { "ip" : "127.0.0.1" }, "processor" : { "name" : "transaction", "event" : "transaction" }, "url" : { "path" : "/xiaowu/400", "original" : "/xiaowu/400", "scheme" : "http", "port" : 23000, "domain" : "localhost", "full" : "http://localhost:23000/xiaowu/400" }, "observer" : { "hostname" : "6f216d8db8c6", "id" : "2c6a2ceb-ee23-4622-b8b7-8df5c44d0075", "type" : "apm-server", "ephemeral_id" : "a9e8ecc2-802e-48b3-98dd-3854ed6b18c9", "version" : "7.14.0", "version_major" : 7 }, "trace" : { "id" : "b37ea440f81892107c8a665d1681f874" }, "@timestamp" : "2021-08-27T09:13:04.762Z", "ecs" : { "version" : "1.10.0" }, "service" : { "node" : { "name" : "DESKTOP-6RD9D8B" }, "environment" : "development", "name" : "sapi_carmodel", "runtime" : { "name" : "node", "version" : "12.22.1" }, "language" : { "name" : "javascript" }, "version" : "0.2.0" }, "host" : { "hostname" : "DESKTOP-6RD9D8B", "os" : { "platform" : "win32" }, "ip" : "192.168.56.1", "name" : "DESKTOP-6RD9D8B", "architecture" : "x64" }, "http" : { "request" : { "headers" : { "Connection" : [ "keep-alive" ], "User-Agent" : [ "Apache-HttpClient/4.5.10 (Java/11)" ], "Host" : [ "localhost:23000" ] }, "method" : "GET", "socket" : { "encrypted" : false, "remote_address" : "127.0.0.1" } }, "response" : { "headers" : { "Keep-Alive" : [ "timeout=5" ], "Trace-Id" : [ "-" ], "Connection" : [ "keep-alive" ], "Content-Length" : [ "9" ], "Date" : [ "Fri, 27 Aug 2021 09:13:04 GMT" ], "Content-Type" : [ "text/plain; charset=utf-8" ] }, "status_code" : 404 }, "version" : "1.1" }, "client" : { "ip" : "127.0.0.1" }, "event" : { "ingested" : "2021-08-27T09:13:06.567410455Z", "outcome" : "success" }, "transaction" : { "duration" : { "us" : 3448 }, "result" : "HTTP 4xx", "name" : "GET /xiaowu/400", "span_count" : { "started" : 0 }, "id" : "84271adf07e76a62", "type" : "request", "sampled" : true }, "user_agent" : { "original" : "Apache-HttpClient/4.5.10 (Java/11)", "name" : "Apache-HttpClient", "device" : { "name" : "Other" }, "version" : "4.5.10" }, "timestamp" : { "us" : 1630055584762002 } }
|