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
0291e8c8
Unverified
Commit
0291e8c8
authored
Feb 26, 2020
by
Antoine Cotten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update a few links
parent
10884192
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
README.md
README.md
+3
-3
Dockerfile
elasticsearch/Dockerfile
+1
-1
Dockerfile
kibana/Dockerfile
+1
-1
Dockerfile
logstash/Dockerfile
+1
-1
No files found.
README.md
View file @
0291e8c8
...
...
@@ -396,7 +396,7 @@ instead of `elasticsearch`.
[
builtin-users
]:
https://www.elastic.co/guide/en/x-pack/current/setting-up-authentication.html#built-in-users
[
ls-security
]:
https://www.elastic.co/guide/en/logstash/current/ls-security.html
[
sec-tutorial
]:
https://www.elastic.co/guide/en/elastic
-stack-overview
/current/security-getting-started.html
[
sec-tutorial
]:
https://www.elastic.co/guide/en/elastic
search/reference
/current/security-getting-started.html
[
connect-kibana
]:
https://www.elastic.co/guide/en/kibana/current/connect-to-elasticsearch.html
[
index-pattern
]:
https://www.elastic.co/guide/en/kibana/current/index-patterns.html
...
...
@@ -409,8 +409,8 @@ instead of `elasticsearch`.
[
kbn-docker
]:
https://www.elastic.co/guide/en/kibana/current/docker.html
[
ls-docker
]:
https://www.elastic.co/guide/en/logstash/current/docker-config.html
[
log4j-props
]:
https://github.com/elastic/logstash/tree/7.
3
/docker/data/logstash/config
[
esuser
]:
https://github.com/elastic/elasticsearch/blob/7.
3/distribution/docker/src/docker/Dockerfile#L18-L19
[
log4j-props
]:
https://github.com/elastic/logstash/tree/7.
6
/docker/data/logstash/config
[
esuser
]:
https://github.com/elastic/elasticsearch/blob/7.
6/distribution/docker/src/docker/Dockerfile#L23-L24
[
upgrade
]:
https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-upgrade.html
...
...
elasticsearch/Dockerfile
View file @
0291e8c8
ARG
ELK_VERSION
# https://
github.com/elastic/elasticsearch-docker
# https://
www.docker.elastic.co/
FROM
docker.elastic.co/elasticsearch/elasticsearch:${ELK_VERSION}
# Add your elasticsearch plugins setup here
...
...
kibana/Dockerfile
View file @
0291e8c8
ARG
ELK_VERSION
# https://
github.com/elastic/kibana-docker
# https://
www.docker.elastic.co/
FROM
docker.elastic.co/kibana/kibana:${ELK_VERSION}
# Add your kibana plugins setup here
...
...
logstash/Dockerfile
View file @
0291e8c8
ARG
ELK_VERSION
# https://
github.com/elastic/logstash-docker
# https://
www.docker.elastic.co/
FROM
docker.elastic.co/logstash/logstash:${ELK_VERSION}
# Add your logstash plugins setup here
...
...
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