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
a873e681
Unverified
Commit
a873e681
authored
Jun 18, 2019
by
Antoine Cotten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to 7.1.1
Closes #401
parent
f6d36acb
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
.env
.env
+1
-1
README.md
README.md
+2
-2
logstash.yml
logstash/config/logstash.yml
+1
-0
No files found.
.env
View file @
a873e681
ELK_VERSION=7.
0
.1
ELK_VERSION=7.
1
.1
README.md
View file @
a873e681
# 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/382
)
[

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

](https://travis-ci.org/deviantony/docker-elk)
Run the latest version of the
[
Elastic stack
][
elk-stack
]
with Docker and Docker Compose.
...
...
@@ -167,7 +167,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: 7.
0
.1'
\
-H
'kbn-version: 7.
1
.1'
\
-u
elastic:<your generated elastic password>
\
-d
'{"attributes":{"title":"logstash-*","timeFieldName":"@timestamp"}}'
```
...
...
logstash/config/logstash.yml
View file @
a873e681
...
...
@@ -7,5 +7,6 @@ xpack.monitoring.elasticsearch.hosts: [ "http://elasticsearch:9200" ]
## X-Pack security credentials
#
xpack.monitoring.enabled
:
true
xpack.monitoring.elasticsearch.username
:
elastic
xpack.monitoring.elasticsearch.password
:
changeme
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