Skip to content

Commit

Permalink
Adding elasticsearch.yml config enabling inline scripting and groovy,…
Browse files Browse the repository at this point in the history
… nudging Elasticsearch patch version
  • Loading branch information
chrisforrette authored and randallagordon committed Feb 23, 2017
1 parent e7a9b61 commit 64f6c54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FROM elasticsearch:2.4.2
FROM elasticsearch:2.4.4

COPY elasticsearch.yml config/elasticsearch.yml

RUN /usr/share/elasticsearch/bin/plugin install analysis-icu
3 changes: 3 additions & 0 deletions elasticsearch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
network.host: 0.0.0.0
script.inline: true
script.groovy.sandbox.enabled: true

0 comments on commit 64f6c54

Please sign in to comment.