Hi @Rios/Team Thanks for your prompt reply.
I have tried to check the service status for Kibana , elasticsearch and logstash. its running fine.
Please check below service status.
kibana service status
sudo service kibana status
● kibana.service - Kibana
Loaded: loaded (/etc/systemd/system/kibana.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2023-07-23 22:25:55 IST; 13min ago
Main PID: 5447 (node)
Tasks: 11 (limit: 19155)
Memory: 156.4M
CGroup: /system.slice/kibana.service
└─5447 /usr/share/kibana/bin/../node/bin/node /usr/share/kibana/bin/../src/cli/dist
Jul 23 22:39:22 elk kibana[5447]: {"type":"log","@timestamp":"2023-07-23T17:09:22Z","tags":["error","elasticsearch","data"],"pid":5447,"message":"[search_phase_e>
Jul 23 22:39:24 elk kibana[5447]: {"type":"log","@timestamp":"2023-07-23T17:09:24Z","tags":["error","elasticsearch","data"],"pid":5447,"message":"[search_phase_e>
>>
journalctl -u kibana.service --since "10min ago"
-- Logs begin at Wed 2023-07-05 12:15:27 IST, end at Sun 2023-07-23 22:37:51 IST. --
Jul 23 22:27:55 elk kibana[5447]: {"type":"log","@timestamp":"2023-07-23T16:57:55Z","tags":["error","elasticsearch","data"],"pid":5447,"message":"[search_phase_e>
Jul 23 22:27:57 elk kibana[5447]: {"type":"log","@timestamp":"2023-07-23T16:57:57Z","tags":["error","elasticsearch","data"],"pid":5447,"message":"[search_phase_e>
Jul 23 22:28:00 elk kibana[5447]: {"type":"log","@timestamp":"2023-07-23T16:58:00Z","tags":["error","elasticsearch","data"],"pid":5447,"message":"[search_phase_e>
Jul 23 22:28:02 elk kibana[5447]: {"type":"log","@timestamp":"2023-07-23T16:58:02Z","tags":["error","elasticsearch","data"],"pid":5447,"message":"[search_phase_e>
Jul 23 22:28:05 elk kibana[5447]: {"type":"log","@timestamp":"2023-07-23T16:58:05Z","tags":["error","elasticsearch","data"],"pid":5447,"message":"[search_phase_e>
Jul 23 22:28:07 elk kibana[5447]: {"type":"log","@timestamp":"2023-07-23T16:58:07Z","tags":["error","elasticsearch","data"],"pid":5447,"message":"[search_phase_e>
**elasticsearch service status as below **
sudo systemctl status elasticsearch
● elasticsearch.service - Elasticsearch
Loaded: loaded (/lib/systemd/system/elasticsearch.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2023-07-23 22:24:54 IST; 16min ago
Docs: https://www.elastic.co
Main PID: 5058 (java)
Tasks: 132 (limit: 19155)
Memory: 8.4G
CGroup: /system.slice/elasticsearch.service
├─5058 /usr/share/elasticsearch/jdk/bin/java -Xshare:auto -Des.networkaddress.cache.ttl=60 -Des.networkaddress.cache.negative.ttl=10 -XX:+AlwaysPreT>
└─5257 /usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/bin/controller
Jul 23 22:24:41 elk systemd[1]: Starting Elasticsearch...
Jul 23 22:24:54 elk systemd[1]: Started Elasticsearch.
Elasticsearch logs.
[2020-12-16T07:58:27,033][INFO ][o.e.c.r.a.AllocationService] [elk] Cluster health status changed from [RED] to [YELLOW] (reason: [shards started [[metricbeat-7.10.0-2020.12.16-000001][0]]]).
[2020-12-16T08:01:11,546][INFO ][o.e.c.m.MetadataMappingService] [elk] [crm-server-ip-10-Q4wVr9QsyRIg3iyYaH7Q] update_mapping [_doc]
[2020-12-16T08:02:58,091][INFO ][o.e.n.Node ] [elk] stopping ...
[2020-12-16T08:02:58,121][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [elk] [controller/293902] [Main.cc@154] ML controller exiting
[2020-12-16T08:02:58,121][INFO ][o.e.x.m.p.NativeController] [elk] Native controller process has stopped - no new native processes can be started
[2020-12-16T08:02:58,123][INFO ][o.e.x.w.WatcherService ] [elk] stopping watch service, reason [shutdown initiated]
[2020-12-16T08:02:58,125][INFO ][o.e.x.w.WatcherLifeCycleService] [elk] watcher has stopped and shutdown
[2020-12-16T08:02:59,343][INFO ][o.e.n.Node ] [elk] stopped
[2020-12-16T08:02:59,343][INFO ][o.e.n.Node ] [elk] closing ...
[2020-12-16T08:02:59,363][INFO ][o.e.n.Node ] [elk] closed
Since "queue is full" error i got. i was unable to login kibana console. so i have tried some of the indices.
Once indices deleted i have restareted ELK services. since i restarted i'm getting "kibana getting ready error "
Kindly let me know further details to debug this.