Kibana version: 7.6.0
Elasticsearch version: 7.6.0
APM Server version: 7.6.0
APM Agent language and version: Java 1.12-1
Browser version: Chrome 80.0.3987.149
Original install method (e.g. download page, yum, deb, from source, etc.) and version: Kibana from Elastic Cloud, Java agent from Maven, APM-server via .deb
Fresh install or upgraded from other version? Upgrade from 7.4.0
Is there anything special in your setup? -
Description of the problem including expected versus actual behavior: When opening the JVM instance metrics for any of our JAVA services, an error pops-up with: Error while fetching resource. Error: Internal Server Error (500). The page does seem to load fine. But I see that the backend-call to /metadata is failing with response:
{"statusCode":500,"error":"Internal Server Error","message":"An internal server error occurred."}
Steps to reproduce:
- Open APM in Kibana
- Select a JAVA service
- Click on JVMs
- Select a JVM instance
Errors in browser console (if relevant): GET https://our.domain/api/apm/services/java-service/node/node-01/metadata?start=2020-03-24T14%3A15%3A10.008Z&end=2020-03-25T14%3A15%3A10.009Z&uiFilters={} 500 (Internal Server Error)
Provide logs and/or server output (if relevant): Not available unfortunately. Kibana is running from Elastic Cloud.
