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
45d008e7
Unverified
Commit
45d008e7
authored
Jun 18, 2019
by
Antoine Cotten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Travis: Return exit code of spawned process in password setup script
Also bump stack version in stack file.
parent
a873e681
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
elasticsearch-setup-passwords.exp
.travis/elasticsearch-setup-passwords.exp
+3
-0
docker-stack.yml
docker-stack.yml
+3
-3
No files found.
.travis/elasticsearch-setup-passwords.exp
View file @
45d008e7
...
...
@@ -23,3 +23,6 @@ expect {
}
eof
}
lassign [wait] pid spawnid os_error_flag value
exit $value
docker-stack.yml
View file @
45d008e7
...
...
@@ -3,7 +3,7 @@ version: '3.3'
services
:
elasticsearch
:
image
:
docker.elastic.co/elasticsearch/elasticsearch:7.
0
.1
image
:
docker.elastic.co/elasticsearch/elasticsearch:7.
1
.1
ports
:
-
"
9200:9200"
-
"
9300:9300"
...
...
@@ -20,7 +20,7 @@ services:
replicas
:
1
logstash
:
image
:
docker.elastic.co/logstash/logstash:7.
0
.1
image
:
docker.elastic.co/logstash/logstash:7.
1
.1
ports
:
-
"
5000:5000"
-
"
9600:9600"
...
...
@@ -38,7 +38,7 @@ services:
replicas
:
1
kibana
:
image
:
docker.elastic.co/kibana/kibana:7.
0
.1
image
:
docker.elastic.co/kibana/kibana:7.
1
.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