mirror of
https://github.com/deviantony/docker-elk.git
synced 2025-12-20 09:11:26 +01:00
Update to 6.3.0 (#286)
This commit is contained in:
committed by
Antoine Cotten
parent
7e279b47b2
commit
c94a91856b
@@ -1,7 +1,7 @@
|
||||
# Docker ELK stack
|
||||
|
||||
[](https://gitter.im/deviantony/docker-elk?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](https://github.com/deviantony/docker-elk/issues/266)
|
||||
[](https://github.com/deviantony/docker-elk/issues/266)
|
||||
[](https://travis-ci.org/deviantony/docker-elk)
|
||||
|
||||
Run the latest version of the ELK (Elasticsearch, Logstash, Kibana) stack with Docker and Docker Compose.
|
||||
@@ -127,7 +127,7 @@ Create an index pattern via the Kibana API:
|
||||
```console
|
||||
$ curl -XPOST -D- 'http://localhost:5601/api/saved_objects/index-pattern' \
|
||||
-H 'Content-Type: application/json' \
|
||||
-H 'kbn-version: 6.2.4' \
|
||||
-H 'kbn-version: 6.3.0' \
|
||||
-d '{"attributes":{"title":"logstash-*","timeFieldName":"@timestamp"}}'
|
||||
```
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# https://github.com/elastic/elasticsearch-docker
|
||||
FROM docker.elastic.co/elasticsearch/elasticsearch-oss:6.2.4
|
||||
FROM docker.elastic.co/elasticsearch/elasticsearch-oss:6.3.0
|
||||
|
||||
# Add your elasticsearch plugins setup here
|
||||
# Example: RUN elasticsearch-plugin install analysis-icu
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# https://github.com/elastic/kibana-docker
|
||||
FROM docker.elastic.co/kibana/kibana-oss:6.2.4
|
||||
FROM docker.elastic.co/kibana/kibana-oss:6.3.0
|
||||
|
||||
# Add your kibana plugins setup here
|
||||
# Example: RUN kibana-plugin install <name|url>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# https://github.com/elastic/logstash-docker
|
||||
FROM docker.elastic.co/logstash/logstash-oss:6.2.4
|
||||
FROM docker.elastic.co/logstash/logstash-oss:6.3.0
|
||||
|
||||
# Add your logstash plugins setup here
|
||||
# Example: RUN logstash-plugin install logstash-filter-json
|
||||
|
||||
Reference in New Issue
Block a user