Skip to content

Commit

Permalink
upgraded Logstash to version 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
spujadas committed Aug 26, 2015
1 parent 0791f8e commit 2145bcc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dockerfile for ELK stack
# Elasticsearch 1.7.1, Logstash 1.5.3, Kibana 4.1.1
# Elasticsearch 1.7.1, Logstash 1.5.4, Kibana 4.1.1

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

ENV LOGSTASH_HOME /opt/logstash
ENV LOGSTASH_PACKAGE logstash-1.5.3.tar.gz
ENV LOGSTASH_PACKAGE logstash-1.5.4.tar.gz

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

### Documentation

Expand Down

0 comments on commit 2145bcc

Please sign in to comment.