Hello,
I try to install APM server but it is not detected from Kibana instance.
- Kibana version: 7.11.1
- Elasticsearch version: 7.11.1
- APM Server version: 7.11.1
*** Steps to reproduce:
- Download and unpack APM server version 7.11.1
- Add below scripts in apm-server.yml file
apm-server:
host: "localhost:8200"
rum:
enabled: true
output:
elasticsearch:
hosts: ["elastic host"]
username: "elastic"
password: "changeme"
queue.mem.events: 4096
max_procs: 4
output.elasticsearch:
hosts: ["localhost:9200"]
username: "apm_internal"
password: "pw"
-
Start server ./apm-server -e
-
Check APM server version
- bash-4.2$ ./apm-server version
apm-server version 7.11.1 (amd64), libbeat 7.11.0 [ built 2021-02-15 12:37:48 +0000 UTC]
-
Check APM server output
bash-4.2$ ./apm-server test output
elasticsearch: http://elasticsearch:9200...
parse url... OK
connection...
parse host... OK
dns lookup... OK
addresses: 101.01.00.00
dial up... OK
TLS... WARN secure connection disabled
talk to server... OK
version: 7.11.1 -
Login to Kibana
-
Select APM -> Click Setup Instructions -> Click button Check APM Server Status.
Actual results: Message 'No APM Server detected. Please make sure it is running and you have updated to 7.0 or higher.' is returned.
Please advise that APM Server status is not updated. Many thanks.