Hi Team,
In Kibana UI , We are able to see error message as "Kibana server is not ready yet" but when we did status check for kibana and Elasticsearch using below command we were able to get below results.
Status check for Kibana:
systemctl status kibana.service
ā kibana.service - LSB: Kibana
Loaded: loaded (/etc/rc.d/init.d/kibana; enabled; vendor preset: disabled)
Active: active (running) since Tue 2023-06-20 09:04:59 EDT; 1 day 1h ago
Status check for Elastic Search:
code=exited,status=1/Failure
Failed to start LSB:This service manages the elasticsearch daemon
Apart from that we also tried to perform version check for both Kibana and Elasticsearch.Please find below details:
elasticsearch-7.1.1-1.x86_64
kibana-7.1.1-1.x86_64
Please suggest steps to resolve this issue.
Thanks In Advance