Kibana server is not ready yet

kibana

Hi,

I have installed the latest version of all Elasticsearch & Kibana
I am able to connect elastic URL but unable to see dashboard (PFA) and give the error "Kibana server is not ready yet." in the browser.

1:) How Can I see the Dashboard?

2:) How can I make kibana.service; enabled;

Currently, it is disabled*
● kibana.service - Kibana
Loaded: loaded (/lib/systemd/system/kibana.service; disabled; vendor preset: enabled)

----------------------
Kibana Config:
----------------------
server.host: "0.0.0.0"
elasticsearch.hosts: ["http://0.0.0.0:9200"]
elasticsearch.username: "kibana_system"
elasticsearch.password: "fkjbfkjebfGGBN_s"
logging:
  appenders:
    file:
      type: file
      fileName: /var/log/kibana/kibana.log
      layout:
        type: json
  root:
    appenders:
      - default
      - file
pid.file: /run/kibana/kibana.pid

-----------
OUTPUT:
------------
● kibana.service - Kibana
     Loaded: loaded (/lib/systemd/system/kibana.service; disabled; vendor preset: enabled)
     Active: active (running) since Tue 2022-03-29 22:57:10 UTC; 10h ago
       Docs: https://www.elastic.co
   Main PID: 1941 (node)
      Tasks: 11 (limit: 4587)
     Memory: 437.5M
     CGroup: /system.slice/kibana.service
             └─1941 /usr/share/kibana/bin/../node/bin/node /usr/share/kibana/bin/../src/cli/dist

Mar 29 22:57:30 osboxes kibana[1941]: [2022-03-29T22:57:30.227+00:00][INFO ][plugins.screenshotting.config] Chromium sandbox provides an additional layer of >
Mar 29 22:57:33 osboxes kibana[1941]: [2022-03-29T22:57:33.319+00:00][ERROR][elasticsearch-service] Unable to retrieve version information from Elasticsearch>
Mar 29 22:57:35 osboxes kibana[1941]: [2022-03-29T22:57:35.912+00:00][INFO ][plugins.screenshotting.chromium] Browser executable: /usr/share/kibana/x-pack/pl>
Mar 30 05:56:43 osboxes kibana[1941]: [2022-03-30T05:56:43.256+00:00][ERROR][plugins.ruleRegistry] Error: Timeout: it took more than 1200000ms
Mar 30 05:56:43 osboxes kibana[1941]:     at Timeout._onTimeout (/usr/share/kibana/x-pack/plugins/rule_registry/server/rule_data_plugin_service/resource_inst>
Mar 30 05:56:43 osboxes kibana[1941]:     at listOnTimeout (node:internal/timers:557:17)
Mar 30 05:56:43 osboxes kibana[1941]:     at processTimers (node:internal/timers:500:7)
Mar 30 05:56:43 osboxes kibana[1941]: [2022-03-30T05:56:43.283+00:00][ERROR][plugins.ruleRegistry] Error: Failure installing common resources shared between >
Mar 30 05:56:43 osboxes kibana[1941]:     at ResourceInstaller.installWithTimeout (/usr/share/kibana/x-pack/plugins/rule_registry/server/rule_data_plugin_ser>
Mar 30 05:56:43 osboxes kibana[1941]:     at ResourceInstaller.installCommonResources (/usr/share/kibana/x-pack/plugins/rule_registry/server/rule_data_plugin>
lines 1-20/20 (END)

----------------------
Elasticsearch Config:
----------------------
path.data: /var/lib/elasticsearch
path.logs: /var/log/elasticsearch
network.host: 0.0.0.0
http.port: 9200
cluster.initial_master_nodes: ["osboxes"]
http.host: [_local_, _site_]

-----------
OUTPUT:
------------
● elasticsearch.service - Elasticsearch
     Loaded: loaded (/lib/systemd/system/elasticsearch.service; enabled; vendor preset: enabled)
     Active: active (running) since Tue 2022-03-29 22:50:22 UTC; 10h ago
       Docs: https://www.elastic.co
   Main PID: 877 (java)
      Tasks: 63 (limit: 4587)
     Memory: 1.7G
     CGroup: /system.slice/elasticsearch.service
             ├─ 877 /usr/share/elasticsearch/jdk/bin/java -Xshare:auto -Des.networkaddress.cache.ttl=60 -Des.networkaddress.cache.negative.ttl=10 -Djava.secu>
             └─1313 /usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/bin/controller

Mar 29 22:49:52 osboxes systemd[1]: Starting Elasticsearch...
Mar 29 22:50:22 osboxes systemd[1]: Started Elasticsearch.
lines 1-13/13 (END)


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