Skip to content

Commit 4b3436d

Browse files
committed
upgraded to Elasticsearch 2.3.2 and Logstash 2.3.2
1 parent 44926a0 commit 4b3436d

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Dockerfile for ELK stack
2-
# Elasticsearch 2.3.1, Logstash 2.3.1, Kibana 4.5.0
2+
# Elasticsearch 2.3.2, Logstash 2.3.2, Kibana 4.5.0
33

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

3838
### install Elasticsearch
3939

40-
ENV ES_VERSION 2.3.1
40+
ENV ES_VERSION 2.3.2
4141

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

5252
### install Logstash
5353

54-
ENV LOGSTASH_VERSION 2.3.1
54+
ENV LOGSTASH_VERSION 2.3.2
5555
ENV LOGSTASH_HOME /opt/logstash
5656
ENV LOGSTASH_PACKAGE logstash-${LOGSTASH_VERSION}.tar.gz
5757

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.3.1, Logstash 2.3.1, Kibana 4.5.0).
1+
Collect, search and visualise log data with ELK (Elasticsearch 2.3.2, Logstash 2.3.2, Kibana 4.5.0).

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ This Docker image provides a convenient centralised log server and log managemen
66

77
The following tags are available:
88

9-
- `es231_l231_k450`, `latest`: Elasticsearch 2.3.1, Logstash 2.3.1, and Kibana 4.5.0.
9+
- `es232_l232_k450`, `latest`: Elasticsearch 2.3.2, Logstash 2.3.2, and Kibana 4.5.0.
10+
11+
- `es231_l231_k450`: Elasticsearch 2.3.1, Logstash 2.3.1, and Kibana 4.5.0.
1012

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

0 commit comments

Comments
 (0)