From 2c129af42191d8e8d21d92c511450988cbf8aeb6 Mon Sep 17 00:00:00 2001 From: Daniel Chamot Date: Mon, 26 Jun 2017 11:24:20 +0200 Subject: [PATCH] add 'ml' to es_xpack_features --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 59f01af..0828b7f 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -24,7 +24,7 @@ es_max_open_files: 65536 es_max_map_count: 262144 es_allow_downgrades: false es_enable_xpack: false -es_xpack_features: ["alerting","monitoring","graph","security"] +es_xpack_features: ["alerting","monitoring","graph","ml","security"] #These are used for internal operations performed by ansible. #They do not effect the current configuration es_api_host: "localhost"