Skip to content

Commit

Permalink
upgraded to Elastisearch 2.2.0, Logstash 2.2.0, Kibana 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spujadas committed Feb 3, 2016
1 parent 3a37301 commit cc70c46
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dockerfile for ELK stack
# Elasticsearch 2.1.1, Logstash 2.1.1, Kibana 4.3.1
# Elasticsearch 2.2.0, Logstash 2.2.0, Kibana 4.4.0

# 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-12-18
ENV REFRESHED_AT 2016-02-03

###############################################################################
# INSTALLATION
Expand All @@ -33,7 +33,7 @@ RUN apt-get update -qq \
### install Logstash

ENV LOGSTASH_HOME /opt/logstash
ENV LOGSTASH_PACKAGE logstash-2.1.1.tar.gz
ENV LOGSTASH_PACKAGE logstash-2.2.0.tar.gz

RUN mkdir ${LOGSTASH_HOME} \
&& curl -O https://download.elasticsearch.org/logstash/logstash/${LOGSTASH_PACKAGE} \
Expand All @@ -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.3.1-linux-x64.tar.gz
ENV KIBANA_PACKAGE kibana-4.4.0-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 2.1.1, Logstash 2.1.1, Kibana 4.3.1).
Collect, search and visualise log data with ELK (Elasticsearch 2.2.0, Logstash 2.2.0, Kibana 4.4.0).
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 2.1.1), Logstash (version 2.1.1), and Kibana (version 4.3.1), collectively known as ELK.
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.

**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.

Expand Down

0 comments on commit cc70c46

Please sign in to comment.