Skip to content

Commit 4546d82

Browse files
authored
Update to v8.3.0
1 parent 81aaf1a commit 4546d82

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 +1 @@
1-
ELK_VERSION=7.16.2
1+
ELK_VERSION=8.3.0

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.16.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-8.3.0-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

@@ -256,7 +256,7 @@ Create an index pattern via the Kibana API:
256256
```console
257257
$ curl -XPOST -D- 'http://localhost:5601/api/saved_objects/index-pattern' \
258258
-H 'Content-Type: application/json' \
259-
-H 'kbn-version: 7.16.2' \
259+
-H 'kbn-version: 8.3.0' \
260260
-u elastic:<your generated elastic password> \
261261
-d '{"attributes":{"title":"logstash-*","timeFieldName":"@timestamp"}}'
262262
```

docker-stack.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.3'
33
services:
44

55
elasticsearch:
6-
image: docker.elastic.co/elasticsearch/elasticsearch:7.16.2
6+
image: docker.elastic.co/elasticsearch/elasticsearch:8.3.0
77
ports:
88
- "9200:9200"
99
- "9300:9300"
@@ -25,7 +25,7 @@ services:
2525
replicas: 1
2626

2727
logstash:
28-
image: docker.elastic.co/logstash/logstash:7.16.2
28+
image: docker.elastic.co/logstash/logstash:8.3.0
2929
ports:
3030
- "5044:5044"
3131
- "5000:5000"
@@ -44,7 +44,7 @@ services:
4444
replicas: 1
4545

4646
kibana:
47-
image: docker.elastic.co/kibana/kibana:7.16.2
47+
image: docker.elastic.co/kibana/kibana:8.3.0
4848
ports:
4949
- "5601:5601"
5050
configs:

0 commit comments

Comments
 (0)