Skip to content

Commit

Permalink
upgraded Logstash to version 1.5.2 and Kibana to version 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spujadas committed Jul 3, 2015
1 parent 2194ab7 commit b379e67
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 1.6.0, Logstash 1.5.1, Kibana 4.1.0
# Elasticsearch 1.6.0, Logstash 1.5.2, 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.1.tar.gz
ENV LOGSTASH_PACKAGE logstash-1.5.2.tar.gz

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

ENV KIBANA_HOME /opt/kibana
ENV KIBANA_PACKAGE kibana-4.1.0-linux-x64.tar.gz
ENV KIBANA_PACKAGE kibana-4.1.1-linux-x64.tar.gz

RUN mkdir ${KIBANA_HOME} \
&& curl -O https://download.elasticsearch.org/kibana/kibana/${KIBANA_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.6.0, Logstash 1.5.1, Kibana 4.1.0).
Collect, search and visualise log data with ELK (Elasticsearch 1.6.0, Logstash 1.5.2, Kibana 4.1.1).
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Elasticsearch, Logstash, Kibana (ELK) Docker image

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.
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.

### Contents ###

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

**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.

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

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

Expand Down

0 comments on commit b379e67

Please sign in to comment.