Skip to content

Commit

Permalink
upgraded ELK to version 5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spujadas committed Sep 28, 2017
1 parent 6d2660b commit 1ea8988
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 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, Logstash, Kibana 5.6.1
# Elasticsearch, Logstash, Kibana 5.6.2

# Build with:
# docker build -t <repo-user>/elk .
Expand Down Expand Up @@ -39,7 +39,7 @@ RUN set -x \
&& set +x


ENV ELK_VERSION 5.6.1
ENV ELK_VERSION 5.6.2

### install Elasticsearch

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 5.6.1, Logstash 5.6.1, Kibana 5.6.1).
Collect, search and visualise log data with ELK (Elasticsearch 5.6.2, Logstash 5.6.2, Kibana 5.6.2).
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ This Docker image provides a convenient centralised log server and log managemen

The following tags are available:

- `latest`, `561`: ELK 5.6.1.
- `latest`, `562`: ELK 5.6.2.

- `561`: ELK 5.6.1.

- `560`: ELK 5.6.0.

Expand Down
4 changes: 2 additions & 2 deletions nginx-filebeat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dockerfile to illustrate how Filebeat can be used with nginx
# Filebeat 5.6.1
# Filebeat 5.6.2

# Build with:
# docker build -t filebeat-nginx-example .
Expand All @@ -19,7 +19,7 @@ ENV REFRESHED_AT 2016-11-04

### install Filebeat

ENV FILEBEAT_VERSION 5.6.1
ENV FILEBEAT_VERSION 5.6.2

RUN apt-get update -qq \
&& apt-get install -qqy curl \
Expand Down
2 changes: 1 addition & 1 deletion spec/Dockerfile_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require "docker"
require "serverspec"

ELK_VERSION = "5.6.1"
ELK_VERSION = "5.6.2"
ELASTICSEARCH_VERSION = ELK_VERSION
LOGSTASH_VERSION = ELK_VERSION
KIBANA_VERSION = ELK_VERSION
Expand Down

0 comments on commit 1ea8988

Please sign in to comment.