Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mohammad.Dawud Ansari
docker-ekl
Commits
c3154531
Commit
c3154531
authored
Apr 17, 2018
by
Mario Kozjak
Committed by
Antoine Cotten
Apr 17, 2018
Browse files
update to 6.2.3 (#267)
resolves #266
parent
d352d008
Changes
4
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c3154531
# 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/2
48
)
[

](https://github.com/deviantony/docker-elk/issues/2
66
)
[

](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.
2
' \
-H 'kbn-version: 6.2.
3
' \
-d '{"attributes":{"title":"logstash-*","timeFieldName":"@timestamp"}}'
```
...
...
elasticsearch/Dockerfile
View file @
c3154531
# https://github.com/elastic/elasticsearch-docker
FROM
docker.elastic.co/elasticsearch/elasticsearch-oss:6.2.
2
FROM
docker.elastic.co/elasticsearch/elasticsearch-oss:6.2.
3
# Add your elasticsearch plugins setup here
# Example: RUN elasticsearch-plugin install analysis-icu
kibana/Dockerfile
View file @
c3154531
# https://github.com/elastic/kibana-docker
FROM
docker.elastic.co/kibana/kibana-oss:6.2.
2
FROM
docker.elastic.co/kibana/kibana-oss:6.2.
3
# Add your kibana plugins setup here
# Example: RUN kibana-plugin install <name|url>
logstash/Dockerfile
View file @
c3154531
# https://github.com/elastic/logstash-docker
FROM
docker.elastic.co/logstash/logstash-oss:6.2.
2
FROM
docker.elastic.co/logstash/logstash-oss:6.2.
3
# Add your logstash plugins setup here
# Example: RUN logstash-plugin install logstash-filter-json
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment