Commit Graph

8 Commits

Author SHA1 Message Date
zhangxuejiang a98cc18a74 elk change to docker official repository 2021-05-14 17:39:35 +08:00
Gautier 4e5657f5d2 ⬆️ updated elk default version 2020-09-27 17:05:15 +02:00
Nathanael 5aafed586b upgraded elasticsearch, logstash and kibana images and provided an environment variable to specify a version for the entire ELK stack. 2020-01-22 15:37:04 -03:00
bkarstaedt 440002f0fc
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
Panagiotis Koursaris f7dff0f72f update version of elastic and kibana (#1996) 2019-02-23 12:19:34 +08:00
Elliot Lewis a4d3f9bd77 Updated `Kibana` version to match `Elasticsearch` version 2018-06-12 15:20:14 +01:00
ItaloBC 30df311ec2 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 13:02:08 -04:00
Mark Davidson 0561199914 Add Kibana Container (#993)
* Add Kibana Container

* Add Kibana Port to env-example
2017-06-02 23:54:37 -05:00