File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- ELK_VERSION = 8.10.3
1+ ELK_VERSION = 8.19.4
Original file line number Diff line number Diff line change 11# Elastic stack (ELK) on Docker
22
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 )
3+ [ ![ Elastic Stack version] ( https://img.shields.io/badge/Elastic%20Stack-8.19.4 -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.3 ' \
259+ -H 'kbn-version: 8.19.4 ' \
260260 -u elastic:<your generated elastic password> \
261261 -d '{"attributes":{"title":"logstash-*","timeFieldName":"@timestamp"}}'
262262```
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3.3'
33services :
44
55 elasticsearch :
6- image : docker.elastic.co/elasticsearch/elasticsearch:8.10.3
6+ image : docker.elastic.co/elasticsearch/elasticsearch:8.19.4
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.3
28+ image : docker.elastic.co/logstash/logstash:8.19.4
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.3
47+ image : docker.elastic.co/kibana/kibana:8.19.4
4848 ports :
4949 - " 5601:5601"
5050 configs :
You can’t perform that action at this time.
0 commit comments