Can't start Kibana after installing ROR

Hi.
I have ELK 8.11.0
I set plugin and patch on esearch
./bin/elasticsearch-plugin install file:///u/readonlyrest-1.53.0_es8.11.0.zip
and patched Esearch
/app/esearch/elasticsearch-8.11.0/jdk/bin/java -jar plugins/readonlyrest/ror-tools.jar patch

Installed plugin in kibana
./bin/kibana-plugin install file:///u/readonlyrest_kbn_universal-1.53.0_es8.11.0.zip
and patched it.
./node/bin/node plugins/readonlyrestkbn/ror-tools.js patch

Try starting Kibana and get this error:
[16:22:26:718] [info][plugins][ReadonlyREST][LicenseService] Cannot get the encrypted activation key from Kibana… Status code: 404
[16:22:26:761] [info][plugins][ReadonlyREST][LicenseService] No Activation Key found. That’s OK. Defaulting to Free license.You can add your own Activation Key later.
[16:22:26:761] [info][plugins][ReadonlyREST][LicenseService] Visit ReadonlyREST Customer Portal at https://readonlyrest.com to get a trial Activation Key.
[16:22:26:761] [info][plugins][ReadonlyREST][LicenseService] Found ES cluster with UUID=RZ1kwrGAQHqlQ5ZjSBJEzQ
[16:22:26:762] [info][plugins][ReadonlyREST][ConfigurationCompliance] ConfigurationCompliance: isFree=true, isEnterprise=false
[16:22:26:874] [info][plugins][ReadonlyREST][preElasticsearchProxy] Pre-Elasticsearch-proxy will listen on 127.0.0.1:47874
[16:22:26:930] [info][plugins][ReadonlyREST][LicenseService] Cannot get the encrypted activation key from Kibana… Status code: 404
[16:22:26:934] [info][plugins][ReadonlyREST][LicenseService] No Activation Key found. That’s OK. Defaulting to Free license.You can add your own Activation Key later.
[16:22:26:934] [info][plugins][ReadonlyREST][LicenseService] Visit ReadonlyREST Customer Portal at https://readonlyrest.com to get a trial Activation Key.
[ROR] - serve.js - intercepting config

FATAL Error: Unable to complete saved object migrations for the [.kibana] index: Migration failed because some documents were found which use unknown saved object types:

  • “apm-telemetry:apm-telemetry” (type: “apm-telemetry”)

To proceed with the migration you can configure Kibana to discard unknown saved objects for this migration.

could you please show us your kibana.yml file?

kibana@BOOK441JSS:~/current$ cat config/kibana.yml | grep -v "^#" | grep -v "^$"

xpack.security.enabled: false
readonlyrest_kbn.cookiePass: "idshfkjsdhfkjhsdkjfhdksjhf289r3y8293hfsjdnfidhnfiusdhfijhdsiufh298hrfisdohflksdfklsdkfnds"
server.port: 5601
server.host: "localhost"
server.basePath: "/kibana"
server.rewriteBasePath: true
server.publicBaseUrl: "https://test.test.com:5601/kibana"
server.name: "monitoring"
elasticsearch.hosts: ["http://localhost:9200"]
elasticsearch.username: kibana
elasticsearch.password: kibana
elasticsearch.pingTimeout: 5000
elasticsearch.requestTimeout: 60000
pid.file: /u/var/kibana/tmp/kibana.pid
logging:
  appenders:
    rolling-file:
      type: rolling-file
      fileName: /u/logs/kibana/kibana.log
      policy:
        type: time-interval
        interval: 1d
        modulate: true
      layout:
        type: pattern
  root:
    appenders: [rolling-file]
path.data: /u/var/kibana/data

@Dzuming are you able to advise sth?
AFAIK we don’t support officially APM telemetry. @kpetrov54 I guess you used it before installing ROR?

It seems like there is an issue unrelated to the KBN ROR plugin that is causing problems during migration. Have you tried discarding any unknown saved objects? Resolve migration failures | Kibana Guide [8.11] | Elastic

I don’t do any migration.
I have small installation of ELK, 1 node - kibana, Elastic + logstash.
Decided connect it to internal ldap with ROR plugin.
So I copyed it to my local WSL enviroment. Started. All works correct same as on the server.

After thigs just try on local installation add ROR to my ELK and get this message.

We don’t use APM metrics in our ELK. But AFAIK it is basic in ELK.