elasticsearch – Unauthorized role problem to run kibana server

I am running Kibana and ElasticSearch both on localhost, but I get this error:

[ERROR][plugins.ruleRegistry] Error: Failure during installation of
common resources shared between all indices. Timeout: it took more
than 1200000ms
at installWithTimeout (F:\elasticsearch\kibana-8.11.2\node_modules@kbn\alerting-plugin\server\alerts_service\lib\install_with_timeout.js:48:11)
at runNextTicks (node:internal/process/task_queues:60:5)
at processTimers (node:internal/timers:509:9)
at ResourceInstaller.installCommonResources (F:\elasticsearch\kibana-8.11.2\node_modules@kbn\rule-registry-plugin\server\rule_data_plugin_service\resource_installer.js:42:5)

and a message:

Kibana server is not ready yet

But I don’t know anything about this error message. I am beginner at ES and Kibana.

Read more here: Source link