Skip to content

Commit

Permalink
upgraded Elasticsearch to version 1.7.2 and Kibana to version 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spujadas committed Sep 22, 2015
1 parent 2145bcc commit 6391132
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dockerfile for ELK stack
# Elasticsearch 1.7.1, Logstash 1.5.4, Kibana 4.1.1
# Elasticsearch 1.7.2, Logstash 1.5.4, Kibana 4.1.2

# Build with:
# docker build -t <repo-user>/elk .
Expand All @@ -9,7 +9,7 @@

FROM phusion/baseimage
MAINTAINER Sebastien Pujadas http://pujadas.net
ENV REFRESHED_AT 2015-08-15
ENV REFRESHED_AT 2015-09-22

###############################################################################
# INSTALLATION
Expand Down Expand Up @@ -52,7 +52,7 @@ RUN sed -i -e 's#^LS_HOME=$#LS_HOME='$LOGSTASH_HOME'#' /etc/init.d/logstash \
### install Kibana

ENV KIBANA_HOME /opt/kibana
ENV KIBANA_PACKAGE kibana-4.1.1-linux-x64.tar.gz
ENV KIBANA_PACKAGE kibana-4.1.2-linux-x64.tar.gz

RUN mkdir ${KIBANA_HOME} \
&& curl -O https://download.elasticsearch.org/kibana/kibana/${KIBANA_PACKAGE} \
Expand Down
2 changes: 1 addition & 1 deletion README-short.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Collect, search and visualise log data with ELK (Elasticsearch 1.7.1, Logstash 1.5.4, Kibana 4.1.1).
Collect, search and visualise log data with ELK (Elasticsearch 1.7.2, Logstash 1.5.4, Kibana 4.1.2).
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![](https://badge.imagelayers.io/sebp/elk:latest.svg)](https://imagelayers.io/?images=sebp/elk:latest 'Get your own badge on imagelayers.io')

This Docker image provides a convenient centralised log server and log management web interface, by packaging Elasticsearch (version 1.7.1), Logstash (version 1.5.4), and Kibana (version 4.1.1), collectively known as ELK.
This Docker image provides a convenient centralised log server and log management web interface, by packaging Elasticsearch (version 1.7.2), Logstash (version 1.5.4), and Kibana (version 4.1.2), collectively known as ELK.

### Documentation

Expand Down

0 comments on commit 6391132

Please sign in to comment.