mirror of
https://github.com/deviantony/docker-elk.git
synced 2026-01-05 20:43:21 +01:00
Update to 5.4 (#120)
Includes required change for logstash config and disables the new machine learning functionality in x-pack by default.
This commit is contained in:
committed by
Antoine Cotten
parent
a9e7c3d801
commit
aa06a825eb
@@ -14,6 +14,7 @@ services:
|
||||
# https://www.elastic.co/guide/en/x-pack/current/installing-xpack.html#xpack-enabling
|
||||
xpack.security.enabled: "false"
|
||||
xpack.monitoring.enabled: "false"
|
||||
xpack.ml.enabled: "false"
|
||||
xpack.graph.enabled: "false"
|
||||
xpack.watcher.enabled: "false"
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user