From 1d5d04baf5f67af353337ccbd714614144f01f25 Mon Sep 17 00:00:00 2001 From: Antoine Cotten Date: Wed, 15 Jan 2020 14:28:50 +0100 Subject: [PATCH] Update to 7.5.1 Closes #462 --- .env | 2 +- README.md | 4 ++-- docker-stack.yml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env b/.env index f973ab4..04219b7 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -ELK_VERSION=7.5.0 +ELK_VERSION=7.5.1 diff --git a/README.md b/README.md index 60c399b..320a25f 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-7.5.0-blue.svg?style=flat)](https://github.com/deviantony/docker-elk/issues/456) +[![Elastic Stack version](https://img.shields.io/badge/ELK-7.5.1-blue.svg?style=flat)](https://github.com/deviantony/docker-elk/issues/462) [![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][elk-stack] with Docker and Docker Compose. @@ -213,7 +213,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: 7.5.0' \ + -H 'kbn-version: 7.5.1' \ -u elastic: \ -d '{"attributes":{"title":"logstash-*","timeFieldName":"@timestamp"}}' ``` diff --git a/docker-stack.yml b/docker-stack.yml index d8f9592..603b8bf 100644 --- a/docker-stack.yml +++ b/docker-stack.yml @@ -3,7 +3,7 @@ version: '3.3' services: elasticsearch: - image: docker.elastic.co/elasticsearch/elasticsearch:7.5.0 + image: docker.elastic.co/elasticsearch/elasticsearch:7.5.1 ports: - "9200:9200" - "9300:9300" @@ -23,7 +23,7 @@ services: replicas: 1 logstash: - image: docker.elastic.co/logstash/logstash:7.5.0 + image: docker.elastic.co/logstash/logstash:7.5.1 ports: - "5000:5000" - "9600:9600" @@ -41,7 +41,7 @@ services: replicas: 1 kibana: - image: docker.elastic.co/kibana/kibana:7.5.0 + image: docker.elastic.co/kibana/kibana:7.5.1 ports: - "5601:5601" configs: