Skip to content

Commit b379e67

Browse files
committed
upgraded Logstash to version 1.5.2 and Kibana to version 4.1.1
1 parent 2194ab7 commit b379e67

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Dockerfile for ELK stack
2-
# Elasticsearch 1.6.0, Logstash 1.5.1, Kibana 4.1.0
2+
# Elasticsearch 1.6.0, Logstash 1.5.2, 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.1.tar.gz
36+
ENV LOGSTASH_PACKAGE logstash-1.5.2.tar.gz
3737

3838
RUN mkdir ${LOGSTASH_HOME} \
3939
&& curl -O https://download.elasticsearch.org/logstash/logstash/${LOGSTASH_PACKAGE} \
@@ -53,7 +53,7 @@ RUN sed -i -e 's#^LS_HOME=$#LS_HOME='$LOGSTASH_HOME'#' /etc/init.d/logstash /etc
5353
### install Kibana
5454

5555
ENV KIBANA_HOME /opt/kibana
56-
ENV KIBANA_PACKAGE kibana-4.1.0-linux-x64.tar.gz
56+
ENV KIBANA_PACKAGE kibana-4.1.1-linux-x64.tar.gz
5757

5858
RUN mkdir ${KIBANA_HOME} \
5959
&& curl -O https://download.elasticsearch.org/kibana/kibana/${KIBANA_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.6.0, Logstash 1.5.1, Kibana 4.1.0).
1+
Collect, search and visualise log data with ELK (Elasticsearch 1.6.0, Logstash 1.5.2, Kibana 4.1.1).

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Elasticsearch, Logstash, Kibana (ELK) Docker image
22

3-
This Docker image provides a convenient centralised log server and log management web interface, by packaging [Elasticsearch](http://www.elasticsearch.org/) (version 1.6.0), [Logstash](http://logstash.net/) (version 1.5.1), and [Kibana](http://www.elasticsearch.org/overview/kibana/) (version 4.1.0), collectively known as ELK.
3+
This Docker image provides a convenient centralised log server and log management web interface, by packaging [Elasticsearch](http://www.elasticsearch.org/) (version 1.6.0), [Logstash](http://logstash.net/) (version 1.5.2), and [Kibana](http://www.elasticsearch.org/overview/kibana/) (version 4.1.1), collectively known as ELK.
44

55
### Contents ###
66

@@ -27,7 +27,7 @@ To pull this image from the Docker registry, open a shell prompt and enter:
2727

2828
**Note** – This image has been built automatically from the source files in the source Git repository. If you want to build the image yourself, see the [Building the image](#building-image) section below.
2929

30-
**Note** – The size of the virtual image (as reported by `docker images`) is 1,059 MB.
30+
**Note** – The size of the virtual image (as reported by `docker images`) is 1,076 MB.
3131

3232
## Usage <a name="usage"></a>
3333

0 commit comments

Comments
 (0)