Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
docker-elk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
段孔乐
docker-elk
Commits
366e2bc5
Unverified
Commit
366e2bc5
authored
Mar 04, 2019
by
Anthony Lapenna
Committed by
GitHub
Mar 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to ELK 6.6.1 (#368)
parent
1ab56c6a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
.env
.env
+1
-1
README.md
README.md
+2
-2
docker-stack.yml
docker-stack.yml
+3
-3
No files found.
.env
View file @
366e2bc5
ELK_VERSION=6.6.
0
ELK_VERSION=6.6.
1
README.md
View file @
366e2bc5
# Elastic stack (ELK) on Docker
[

](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/362
)
[

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

](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.6.
0
'
\
-H
'kbn-version: 6.6.
1
'
\
-d
'{"attributes":{"title":"logstash-*","timeFieldName":"@timestamp"}}'
```
...
...
docker-stack.yml
View file @
366e2bc5
...
...
@@ -3,7 +3,7 @@ version: '3.3'
services
:
elasticsearch
:
image
:
docker.elastic.co/elasticsearch/elasticsearch-oss:6.6.
0
image
:
docker.elastic.co/elasticsearch/elasticsearch-oss:6.6.
1
ports
:
-
"
9200:9200"
-
"
9300:9300"
...
...
@@ -19,7 +19,7 @@ services:
replicas
:
1
logstash
:
image
:
docker.elastic.co/logstash/logstash-oss:6.6.
0
image
:
docker.elastic.co/logstash/logstash-oss:6.6.
1
ports
:
-
"
5000:5000"
-
"
9600:9600"
...
...
@@ -37,7 +37,7 @@ services:
replicas
:
1
kibana
:
image
:
docker.elastic.co/kibana/kibana-oss:6.6.
0
image
:
docker.elastic.co/kibana/kibana-oss:6.6.
1
ports
:
-
"
5601:5601"
configs
:
...
...
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