Kibana version :
v7.12.1
Elasticsearch version :
v7.12.1
APM Server version :
v7.12.1
APM Agent language and version :
nodejs : 12
fastify : 2.11.0
mongoose : 5.11.1
elastic-apm-node : 3.14.0
ioredis : 4.14.1
Browser version :
Google Chrome 90.0.4430.85
Fresh install or upgraded from other version?
fresh install
Steps to reproduce :
- Launch APM server, elastic search, and Kibana containers
- Install Node APM in the server
- Run express/fastify (whatever)
Errors in browser console (if relevant):
{"log.level":"error","@timestamp":"2021-05-12T10:26:51.748Z","log":{"logger":"elastic-apm-node"},"ecs":{"version":"1.6.0"},"message":"APM Server transport error (HPE_INVALID_CONSTANT): Parse Error: Expected HTTP/"}
Provide logs and/or server output (if relevant):
According to elastic document, I found this error every 5 seconds(?), not exactly. how can i fix that?
please tell me about solution. (use express or fastify, it doesn't matter)
thank you.