Skip to content

Commit

Permalink
Update to 6.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineco committed Feb 7, 2018
1 parent 283dbeb commit 5ecccbe
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Docker ELK stack

[![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.1.0-blue.svg?style=flat)](https://github.com/deviantony/docker-elk/issues/212)
[![Elastic Stack version](https://img.shields.io/badge/ELK-6.1.3-blue.svg?style=flat)](https://github.com/deviantony/docker-elk/issues/244)
[![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 ELK (Elasticsearch, Logstash, Kibana) stack with Docker and Docker Compose.
Expand Down Expand Up @@ -122,7 +122,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: 6.1.0' \
-H 'kbn-version: 6.1.3' \
-d '{"attributes":{"title":"logstash-*","timeFieldName":"@timestamp"}}'
```

Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://github.com/elastic/elasticsearch-docker
FROM docker.elastic.co/elasticsearch/elasticsearch-oss:6.1.0
FROM docker.elastic.co/elasticsearch/elasticsearch-oss:6.1.3

# Add your elasticsearch plugins setup here
# Example: RUN elasticsearch-plugin install analysis-icu
2 changes: 1 addition & 1 deletion kibana/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://github.com/elastic/kibana-docker
FROM docker.elastic.co/kibana/kibana-oss:6.1.0
FROM docker.elastic.co/kibana/kibana-oss:6.1.3

# Add your kibana plugins setup here
# Example: RUN kibana-plugin install <name|url>
2 changes: 1 addition & 1 deletion logstash/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://github.com/elastic/logstash-docker
FROM docker.elastic.co/logstash/logstash-oss:6.1.0
FROM docker.elastic.co/logstash/logstash-oss:6.1.3

# Add your logstash plugins setup here
# Example: RUN logstash-plugin install logstash-filter-json
2 changes: 1 addition & 1 deletion logstash/config/logstash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
## from https://github.com/elastic/logstash-docker/blob/master/build/logstash/config/logstash-oss.yml
#
http.host: "0.0.0.0"
path.config: /usr/share/logstash/pipeline
path.config: /usr/share/logstash/pipeline

0 comments on commit 5ecccbe

Please sign in to comment.