Skip to content
This repository has been archived by the owner on Nov 7, 2018. It is now read-only.

Commit

Permalink
Forcibly disable x-pack ml plug-in
Browse files Browse the repository at this point in the history
Signed-off-by: Paulo Pires <[email protected]>
  • Loading branch information
pires committed Jun 14, 2018
1 parent 35c4593 commit 4b0c7c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Ready to use, lean Elasticsearch Docker image ready for using within a Kubernete
* OpenJDK JRE 8u151
* Elasticsearch 6.3.0

**Note:** `x-pack-ml` module is forcibly disabled as it's not supported on Alpine Linux.

## Run

See [pires/kubernetes-elasticsearch-cluster](https://github.com/pires/kubernetes-elasticsearch-cluster) for instructions on how to run, scale and use Elasticsearch on Kubernetes.
Expand Down
3 changes: 3 additions & 0 deletions config/elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ node:
data: ${NODE_DATA}
name: ${NODE_NAME}
ingest: ${NODE_INGEST}
ml: false
max_local_storage_nodes: ${MAX_LOCAL_STORAGE_NODES}

processors: ${PROCESSORS:1}
Expand All @@ -31,3 +32,5 @@ discovery:
zen:
ping.unicast.hosts: ${DISCOVERY_SERVICE}
minimum_master_nodes: ${NUMBER_OF_MASTERS}

xpack.ml.enabled: false

0 comments on commit 4b0c7c7

Please sign in to comment.