File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11elasticsearch :
2- image : docker.elastic.co/elasticsearch/elasticsearch:6.1.1
2+ image : docker.elastic.co/elasticsearch/elasticsearch:6.1.2
33 ports :
44 - " 9200:9200"
55 volumes :
@@ -16,7 +16,7 @@ elasticsearch:
1616 restart : unless-stopped
1717
1818logstash :
19- image : docker.elastic.co/logstash/logstash:6.1.1
19+ image : docker.elastic.co/logstash/logstash:6.1.2
2020 ports :
2121 - " 5044:5044"
2222 - " 9600:9600"
@@ -28,11 +28,12 @@ logstash:
2828 - ./data/pipeline:/usr/share/logstash/pipeline
2929 - /usr/share/logstash/vendor/bundle
3030 environment :
31- LS_JAVA_OPTS : " -Xms1g -Xmx1g"
31+ - node.name=ls1
32+ - " LS_JAVA_OPTS=-Xms1g -Xmx1g"
3233 restart : unless-stopped
3334
3435kibana :
35- image : docker.elastic.co/kibana/kibana:6.1.1
36+ image : docker.elastic.co/kibana/kibana:6.1.2
3637 ports :
3738 - " 5601:5601"
3839 links :
You can’t perform that action at this time.
0 commit comments