No APM server detected in kibana when adding integration

Hello,
I have installed elastic, Kibana and APM server on the same machine, the APM is running well but it is not showing in kibana with error in heading above. The logs dont show any error. Could someone help please

Can you provide a screenshot an tell us how you configured and setup your stack?

Hello,
APM, elastic and kibana are all running on the same host but running x-pack enabled for elasticsearch version 8.10.4
APM settings enabled below
apm-server:
host: "0.0.0.0:8200"

rum:
enabled: true

output.elasticsearch:
hosts: ["localhost:9200"]
protocol: "https"
username: "elastic"
password: "changeme"
ssl:
enabled: true
ca_trusted_fingerprint: "3fhofgh4oefofogo4oo4oghg"
monitoring.enabled: true

APM test output command returns status "OK"

Elasticsearch config
network.host: 0.0.0.0
http.port: 9200
xpack.security.enabled: true
xpack.security.enrollment.enabled: true

xpack.security.http.ssl:
enabled: true
keystore.path: certs/http.p12

xpack.security.transport.ssl:
enabled: true
verification_mode: certificate
cluster.initial_master_nodes: ["elastic"]
http.host: 0.0.0.0

Elasticsearch conf

i have shared configs please check

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.