- Yes, this rollover occurs daily across all three nodes
- No, the cluster health is in good condition, there’s no sign of re-election
- The log will be like this
{"type":"response","@timestamp":"2025-08-09T09:02:24+09:00","tags","pid":22903,"method":"get","statusCode":200,"req":{"url":"/api/status","method":"get","headers":{"host":"ip-kibana:5601","user-agent":"Elastic-Metricbeat/7.17.9 (linux; amd64; 47a345e45b4sdsgg4567jjk09; 2023-01-31 11:38:38 +0000 UTC)","x-elastic-product-origin":"beats","accept-encoding":"gzip"},"remoteAddress":"ip-metricbeat","user-agent":"Elastic-Metricbeat/7.17.9 (linux; amd64; 47a345e45b4sdsgg4567jjk09; 2023-01-31 11:38:38 +0000 UTC)"},"res":{"statusCode":200,"responseTime":5,"contentLength":24727},"message":"GET /api/status 200 5ms - 24.1KB"}
It will repeat until the time the crash starts
{"type":"log","@timestamp":"2025-08-09T09:03:24+09:00","tags":["info","plugins-service"],"pid":11324,"message":"Plugin "metricsEntities" is disabled"}
{"type":"log","@timestamp":"2025-08-09T09:03:24+09:00","tags":["info","http","server","Preboot"],"pid":11324,"message":"http server running at ``http://ip-kibana:5601``"} => The auto script has activated
=> As I’ve already configured the auto-restart script, it will restart right away (check every 1 min)
And then it will start some plugins, install some resources, indices…
{"type":"log","@timestamp":"2025-08-09T09:04:00+09:00","tags":["info","http","server","Kibana"],"pid":11324,"message":"http server running at http://ip-kibana:5601"}
{"type":"log","@timestamp":"2025-08-09T09:04:20+09:00","tags":["info","plugins","reporting","chromium"],"pid":11324,"message":"Browser executable /app/kibana-7.17.9-linux....x86/plugins/reporting/chromum/headless_shell-linux_x64/headless_shell"}
- Is the error pattern identical across all crashes? => Yes, it is
Thank you