Skip to content

Commit

Permalink
upgraded Elasticsearch to version 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
spujadas committed Oct 21, 2015
1 parent baa734f commit 22b62c7
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.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 <repo-user>/elk .
Expand All @@ -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
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.2, Logstash 1.5.4, Kibana 4.1.2).
Collect, search and visualise log data with ELK (Elasticsearch 1.7.3, Logstash 1.5.4, Kibana 4.1.2).
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.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

Expand Down

0 comments on commit 22b62c7

Please sign in to comment.