Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docker-elk
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hiep Nguyen
docker-elk
Commits
5ecccbe1
Unverified
Commit
5ecccbe1
authored
Feb 07, 2018
by
Antoine Cotten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to 6.1.3
Closes #244
parent
283dbeb3
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
README.md
README.md
+2
-2
Dockerfile
elasticsearch/Dockerfile
+1
-1
Dockerfile
kibana/Dockerfile
+1
-1
Dockerfile
logstash/Dockerfile
+1
-1
logstash.yml
logstash/config/logstash.yml
+1
-1
No files found.
README.md
View file @
5ecccbe1
# 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/212
)
[

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

](https://travis-ci.org/deviantony/docker-elk)
Run the latest version of the ELK (Elasticsearch, Logstash, Kibana) stack with Docker and Docker Compose.
...
...
@@ -122,7 +122,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.1.
0
'
\
-H
'kbn-version: 6.1.
3
'
\
-d
'{"attributes":{"title":"logstash-*","timeFieldName":"@timestamp"}}'
```
...
...
elasticsearch/Dockerfile
View file @
5ecccbe1
# 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
kibana/Dockerfile
View file @
5ecccbe1
# 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>
logstash/Dockerfile
View file @
5ecccbe1
# 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
logstash/config/logstash.yml
View file @
5ecccbe1
...
...
@@ -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
\ No newline at end of file
path.config
:
/usr/share/logstash/pipeline
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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