Hi elatic team,
I'm trying to use APM with such releases:
Kibana version: 7.2.0
Elasticsearch version: 7.2.0
APM Server version: 7.2.0
APM Agent language and version: .Net APM Agent
And have some problems, I couldn't push logs to APM server and firstly want to verify APM server status.
I configured APM as was mentioned in documentation and instructions in Kibana page, so I install APM server with RPM instructions and edit next fields only ->
output.elasticsearch:
hosts: ["localhost:9200"]
username: myusername
password: mypassword
I used localhost, cause APM server is located inside the same pod as Elasticsearch. Pod exist in Azure Kubernetes Service cluster.
Then I check APM-server via button ->
And got successful message.
According to official documentation (https://www.elastic.co/guide/en/apm/server/7.4/running-with-systemd.html) we can verify status via 'systemctl status apm-server' command. After I ran it, got this message ->
[root@azure-elasticsearch-prod-0 elasticsearch]# systemctl status apm-server
Failed to get D-Bus connection: Operation not permitted
It looks like my APM server is not configured properly.
Any thoughts?
Thanks