From c523533a71698a34d7a0a08670a3c29931175473 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Tue, 18 Oct 2016 15:00:01 +0800 Subject: make elastic index configurable rather than settled in code JIRA: FUNCTEST-519 Change-Id: I4c97c01492ed47b589b0e8981dcfb431ca0838ae Signed-off-by: SerenaFeng --- dashboard/etc/config.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'dashboard/etc') diff --git a/dashboard/etc/config.ini b/dashboard/etc/config.ini index d932798..77adc16 100644 --- a/dashboard/etc/config.ini +++ b/dashboard/etc/config.ini @@ -2,6 +2,7 @@ # the CONF object in config.ini must be updated [elastic] url = http://localhost:9200 +index = testapi/results creds = [kibana] -- cgit 1.2.3-korg