Skip to content

Commit 2145bcc

Browse files
committed
upgraded Logstash to version 1.5.4
1 parent 0791f8e commit 2145bcc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Dockerfile for ELK stack
2-
# Elasticsearch 1.7.1, Logstash 1.5.3, Kibana 4.1.1
2+
# Elasticsearch 1.7.1, Logstash 1.5.4, Kibana 4.1.1
33

44
# Build with:
55
# docker build -t <repo-user>/elk .
@@ -33,7 +33,7 @@ RUN apt-get update -qq \
3333
### install Logstash
3434

3535
ENV LOGSTASH_HOME /opt/logstash
36-
ENV LOGSTASH_PACKAGE logstash-1.5.3.tar.gz
36+
ENV LOGSTASH_PACKAGE logstash-1.5.4.tar.gz
3737

3838
RUN mkdir ${LOGSTASH_HOME} \
3939
&& curl -O https://download.elasticsearch.org/logstash/logstash/${LOGSTASH_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 1.7.1, Logstash 1.5.3, Kibana 4.1.1).
1+
Collect, search and visualise log data with ELK (Elasticsearch 1.7.1, Logstash 1.5.4, Kibana 4.1.1).

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 1.7.1), Logstash (version 1.5.3), and Kibana (version 4.1.1), collectively known as ELK.
5+
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.
66

77
### Documentation
88

0 commit comments

Comments
 (0)