Kibana 卡在 "Kibana server is not ready yet"
Kibana is stuck on "Kibana server is not ready yet"
安装Inhanced-Table插件后,我的Kibana卡在了下面的信息
"Kibana server is not ready yet"
然而,几分钟后它就完全无法访问了,我的浏览器出现“无法连接”错误。
我用以下命令删除了插件,但错误仍然存在。
./bin/kibana-plugin remove enhanced-table
你能帮我解决这个问题吗?还可以通过以下 link.
获得 Kibana 日志文件
https://drive.google.com/file/d/1LILdo07Q9r0-VNG7hgkbTOaE2eJzhQPs/view?usp=sharing
谢谢
此致
查看您的 kibana 日志,我看到:
{ "type":"log",
"@timestamp":"2020-11-11T05:44:01Z",
"tags":["fatal","root"],"pid":2884,
"message":"{ Error: Optimizations failure.\n 9263 modules\n \n
ERROR in ./src/legacy/core_plugins/console/public/np_ready/application/components/editor_example.js\n
Module not found: Error: Can't resolve '../constants/help_example.txt' in 'D:\Elastic\Kibana\kibana-7.6.1\src\legacy\core_plugins\console\public\np_ready\application\components'\n\n
可能是 Kibana 仍在寻找插件,这就是错误发生的原因。
您应该尝试停止 kibana 并重新启动它。
我安装了一个新的 clear kibana 并解决了问题
安装Inhanced-Table插件后,我的Kibana卡在了下面的信息
"Kibana server is not ready yet"
然而,几分钟后它就完全无法访问了,我的浏览器出现“无法连接”错误。
我用以下命令删除了插件,但错误仍然存在。
./bin/kibana-plugin remove enhanced-table
你能帮我解决这个问题吗?还可以通过以下 link.
获得 Kibana 日志文件https://drive.google.com/file/d/1LILdo07Q9r0-VNG7hgkbTOaE2eJzhQPs/view?usp=sharing
谢谢
此致
查看您的 kibana 日志,我看到:
{ "type":"log",
"@timestamp":"2020-11-11T05:44:01Z",
"tags":["fatal","root"],"pid":2884,
"message":"{ Error: Optimizations failure.\n 9263 modules\n \n
ERROR in ./src/legacy/core_plugins/console/public/np_ready/application/components/editor_example.js\n
Module not found: Error: Can't resolve '../constants/help_example.txt' in 'D:\Elastic\Kibana\kibana-7.6.1\src\legacy\core_plugins\console\public\np_ready\application\components'\n\n
可能是 Kibana 仍在寻找插件,这就是错误发生的原因。
您应该尝试停止 kibana 并重新启动它。
我安装了一个新的 clear kibana 并解决了问题