Skip to content

Commit b37fd7e

Browse files
authored
Update to v7.14.1
1 parent 973cd71 commit b37fd7e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ELK_VERSION=7.13.2
1+
ELK_VERSION=7.14.1
22
FILEBEAT_VERSION=7.13.4

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Elastic stack (ELK) on Docker
22

3-
[![Elastic Stack version](https://img.shields.io/badge/Elastic%20Stack-7.13.2-00bfb3?style=flat&logo=elastic-stack)](https://www.elastic.co/blog/category/releases)
3+
[![Elastic Stack version](https://img.shields.io/badge/Elastic%20Stack-7.14.1-00bfb3?style=flat&logo=elastic-stack)](https://www.elastic.co/blog/category/releases)
44
[![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)
55
[![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)
66

@@ -262,7 +262,7 @@ Create an index pattern via the Kibana API:
262262
```console
263263
$ curl -XPOST -D- 'http://localhost:5601/api/saved_objects/index-pattern' \
264264
-H 'Content-Type: application/json' \
265-
-H 'kbn-version: 7.13.2' \
265+
-H 'kbn-version: 7.14.1' \
266266
-u elastic:<your generated elastic password> \
267267
-d '{"attributes":{"title":"logstash-*","timeFieldName":"@timestamp"}}'
268268
```

docker-stack.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.3"
22

33
services:
44
elasticsearch:
5-
image: docker.elastic.co/elasticsearch/elasticsearch:7.13.2
5+
image: docker.elastic.co/elasticsearch/elasticsearch:7.14.1
66
ports:
77
- "9200:9200"
88
- "9300:9300"
@@ -24,7 +24,7 @@ services:
2424
replicas: 1
2525

2626
logstash:
27-
image: docker.elastic.co/logstash/logstash:7.13.2
27+
image: docker.elastic.co/logstash/logstash:7.14.1
2828
ports:
2929
- "5044:5044"
3030
- "5000:5000"
@@ -43,7 +43,7 @@ services:
4343
replicas: 1
4444

4545
kibana:
46-
image: docker.elastic.co/kibana/kibana:7.13.2
46+
image: docker.elastic.co/kibana/kibana:7.14.1
4747
ports:
4848
- "5601:5601"
4949
configs:

0 commit comments

Comments
 (0)