Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
Updated to latest stable Kibana 4.1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian Konetzny committed Jun 15, 2015
1 parent 4f609a0 commit baf2bc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -29,8 +29,8 @@ ADD etc/supervisor/conf.d/logstash.conf /etc/supervisor/conf.d/logstash.conf

# Kibana
RUN \
curl -s https://download.elasticsearch.org/kibana/kibana/kibana-4.0.1-linux-x64.tar.gz | tar -C /opt -xz && \
ln -s /opt/kibana-4.0.1-linux-x64 /opt/kibana && \
curl -s https://download.elasticsearch.org/kibana/kibana/kibana-4.1.0-linux-x64.tar.gz | tar -C /opt -xz && \
ln -s /opt/kibana-4.1.0-linux-x64 /opt/kibana && \
sed -i 's/port: 5601/port: 80/' /opt/kibana/config/kibana.yml

ADD etc/supervisor/conf.d/kibana.conf /etc/supervisor/conf.d/kibana.conf
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@ Elasticsearch. Logstash. Kibana.

Creating an ELK stack could not be easier.

**Important:** this image embeds Kibana 4.0. If you want to use Kibana
**Important:** this image embeds Kibana 4.1.0. If you want to use Kibana
3.1.0, you should rather use the
[`kibana-3.1.0`](https://github.com/willdurand/docker-elk/tree/kibana-3.1.0)
branch and its corresponding Docker tag.
Expand Down

0 comments on commit baf2bc8

Please sign in to comment.