Trying to install integration APM gives '404 Not Found'

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:

  1. Install Elastic/Kibana 8.6.1 on docker
  2. Navigate to Integrations and select APM
  3. 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,

Same problem, installed 8.6.1 on ubuntu.
https://epr.elastic.co/epr/apm/apm-8.6.1.zip is missing.
Tried to switch to air-gapped architecture with self managed package registry. But the apm/apm-8.6.1.zip is missing as well.

There is open issue with a workaraond : Kibana APM Settings Schema page returns 500 errors. · Issue #149342 · elastic/kibana · GitHub
The workaround is to manually install the APM integration. From Dev tools, as superuser, run:

POST kbn:/api/fleet/epm/packages/apm/<version>
{
  "force": true
}

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