Unverified Commit 9bbd587a authored by Antoine Cotten's avatar Antoine Cotten Committed by GitHub

Update to 6.5.1 (#335)

parent 539b5b8f
ELK_VERSION=6.4.2
ELK_VERSION=6.5.1
# Elastic stack (ELK) on Docker
[![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)
[![Elastic Stack version](https://img.shields.io/badge/ELK-6.4.2-blue.svg?style=flat)](https://github.com/deviantony/docker-elk/issues/332)
[![Elastic Stack version](https://img.shields.io/badge/ELK-6.5.1-blue.svg?style=flat)](https://github.com/deviantony/docker-elk/issues/335)
[![Build Status](https://api.travis-ci.org/deviantony/docker-elk.svg?branch=master)](https://travis-ci.org/deviantony/docker-elk)
Run the latest version of the [Elastic stack](https://www.elastic.co/elk-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.4.2' \
-H 'kbn-version: 6.5.1' \
-d '{"attributes":{"title":"logstash-*","timeFieldName":"@timestamp"}}'
```
......
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