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

Commit 64edadf

Browse files
committed
Forcibly disable x-pack ml plug-in
Signed-off-by: Paulo Pires <[email protected]>
1 parent 35c4593 commit 64edadf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Ready to use, lean Elasticsearch Docker image ready for using within a Kubernete
99
* OpenJDK JRE 8u151
1010
* Elasticsearch 6.3.0
1111

12+
**Note:** `x-pack-ml` module is forcibly disabled as it's not supported on Alpine Linux.
13+
1214
## Run
1315

1416
See [pires/kubernetes-elasticsearch-cluster](https://github.com/pires/kubernetes-elasticsearch-cluster) for instructions on how to run, scale and use Elasticsearch on Kubernetes.

config/elasticsearch.yml

+2
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ discovery:
3131
zen:
3232
ping.unicast.hosts: ${DISCOVERY_SERVICE}
3333
minimum_master_nodes: ${NUMBER_OF_MASTERS}
34+
35+
xpack.ml.enabled: false

0 commit comments

Comments
 (0)