File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1- FROM docker.elastic.co/elasticsearch/elasticsearch:5. 6.2
1+ FROM docker.elastic.co/elasticsearch/elasticsearch-oss: 6.2.4
22
33RUN bin/elasticsearch-plugin install analysis-icu --batch
44RUN bin/elasticsearch-plugin install ingest-attachment --batch
5- RUN bin/elasticsearch-plugin remove x-pack --purge
65
76ENV ES_JAVA_OPTS "-Xms1g -Xmx1g"
87
Original file line number Diff line number Diff line change 1- FROM docker.elastic.co/kibana/kibana:5. 6.2
1+ FROM docker.elastic.co/kibana/kibana-oss: 6.2.4
22
33ENV ELASTICSEARCH_URL "http://elasticsearch:9200"
44
5- RUN bin/kibana-plugin remove x-pack
6-
75EXPOSE 5601:5601
Original file line number Diff line number Diff line change 1- FROM docker.elastic.co/logstash/logstash:5. 6.2
1+ FROM docker.elastic.co/logstash/logstash:6.2.4
22
33WORKDIR /usr/share/logstash
44RUN bin/logstash-plugin install logstash-input-jdbc
5- RUN bin/logstash-plugin remove x-pack
65RUN bin/logstash-plugin install logstash-filter-json_encode
76RUN bin/logstash-plugin install logstash-filter-json
87RUN bin/logstash-plugin install logstash-filter-mutate
You can’t perform that action at this time.
0 commit comments