Skip to content

Commit cc70c46

Browse files
committed
upgraded to Elastisearch 2.2.0, Logstash 2.2.0, Kibana 4.4.0
1 parent 3a37301 commit cc70c46

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Dockerfile for ELK stack
2-
# Elasticsearch 2.1.1, Logstash 2.1.1, Kibana 4.3.1
2+
# Elasticsearch 2.2.0, Logstash 2.2.0, Kibana 4.4.0
33

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

1010
FROM phusion/baseimage
1111
MAINTAINER Sebastien Pujadas http://pujadas.net
12-
ENV REFRESHED_AT 2015-12-18
12+
ENV REFRESHED_AT 2016-02-03
1313

1414
###############################################################################
1515
# INSTALLATION
@@ -33,7 +33,7 @@ RUN apt-get update -qq \
3333
### install Logstash
3434

3535
ENV LOGSTASH_HOME /opt/logstash
36-
ENV LOGSTASH_PACKAGE logstash-2.1.1.tar.gz
36+
ENV LOGSTASH_PACKAGE logstash-2.2.0.tar.gz
3737

3838
RUN mkdir ${LOGSTASH_HOME} \
3939
&& curl -O https://download.elasticsearch.org/logstash/logstash/${LOGSTASH_PACKAGE} \
@@ -52,7 +52,7 @@ RUN sed -i -e 's#^LS_HOME=$#LS_HOME='$LOGSTASH_HOME'#' /etc/init.d/logstash \
5252
### install Kibana
5353

5454
ENV KIBANA_HOME /opt/kibana
55-
ENV KIBANA_PACKAGE kibana-4.3.1-linux-x64.tar.gz
55+
ENV KIBANA_PACKAGE kibana-4.4.0-linux-x64.tar.gz
5656

5757
RUN mkdir ${KIBANA_HOME} \
5858
&& curl -O https://download.elasticsearch.org/kibana/kibana/${KIBANA_PACKAGE} \

README-short.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Collect, search and visualise log data with ELK (Elasticsearch 2.1.1, Logstash 2.1.1, Kibana 4.3.1).
1+
Collect, search and visualise log data with ELK (Elasticsearch 2.2.0, Logstash 2.2.0, Kibana 4.4.0).

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
This Docker image provides a convenient centralised log server and log management web interface, by packaging Elasticsearch (version 2.1.1), Logstash (version 2.1.1), and Kibana (version 4.3.1), collectively known as ELK.
5+
This Docker image provides a convenient centralised log server and log management web interface, by packaging Elasticsearch (version 2.2.0), Logstash (version 2.2.0), and Kibana (version 4.4.0), collectively known as ELK.
66

77
**Note** – The last image using the Elasticsearch 1.x and Logstash 1.x branches is also available (the versions of the ELK components in that image are Elasticsearch 1.7.3, Logstash 1.5.5, and Kibana 4.1.2). See the documentation page for more information.
88

0 commit comments

Comments
 (0)