Skip to content

Commit e84be1f

Browse files
authored
Merge pull request #37 from middleware-cloud/create-pull-request/patch
Update to v8.10.3
2 parents daccc9c + 4e5e6ca commit e84be1f

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=8.10.2
1+
ELK_VERSION=8.10.3

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-8.10.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.10.3-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=master)](https://github.com/deviantony/docker-elk/actions?query=workflow%3ACI+branch%3Amaster)
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: 8.10.2' \
259+
-H 'kbn-version: 8.10.3' \
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:8.10.2
6+
image: docker.elastic.co/elasticsearch/elasticsearch:8.10.3
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:8.10.2
28+
image: docker.elastic.co/logstash/logstash:8.10.3
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:8.10.2
47+
image: docker.elastic.co/kibana/kibana:8.10.3
4848
ports:
4949
- "5601:5601"
5050
configs:

0 commit comments

Comments
 (0)