From 05768d135e07de46c64c59318e9c06adf38a22b0 Mon Sep 17 00:00:00 2001 From: Antoine Cotten Date: Wed, 11 Aug 2021 16:20:56 +0200 Subject: [PATCH] Update to v7.14.0 (#612) --- .env | 2 +- README.md | 4 ++-- docker-stack.yml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env b/.env index 5a7af41..63ec3f1 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -ELK_VERSION=7.13.4 +ELK_VERSION=7.14.0 diff --git a/README.md b/README.md index 997e61f..e217fcf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Elastic stack (ELK) on Docker -[![Elastic Stack version](https://img.shields.io/badge/Elastic%20Stack-7.13.4-00bfb3?style=flat&logo=elastic-stack)](https://www.elastic.co/blog/category/releases) +[![Elastic Stack version](https://img.shields.io/badge/Elastic%20Stack-7.14.0-00bfb3?style=flat&logo=elastic-stack)](https://www.elastic.co/blog/category/releases) [![Build Status](https://github.com/deviantony/docker-elk/workflows/CI/badge.svg?branch=main)](https://github.com/deviantony/docker-elk/actions?query=workflow%3ACI+branch%3Amain) [![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) @@ -256,7 +256,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.13.4' \ + -H 'kbn-version: 7.14.0' \ -u elastic: \ -d '{"attributes":{"title":"logstash-*","timeFieldName":"@timestamp"}}' ``` diff --git a/docker-stack.yml b/docker-stack.yml index 00e2973..f02fa03 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.13.4 + image: docker.elastic.co/elasticsearch/elasticsearch:7.14.0 ports: - "9200:9200" - "9300:9300" @@ -25,7 +25,7 @@ services: replicas: 1 logstash: - image: docker.elastic.co/logstash/logstash:7.13.4 + image: docker.elastic.co/logstash/logstash:7.14.0 ports: - "5044:5044" - "5000:5000" @@ -44,7 +44,7 @@ services: replicas: 1 kibana: - image: docker.elastic.co/kibana/kibana:7.13.4 + image: docker.elastic.co/kibana/kibana:7.14.0 ports: - "5601:5601" configs: