Unverified Commit 1bee7e1c authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub

Update to v7.10.0 (#553)

parent 6f6266a6
ELK_VERSION=7.9.3 ELK_VERSION=7.10.0
# Elastic stack (ELK) on Docker # Elastic stack (ELK) on Docker
[![Elastic Stack version](https://img.shields.io/badge/Elastic%20Stack-7.9.3-00bfb3?style=flat&logo=elastic-stack)](https://www.elastic.co/blog/category/releases) [![Elastic Stack version](https://img.shields.io/badge/Elastic%20Stack-7.10.0-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=master)](https://github.com/deviantony/docker-elk/actions?query=workflow%3ACI+branch%3Amaster) [![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)
[![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) [![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)
...@@ -257,7 +257,7 @@ Create an index pattern via the Kibana API: ...@@ -257,7 +257,7 @@ Create an index pattern via the Kibana API:
```console ```console
$ curl -XPOST -D- 'http://localhost:5601/api/saved_objects/index-pattern' \ $ curl -XPOST -D- 'http://localhost:5601/api/saved_objects/index-pattern' \
-H 'Content-Type: application/json' \ -H 'Content-Type: application/json' \
-H 'kbn-version: 7.9.3' \ -H 'kbn-version: 7.10.0' \
-u elastic:<your generated elastic password> \ -u elastic:<your generated elastic password> \
-d '{"attributes":{"title":"logstash-*","timeFieldName":"@timestamp"}}' -d '{"attributes":{"title":"logstash-*","timeFieldName":"@timestamp"}}'
``` ```
......
...@@ -3,7 +3,7 @@ version: '3.3' ...@@ -3,7 +3,7 @@ version: '3.3'
services: services:
elasticsearch: elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.9.3 image: docker.elastic.co/elasticsearch/elasticsearch:7.10.0
ports: ports:
- "9200:9200" - "9200:9200"
- "9300:9300" - "9300:9300"
...@@ -25,7 +25,7 @@ services: ...@@ -25,7 +25,7 @@ services:
replicas: 1 replicas: 1
logstash: logstash:
image: docker.elastic.co/logstash/logstash:7.9.3 image: docker.elastic.co/logstash/logstash:7.10.0
ports: ports:
- "5044:5044" - "5044:5044"
- "5000:5000" - "5000:5000"
...@@ -44,7 +44,7 @@ services: ...@@ -44,7 +44,7 @@ services:
replicas: 1 replicas: 1
kibana: kibana:
image: docker.elastic.co/kibana/kibana:7.9.3 image: docker.elastic.co/kibana/kibana:7.10.0
ports: ports:
- "5601:5601" - "5601:5601"
configs: configs:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment