kibana-bug
docker安装kibana。报错

Reporting plugin self-check generated a warning: Error: Found ‘server.host: “0”’ in settings. This is incompatible with Reporting. To enable Reporting to work, ‘xpack.reporting.kibanaServer.hostname: 0.0.0.0’ is being automatically to the configuration. You can change to ‘server.host: 0.0.0.0’ or add ‘xpack.reporting.kibanaServer.hostname: 0.0.0.0’ in kibana.yml to prevent this message.
在尝试使用Docker安装Kibana的过程中,遇到了一个警告:'server.host:“0”'设置与Reporting插件不兼容。错误提示建议将'xpack.reporting.kibanaServer.hostname:0.0.0.0'添加到配置文件kibana.yml中,或者将'server.host'改为'0.0.0.0'来消除此警告。这个问题涉及到Kibana的配置调整和Docker容器的网络设置。
382

被折叠的 条评论
为什么被折叠?



