Kibana version: 8.6.1
Elasticsearch version: 8.6.1
Original install method (e.g. download page, yum, deb, from source, etc.) and version: docker-compose
Fresh install or upgraded from other version? Fresh
Is there anything special in your setup? No
When trying to install the APM integration I get the 404-message and
Steps to reproduce:
- Install Elastic/Kibana 8.6.1 on docker
- Navigate to Integrations and select APM
- Check the log
2023-02-05 18:34:41 [2023-02-05T17:34:41.501+00:00][ERROR][plugins.apm] RegistryResponseError: '404 Not Found' error response from package registry at https://epr.elastic.co/epr/apm/apm-8.6.1.zip
When checking the registry is seem like the latest version is 8.4.2
$ curl -s https://epr.elastic.co/search?package=apm | jq .[].version
"8.4.2"
I was expecting an server running on port 8200, but I might have misunderstood how it is suppose to work with the integration. and the legacy apm-server will be deprecated
Please advice,