🐳 Elastic Stack (ELK) v8+ on Docker with Compose. Pre-configured out of the box to enable Logging, Metrics, APM, Alerting, ML, and SIEM features. Up with a Single Command.
apm-server_1 | {"log.level":"error","@timestamp":"2022-07-19T21:23:08.098Z","log.logger":"kibana","log.origin":{"file.name":"kibana/connecting_client.go","file.line":79},"message":"failed to obtain connection to Kibana: fail to get the Kibana version: HTTP GET request to https://kibana:5601/api/status fails: fail to execute the HTTP GET request: Get \"https://kibana:5601/api/status\": x509: certificate signed by unknown authority. Response: ","service.name":"apm-server","ecs.version":"1.6.0"}
apm-server_1 | {"log.level":"error","@timestamp":"2022-07-19T21:23:37.614Z","log.logger":"beater","log.origin":{"file.name":"beater/waitready.go","file.line":64},"message":"precondition failed: EOF","service.name":"apm-server","ecs.version":"1.6.0"}
so what I'm missing with this config, there's anyone who successfully adds an APM server?
Ask a question...
I want to add apm-server to this stack, so I try to add a new service
all services running and apm-server is correctly setup.
the problem is there's no data in APM services or traces, this is my code
application apm debug
this logs error from apm-server
so what I'm missing with this config, there's anyone who successfully adds an APM server?