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
08360215
Commit
08360215
authored
Jun 13, 2016
by
Michael Tarleton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Created Dockerfile for the logstash image build.
parent
3b8b9e26
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
docker-compose.yml
docker-compose.yml
+2
-1
Dockerfile
logstash/Dockerfile
+1
-0
No files found.
docker-compose.yml
View file @
08360215
...
...
@@ -4,8 +4,9 @@ elasticsearch:
ports
:
-
"
9200:9200"
-
"
9300:9300"
logstash
:
image
:
logstash:latest
build
:
logstash/
command
:
logstash -f /etc/logstash/conf.d/logstash.conf
volumes
:
-
./logstash/config:/etc/logstash/conf.d
...
...
logstash/Dockerfile
0 → 100644
View file @
08360215
FROM
logstash:latest
\ No newline at end of file
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