Kibana version: 7.10.1
Elasticsearch version: 7.10.1
APM Server version: 7.10.1
Original install method and version: Package manager on Ubuntu 20.04 Focal Fossa
Fresh install or upgraded from other version?: Fresh
Hi, i'm approaching the ELK stack and i'm trying to configure apm-server. I've installed (i think correctly) ELK and i could create/manage index and data. I have activated xpack basic licence to enable basic auth.
I'm trying to install and configure apm server (on the same on-prem machine of the elk stack). This is my apm-server.yml configuration:
apm-server:
host: "0.0.0.0:8200"
#kibana
kibana.enabled: true
kibana.host: "http://0.0.0.0:5601"
kibana.username: "elastic"
kibana.password: "changeme"
#============ Outputs =======================
output.elasticsearch:
hosts: ["0.0.0.0:9200"]
enabled: true
username: "elastic"
password: "changeme"
Running 'systemctl start apm-server', the server seems start up correctly, but when i check from the kibana apm-server setup page i always get:
apm-server test config: Config OK
apm-server test output:
I've tryied to set up a nodejs agent app to see if the server was running correctly on :8200, and seems yes cause it is managing requests:
Is there something that i'm doing wrong?
I've also see that apm-server was creating 'Legacy index templates' on start up.. is that correct?
Steps to reproduce:
- Install the ELK stack 7.10.1 on Focal Fossa
- Install and run apm-server with the above configuration
Provide logs and/or server output (if relevant): No error in logs