mirror of
https://github.com/deviantony/docker-elk.git
synced 2026-01-04 03:53:40 +01:00
Update to v7.13.4 (#607)
Co-authored-by: antoineco <antoineco@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
42e537e743
commit
3ed2a5a2d4
@@ -1,6 +1,6 @@
|
||||
# Elastic stack (ELK) on Docker
|
||||
|
||||
[](https://www.elastic.co/blog/category/releases)
|
||||
[](https://www.elastic.co/blog/category/releases)
|
||||
[](https://github.com/deviantony/docker-elk/actions?query=workflow%3ACI+branch%3Amain)
|
||||
[](https://gitter.im/deviantony/docker-elk?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
|
||||
@@ -256,7 +256,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: 7.13.2' \
|
||||
-H 'kbn-version: 7.13.4' \
|
||||
-u elastic:<your generated elastic password> \
|
||||
-d '{"attributes":{"title":"logstash-*","timeFieldName":"@timestamp"}}'
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user