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
dc82da14
Commit
dc82da14
authored
Dec 04, 2015
by
tony
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added TCP transport port mapping.
parent
bad73697
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
README.md
README.md
+1
-0
docker-compose.yml
docker-compose.yml
+1
-0
No files found.
README.md
View file @
dc82da14
...
@@ -60,6 +60,7 @@ You can also access:
...
@@ -60,6 +60,7 @@ You can also access:
By default, the stack exposes the following ports:
By default, the stack exposes the following ports:
* 5000: Logstash TCP input.
* 5000: Logstash TCP input.
* 9200: Elasticsearch HTTP
* 9200: Elasticsearch HTTP
* 9300: Elasticsearch TCP transport
* 5601: Kibana
* 5601: Kibana
*WARNING*: If you're using *boot2docker*, you must access it via the *boot2docker* IP address instead of *localhost*.
*WARNING*: If you're using *boot2docker*, you must access it via the *boot2docker* IP address instead of *localhost*.
...
...
docker-compose.yml
View file @
dc82da14
...
@@ -3,6 +3,7 @@ elasticsearch:
...
@@ -3,6 +3,7 @@ elasticsearch:
command
:
elasticsearch -Des.network.host=0.0.0.0
command
:
elasticsearch -Des.network.host=0.0.0.0
ports
:
ports
:
-
"
9200:9200"
-
"
9200:9200"
-
"
9300:9300"
logstash
:
logstash
:
image
:
logstash:latest
image
:
logstash:latest
command
:
logstash -f /etc/logstash/conf.d/logstash.conf
command
:
logstash -f /etc/logstash/conf.d/logstash.conf
...
...
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