From ea4bc2d21e08d678eba855f1d3f516d2fa58f299 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 --- utils/test/dashboard/etc/config.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/test/dashboard/etc') diff --git a/utils/test/dashboard/etc/config.ini b/utils/test/dashboard/etc/config.ini index d9327981e..77adc1687 100644 --- a/utils/test/dashboard/etc/config.ini +++ b/utils/test/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