No services were found JAVA

Hi ,

I am trying to setup APM for my java application. I have checked that my apm-agent and app-server status but still getting the error.

PS Mine is a non-springboot java application.

Hi Mishal,

The APM UI might be reading from incorrect indicies and therefore not get any data. Can you try adding the following to kibana.yml:

apm_oss.errorIndices: apm-*
apm_oss.spanIndices: apm-*
apm_oss.transactionIndices: apm-*
apm_oss.onboardingIndices: apm-*

Thanks!

My Kibana version is 6.5.1. Will these changes still work in that version?

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