From 52f77edc9a071d557f527efe50f9ac54863e3fe7 Mon Sep 17 00:00:00 2001 From: antoineco Date: Sun, 19 Nov 2023 00:18:12 +0000 Subject: [PATCH] Update to v7.17.15 --- .env | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 56bcf893bb..34ec0e6600 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -ELASTIC_VERSION=7.17.14 +ELASTIC_VERSION=7.17.15 ## Passwords for stack users # diff --git a/README.md b/README.md index 1763961544..a269db9e35 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.14-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.15-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.14' \ + -H 'kbn-version: 7.17.15' \ -u elastic: \ -d '{"attributes":{"title":"logstash-*","timeFieldName":"@timestamp"}}' ```