Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我收到此错误kibana 服务器尚未准备好,任何人都可以提供帮助。
使用以下 cmnds 重启 Kibana
sudo service kibana stop sudo service kibana start
只需停止并启动您的 kibana 服务。
sudo systemctl stop kibana.service sudo systemctl start kibana.service