This website requires JavaScript.
Explore
Help
Sign In
blackbirdchess
/
blackbirdchess-docker-dev
Watch
1
Star
0
Fork
0
You've already forked blackbirdchess-docker-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c84db7d4d7
blackbirdchess-docker-dev
/
kibana
/
Dockerfile
4 lines
56 B
Docker
Raw
Normal View
History
Unescape
Escape
Update to Kibana 7.1.1 When spinning up the stack via `docker-compose -d apache2 elasticsearch kibana` Kibana won't work currently and displays "kibana is not ready yet". `docker-compose logs kibana` the message: ``` {"type":"log","@timestamp":"2019-11-14T15:46:37Z","tags":["status","plugin:reporting@6.6.0","error"],"pid":1,"state":"red","message":"Status changed from uninitialized to red - This version of Kibana requires Elasticsearch v6.6.0 on all nodes. I found the following incompatible nodes in your cluster: v7.1.1 @ 172.26.0.3:9200 (172.26.0.3)","prevState":"uninitialized","prevMsg":"uninitialized"} ``` I update the version to align with elasticsearchs' version which works fine on my machine.
2019-11-15 09:52:48 +01:00
FROM
docker.elastic.co/kibana/kibana:7.1.1
Add Kibana Container (#993) * Add Kibana Container * Add Kibana Port to env-example
2017-06-03 06:54:37 +02:00
Change to official repository Elastic.co announced they will pull out their official images from the Docker Registry and user their own. There will be no updates starting 6/20/2017. Pulling needs explicit version. Currently 5.4.1
2017-06-12 19:02:08 +02:00
EXPOSE
5601
Reference in New Issue
Copy Permalink