Hi All I am Getting this error in the kibana log from yesterday 25 April,2022. Version 8.1.2

Hi I have installed 8.1.2 version of Elasticsearch and kibana in centos-7 using this command in my AWS ec2 t2.medium instance :
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-$VERSION-x86_64.rpm
rpm -i Elasticsearch-$VERSION-x86_64.rpm for the installation of elastic-search and it is running fine .
configuration for Elasticsearch:

network.host: private-ip(172.31.42.122 )
http.port: 9200

then i installed kibana using the below command.
wget https://artifacts.elastic.co/downloads/kibana/kibana-$VERSION-x86_64.rpm
rpm -i kibana-$VERSION-x86_64.rpm

configured kibana.yml like server
server.port: 5601

server.host: 0.0.0.0

Elasticsearch.hosts: ['https://private-ip:9200']

and when i start the kibana server it gives ERROR. when i check the logs it throws this error : ,"message":"Timeout: it took more than 1200000ms","error":{"message":"Timeout: it took more than 1200000ms","type":"Error","stack_trace":"Error: Timeout: it took more than 1200000ms\n at Timeout._onTimeout (/usr/share/kibana/x-pack/plugins/rule_registry/server/rule_data_plugin_service/resource_installer.js:54:20)\n at listOnTimeout (node:internal/timers:559:17)\n at processTimers (node:internal/timers:502:7)"},"log":{"level":"ERROR","logger":"plugins.ruleRegistry"},"process":{"pid":2672},"trace":{"id":"69d4d35411d861f2633b9b51741a2a7b"},"transaction":{"id":"9b7dbe0e0ae1de3b"}}

please help me in this regard i need your help immediately and let me know the steps to resolve the issue, i mean work around for this thanks.

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