Finally caught one
{
"took": 0,
"timed_out": false,
"_shards": {
"total": 1,
"successful": 1,
"skipped": 0,
"failed": 0
},
"hits": {
"total": 3,
"max_score": 1,
"hits": [
{
"_index": "apm-6.3.0-transaction-1970.01.01",
"_type": "doc",
"_id": "bIPl8WUBobq0Xh-lDBVi",
"_score": 1,
"_source": {
"@timestamp": "1970-01-01T00:00:00.000Z",
"processor": {
"name": "transaction",
"event": "transaction"
},
"transaction": {
"id": "00000000-0000-0000-0000-000000000000",
"name": "DispatcherServlet#doPost",
"duration": {
"us": 2806324779308
},
"type": "request",
"sampled": false,
"span_count": {
"dropped": {
"total": 0
}
}
},
"context": {
"service": {
"name": "app-search-engine",
"agent": {
"version": "0.7.0",
"name": "java"
},
"version": "9faf8110c20d0fe72ad84f36f1cdbcccbe7a936f",
"language": {
"name": "Java",
"version": "1.8.0_162"
},
"runtime": {
"name": "Java",
"version": "1.8.0_162"
}
},
"process": {
"title": "/usr/java/jdk1.8.0_162/jre/bin/java",
"pid": 15372
},
"system": {
"hostname": "Linux",
"architecture": "amd64",
"platform": "the.agent.server.com",
"ip": "xxx.xx.x.xxx"
}
},
"host": {
"name": "the.apm.server.com"
},
"beat": {
"version": "6.3.0",
"name": "the.apm.server.com",
"hostname": "the.apm.server.com"
}
}
},
{
"_index": "apm-6.3.0-transaction-1970.01.01",
"_type": "doc",
"_id": "2oPn8WUBobq0Xh-ls_rM",
"_score": 1,
"_source": {
"@timestamp": "1970-01-01T00:00:00.000Z",
"processor": {
"name": "transaction",
"event": "transaction"
},
"transaction": {
"name": "HessianServiceExporter",
"duration": {
"us": 2806497785353
},
"type": "request",
"sampled": false,
"span_count": {
"dropped": {
"total": 0
}
},
"id": "00000000-0000-0000-0000-000000000000"
},
"context": {
"service": {
"language": {
"name": "Java",
"version": "1.8.0_162"
},
"runtime": {
"name": "Java",
"version": "1.8.0_162"
},
"name": "app-search-engine",
"agent": {
"name": "java",
"version": "0.7.0"
},
"version": "9faf8110c20d0fe72ad84f36f1cdbcccbe7a936f"
},
"process": {
"pid": 15372,
"title": "/usr/java/jdk1.8.0_162/jre/bin/java"
},
"system": {
"hostname": "Linux",
"architecture": "amd64",
"platform": "the.agent.server.com",
"ip": "xxx.xx.x.xxx"
}
},
"beat": {
"name": "the.apm.server.com",
"hostname": "the.apm.server.com",
"version": "6.3.0"
},
"host": {
"name": "the.apm.server.com"
}
}
},
{
"_index": "apm-6.3.0-transaction-1970.01.01",
"_type": "doc",
"_id": "cYTn8WUBobq0Xh-l0wUL",
"_score": 1,
"_source": {
"@timestamp": "1970-01-01T00:00:00.000Z",
"transaction": {
"duration": {
"us": 2806505777235
},
"type": "request",
"sampled": false,
"span_count": {
"dropped": {
"total": 0
}
},
"id": "00000000-0000-0000-0000-000000000000",
"name": "DispatcherServlet#doPost"
},
"context": {
"service": {
"name": "app-search-engine",
"agent": {
"name": "java",
"version": "0.7.0"
},
"version": "9faf8110c20d0fe72ad84f36f1cdbcccbe7a936f",
"language": {
"name": "Java",
"version": "1.8.0_162"
},
"runtime": {
"name": "Java",
"version": "1.8.0_162"
}
},
"process": {
"pid": 15372,
"title": "/usr/java/jdk1.8.0_162/jre/bin/java"
},
"system": {
"ip": "xxx.xx.x.xxx",
"hostname": "Linux",
"architecture": "amd64",
"platform": "the.agent.server.com"
}
},
"beat": {
"hostname": "the.apm.server.com",
"version": "6.3.0",
"name": "the.apm.server.com"
},
"host": {
"name": "the.apm.server.com"
},
"processor": {
"name": "transaction",
"event": "transaction"
}
}
}
]
}
}
It occurred as soon as I reverted enable_instrumentations
to its default value.