From 366e2bc5a2a847a5bb3acecde8f275925a5c5d65 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Mon, 4 Mar 2019 09:07:08 +1300 Subject: [PATCH] Update to ELK 6.6.1 (#368) --- .env | 2 +- README.md | 4 ++-- docker-stack.yml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env b/.env index 233722b..2613817 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -ELK_VERSION=6.6.0 +ELK_VERSION=6.6.1 diff --git a/README.md b/README.md index 416e0d3..0acaf04 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Elastic stack (ELK) on Docker [![Join the chat at https://gitter.im/deviantony/docker-elk](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/deviantony/docker-elk?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -[![Elastic Stack version](https://img.shields.io/badge/ELK-6.6.0-blue.svg?style=flat)](https://github.com/deviantony/docker-elk/issues/362) +[![Elastic Stack version](https://img.shields.io/badge/ELK-6.6.1-blue.svg?style=flat)](https://github.com/deviantony/docker-elk/issues/367) [![Build Status](https://api.travis-ci.org/deviantony/docker-elk.svg?branch=master)](https://travis-ci.org/deviantony/docker-elk) Run the latest version of the [Elastic stack](https://www.elastic.co/elk-stack) with Docker and Docker Compose. @@ -127,7 +127,7 @@ Create an index pattern via the Kibana API: ```console $ curl -XPOST -D- 'http://localhost:5601/api/saved_objects/index-pattern' \ -H 'Content-Type: application/json' \ - -H 'kbn-version: 6.6.0' \ + -H 'kbn-version: 6.6.1' \ -d '{"attributes":{"title":"logstash-*","timeFieldName":"@timestamp"}}' ``` diff --git a/docker-stack.yml b/docker-stack.yml index 18707f2..6eca59e 100644 --- a/docker-stack.yml +++ b/docker-stack.yml @@ -3,7 +3,7 @@ version: '3.3' services: elasticsearch: - image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.6.0 + image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.6.1 ports: - "9200:9200" - "9300:9300" @@ -19,7 +19,7 @@ services: replicas: 1 logstash: - image: docker.elastic.co/logstash/logstash-oss:6.6.0 + image: docker.elastic.co/logstash/logstash-oss:6.6.1 ports: - "5000:5000" - "9600:9600" @@ -37,7 +37,7 @@ services: replicas: 1 kibana: - image: docker.elastic.co/kibana/kibana-oss:6.6.0 + image: docker.elastic.co/kibana/kibana-oss:6.6.1 ports: - "5601:5601" configs: