Skip to content

Commit

Permalink
Update to 7.6.0
Browse files Browse the repository at this point in the history
Closes #473
  • Loading branch information
antoineco committed Mar 2, 2020
1 parent f6c822e commit b41b93d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ELK_VERSION=7.5.1
ELK_VERSION=7.6.0

# Check Search Guard versions matrix at https://docs.search-guard.com/latest/search-guard-versions
# or the Maven Central repository:
# * https://search.maven.org/search?q=g:com.floragunn%20AND%20a:search-guard-7&core=gav
# * https://search.maven.org/search?q=g:com.floragunn%20AND%20a:search-guard-kibana-plugin&core=gav
#
SG_VERSION=38.0.0
SG_VERSION_KIBANA=37.0.0
SG_VERSION=40.0.0
SG_VERSION_KIBANA=40.1.0
4 changes: 2 additions & 2 deletions .travis/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ function poll_ready {
local cid
local output

# retry for max 240s (48*5s)
for _ in $(seq 1 48); do
# retry for max 300s (60*5s)
for _ in $(seq 1 60); do
cid="$(docker ps -q -f label="$label")"
if [ -z "${cid:-}" ]; then
echo "Container exited"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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-7.5.1-blue.svg?style=flat)](https://github.com/deviantony/docker-elk/issues/462)
[![Elastic Stack version](https://img.shields.io/badge/ELK-7.6.0-blue.svg?style=flat)](https://github.com/deviantony/docker-elk/issues/473)
[![Build Status](https://api.travis-ci.org/deviantony/docker-elk.svg?branch=searchguard)](https://travis-ci.org/deviantony/docker-elk)

Run the latest version of the [Elastic stack][elk-stack] with Docker and Docker Compose.
Expand Down Expand Up @@ -193,7 +193,7 @@ Create an index pattern via the Kibana API:
```console
$ curl -XPOST -D- 'http:https://localhost:5601/api/saved_objects/index-pattern' \
-H 'Content-Type: application/json' \
-H 'kbn-version: 7.5.1' \
-H 'kbn-version: 7.6.0' \
-u kibanaserver:kibanaserver \
-d '{"attributes":{"title":"logstash-*","timeFieldName":"@timestamp"}}'
```
Expand Down

0 comments on commit b41b93d

Please sign in to comment.