spujadas / elk-docker

Elasticsearch, Logstash, Kibana (ELK) Docker image
Other
2.16k stars 908 forks source link

How can I disable Machine Learning? #320

Closed raratiru closed 4 years ago

raratiru commented 4 years ago

I am trying to configure this setting:

xpack.ml.enabled: false

But I cannot figure out how to do it!

spujadas commented 4 years ago

The general approach would be to replace the default configuration file for Elasticsearch in the image with a configuration file that suits your needs, using bind-mounting for instance (see https://elk-docker.readthedocs.io/#tweaking-image).

raratiru commented 4 years ago

Thank you!