From a793637fea02793f0544742c689f1d5e94abf901 Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Thu, 2 May 2013 08:52:54 -0700 Subject: [PATCH] Removed map2 and parallelcoordinates from default config file --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index b5202a700c7..419dbc152c7 100644 --- a/config.js +++ b/config.js @@ -14,8 +14,8 @@ var config = new Settings( { elasticsearch: 'http://localhost:9200', kibana_index: "kibana-int", - modules: ['histogram','map','map2','pie','table','stringquery','sort', + modules: ['histogram','map','pie','table','stringquery','sort', 'timepicker','text','fields','hits','dashcontrol', - 'column', 'parallelcoordinates'], + 'column'], } );