当前位置:网站首页>kibana 报错 server is not ready yet 可能的原因
kibana 报错 server is not ready yet 可能的原因
2022-04-23 19:26:00 【hy_208】
- 通过查看日志,发现了Error: No Living connections的问题
- 解决方法:将配置文件kibana.yml中的elasticsearch.url改为正确的链接,默认为: http://elasticsearch:9200
1.首先我们查看 ElasticSearch 的容器内部 ip:
docker inspect -f '{
{range .NetworkSettings.Networks}}{
{.IPAddress}}{
{end}}' container_name_or_id
2.然后进入 Kibana 容器内部,修改 kibana.yml 中的ip
$ docker exec -it kibana容器id /bin/bash
$ cd config
$ vi kibana.yml
3.只需要将下面的 "http://elasticsearch:9200" 中的 elasticsearch 替换成上一步的es容器内部ip就可以了
#
# ** THIS IS AN AUTO-GENERATED FILE **
#
# Default Kibana configuration for docker target
server.name: kibana
server.host: "0"
elasticsearch.hosts: [ "http://elasticsearch:9200" ]
xpack.monitoring.ui.container.elasticsearch.enabled: true
版权声明
本文为[hy_208]所创,转载请带上原文链接,感谢
https://blog.csdn.net/hy_208/article/details/124165291
边栏推荐
- Tencent cloud GPU best practices - remote development training using jupyter pycharm
- Executor、ExecutorService、Executors、ThreadPoolExecutor、Future、Runnable、Callable
- The platinum library cannot search the debug process records of some projection devices
- UML类图几种关系的总结
- 深度学习环境搭建步骤—gpu
- goroutine
- MySQL syntax collation (4)
- Strange problems in FrameLayout view hierarchy
- Go recursively loops through folders
- IIS数据转换问题16bit转24bit
猜你喜欢
ArcMap connecting ArcGIS Server
Pdf reference learning notes
Lottery applet, mother no longer have to worry about who does the dishes (assign tasks), so easy
OpenHarmony开源开发者成长计划,寻找改变世界的开源新生力!
OpenHarmony开源开发者成长计划,寻找改变世界的开源新生力!
山大网安靶场实验平台项目—个人记录(四)
5 minutes to achieve wechat cloud applet payment function (including source code)
指针数组与数组指针的区分
浅谈c语言指针的强制转换
MySQL syntax collation (4)
随机推荐
openlayers 5.0 两种居中方式
On the forced conversion of C language pointer
Keysight has chosen what equipment to buy for you
Regular expressions for judging positive integers
精简CUDA教程——CUDA Driver API
[报告] Microsoft :Application of deep learning methods in speech enhancement
Virtual machine performance monitoring and fault handling tools
Why is PostgreSQL about to surpass SQL Server?
An example of using JNI to directly access surface data
Openlayers 5.0 loading ArcGIS Server slice service
Quick start to static class variables
White screen processing method of fulter startup page
Oracle configuration st_ geometry
坐标转换WGS-84 转 GCJ-02 和 GCJ-02转WGS-84
考试系统进入试卷优化思路
MFCC: Mel频率倒谱系数计算感知频率和实际频率转换
Core concepts of rest
Summary of several relationships of UML class diagram
SQL常用的命令
2021-2022-2 ACM training team weekly Programming Competition (8) problem solution