Skip to content

Commit

Permalink
upgraded to Elasticsearch 2.3.2 and Logstash 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spujadas committed Apr 29, 2016
1 parent 44926a0 commit 4b3436d
Show file tree
Hide file tree
Showing 3 changed files with 7 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 2.3.1, Logstash 2.3.1, Kibana 4.5.0
# Elasticsearch 2.3.2, Logstash 2.3.2, Kibana 4.5.0

# Build with:
# docker build -t <repo-user>/elk .
Expand Down Expand Up @@ -37,7 +37,7 @@ RUN set -x \

### install Elasticsearch

ENV ES_VERSION 2.3.1
ENV ES_VERSION 2.3.2

RUN curl http://packages.elasticsearch.org/GPG-KEY-elasticsearch | apt-key add -
RUN echo deb http://packages.elasticsearch.org/elasticsearch/2.x/debian stable main > /etc/apt/sources.list.d/elasticsearch-2.x.list
Expand All @@ -51,7 +51,7 @@ RUN apt-get update -qq \

### install Logstash

ENV LOGSTASH_VERSION 2.3.1
ENV LOGSTASH_VERSION 2.3.2
ENV LOGSTASH_HOME /opt/logstash
ENV LOGSTASH_PACKAGE logstash-${LOGSTASH_VERSION}.tar.gz

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.3.1, Logstash 2.3.1, Kibana 4.5.0).
Collect, search and visualise log data with ELK (Elasticsearch 2.3.2, Logstash 2.3.2, Kibana 4.5.0).
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ This Docker image provides a convenient centralised log server and log managemen

The following tags are available:

- `es231_l231_k450`, `latest`: Elasticsearch 2.3.1, Logstash 2.3.1, and Kibana 4.5.0.
- `es232_l232_k450`, `latest`: Elasticsearch 2.3.2, Logstash 2.3.2, and Kibana 4.5.0.

- `es231_l231_k450`: Elasticsearch 2.3.1, Logstash 2.3.1, and Kibana 4.5.0.

- `es230_l230_k450`: Elasticsearch 2.3.0, Logstash 2.3.0, and Kibana 4.5.0.

Expand Down

0 comments on commit 4b3436d

Please sign in to comment.