Skip to content

Commit

Permalink
es update
Browse files Browse the repository at this point in the history
  • Loading branch information
hkulekci committed Aug 11, 2018
1 parent a2588cf commit 78b15cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .docker/elasticsearch/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM docker.elastic.co/elasticsearch/elasticsearch:5.6.2
FROM docker.elastic.co/elasticsearch/elasticsearch-oss:6.2.4

RUN bin/elasticsearch-plugin install analysis-icu --batch
RUN bin/elasticsearch-plugin install ingest-attachment --batch
RUN bin/elasticsearch-plugin remove x-pack --purge

ENV ES_JAVA_OPTS "-Xms1g -Xmx1g"

Expand Down
4 changes: 1 addition & 3 deletions .docker/kibana/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM docker.elastic.co/kibana/kibana:5.6.2
FROM docker.elastic.co/kibana/kibana-oss:6.2.4

ENV ELASTICSEARCH_URL "http://elasticsearch:9200"

RUN bin/kibana-plugin remove x-pack

EXPOSE 5601:5601
3 changes: 1 addition & 2 deletions .docker/logstash/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM docker.elastic.co/logstash/logstash:5.6.2
FROM docker.elastic.co/logstash/logstash:6.2.4

WORKDIR /usr/share/logstash
RUN bin/logstash-plugin install logstash-input-jdbc
RUN bin/logstash-plugin remove x-pack
RUN bin/logstash-plugin install logstash-filter-json_encode
RUN bin/logstash-plugin install logstash-filter-json
RUN bin/logstash-plugin install logstash-filter-mutate
Expand Down

0 comments on commit 78b15cc

Please sign in to comment.