当前位置:网站首页>Kibana reports an error server is not ready yet. Possible causes
Kibana reports an error server is not ready yet. Possible causes
2022-04-23 19:28:00 【hy_ two hundred and eight】
- By viewing the log , Found out Error: No Living connections The problem of
- resolvent : Set profile kibana.yml Medium elasticsearch.url Change to the correct link , The default is : http://elasticsearch:9200
1. First let's look at ElasticSearch Inside the container of ip:
docker inspect -f '{
{range .NetworkSettings.Networks}}{
{.IPAddress}}{
{end}}' container_name_or_id
2. Then enter Kibana Inside of container , modify kibana.yml Medium ip
$ docker exec -it kibana Containers id /bin/bash
$ cd config
$ vi kibana.yml
3. Just put the following "http://elasticsearch:9200" Medium elasticsearch Replace with the previous es Inside of container ip That's all right.
#
# ** 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_ two hundred and eight]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231926147970.html
边栏推荐
- Steps to build a deep learning environment GPU
- Machine learning catalog
- Openlayers draw rectangle
- 坐标转换WGS-84 转 GCJ-02 和 GCJ-02转WGS-84
- Data analysis learning directory
- C语言的十六进制printf为何输出有时候输出带0xFF有时没有
- DevOps集成-Jenkins 服务的环境变量和构建工具 Tools
- MFC获取本机IP(网络通讯时用得多)
- Parsing headless jsonarray arrays
- Prefer composition to inheritance
猜你喜欢
MySQL syntax collation (3)
JVM的类加载过程
@MapperScan与@Mapper
Using oes texture + glsurfaceview + JNI to realize player picture processing based on OpenGL es
Openharmony open source developer growth plan, looking for new open source forces that change the world!
Possible root causes include a too low setting for -Xss and illegal cyclic inheritance dependencies
An idea of rendering pipeline based on FBO
Network protocol: SCTP flow control transmission protocol
优先使用组合而不使用继承
Oracle configuration st_ geometry
随机推荐
SQL server requires to query the information of all employees with surname 'Wang'
openlayers 5.0 热力图
Go recursively loops through folders
Intuitive understanding of the essence of two-dimensional rotation
Coordinate conversion WGS-84 to gcj-02 and gcj-02 to WGS-84
高效的串口循环Buffer接收处理思路及代码2
ArcGIS JS API dojoconfig configuration
Decompile and get the source code of any wechat applet - just read this (latest)
Parsing headless jsonarray arrays
How to use go code to compile Pb generated by proto file with protoc Compiler Go file
Go three ways to copy files
Core concepts of rest
Audio signal processing and coding - 2.5.3 the discrete cosine transform
Grafana 分享带可变参数的链接
Openlayers 5.0 loading ArcGIS Server slice service
I just want to leave a note for myself
Common processing of point cloud dataset
Lottery applet, mother no longer have to worry about who does the dishes (assign tasks), so easy
Possible root causes include a too low setting for -Xss and illegal cyclic inheritance dependencies
MySQL syntax collation (5) -- functions, stored procedures and triggers