From 22b62c755a6a55712df5ba8ed276e8d2475638c5 Mon Sep 17 00:00:00 2001 From: seb Date: Wed, 21 Oct 2015 20:59:52 +0200 Subject: [PATCH] upgraded Elasticsearch to version 1.7.3 --- Dockerfile | 4 ++-- README-short.txt | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 932f4818..ef4967fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile for ELK stack -# Elasticsearch 1.7.2, Logstash 1.5.4, Kibana 4.1.2 +# Elasticsearch 1.7.3, Logstash 1.5.4, Kibana 4.1.2 # Build with: # docker build -t /elk . @@ -9,7 +9,7 @@ FROM phusion/baseimage MAINTAINER Sebastien Pujadas http://pujadas.net -ENV REFRESHED_AT 2015-09-22 +ENV REFRESHED_AT 2015-10-21-BTTF-DAY ############################################################################### # INSTALLATION diff --git a/README-short.txt b/README-short.txt index 50ae12d4..aca8c58e 100644 --- a/README-short.txt +++ b/README-short.txt @@ -1 +1 @@ -Collect, search and visualise log data with ELK (Elasticsearch 1.7.2, Logstash 1.5.4, Kibana 4.1.2). \ No newline at end of file +Collect, search and visualise log data with ELK (Elasticsearch 1.7.3, Logstash 1.5.4, Kibana 4.1.2). \ No newline at end of file diff --git a/README.md b/README.md index 97ebaa47..5768cc69 100644 --- a/README.md +++ b/README.md @@ -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.2), Logstash (version 1.5.4), and Kibana (version 4.1.2), collectively known as ELK. +This Docker image provides a convenient centralised log server and log management web interface, by packaging Elasticsearch (version 1.7.3), Logstash (version 1.5.4), and Kibana (version 4.1.2), collectively known as ELK. ### Documentation