From 29928d65660f5921bedaba1ffcfad2336e9cc61c Mon Sep 17 00:00:00 2001 From: antoineco <3299086+antoineco@users.noreply.github.com> Date: Sun, 5 May 2024 00:18:29 +0000 Subject: [PATCH] Update to v7.17.21 --- .env | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index bdcf29115..45c482c54 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -ELASTIC_VERSION=7.17.20 +ELASTIC_VERSION=7.17.21 ## Passwords for stack users # diff --git a/README.md b/README.md index 7cbb93d73..4a767a496 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.17.20-00bfb3?style=flat&logo=elastic-stack)](https://www.elastic.co/blog/category/releases) +[![Elastic Stack version](https://img.shields.io/badge/Elastic%20Stack-7.17.21-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=release-7.x)](https://github.com/deviantony/docker-elk/actions?query=workflow%3ACI+branch%3Arelease-7.x) [![Join the chat](https://badges.gitter.im/Join%20Chat.svg)](https://app.gitter.im/#/room/#deviantony_docker-elk:gitter.im) @@ -265,7 +265,7 @@ Create an index pattern via the Kibana API: ```sh curl -XPOST -D- 'http://localhost:5601/api/saved_objects/index-pattern' \ -H 'Content-Type: application/json' \ - -H 'kbn-version: 7.17.20' \ + -H 'kbn-version: 7.17.21' \ -u elastic: \ -d '{"attributes":{"title":"logstash-*","timeFieldName":"@timestamp"}}' ```