summaryrefslogtreecommitdiffstats
path: root/dashboard/etc
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2016-10-18 15:00:01 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2016-10-18 15:00:01 +0800
commitc523533a71698a34d7a0a08670a3c29931175473 (patch)
tree5418b9162be916a5628275b99ae34c1c39222231 /dashboard/etc
parentcf29e20418012f850d0fa18de5bd24a49f819886 (diff)
make elastic index configurable rather than settled in code
JIRA: FUNCTEST-519 Change-Id: I4c97c01492ed47b589b0e8981dcfb431ca0838ae Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'dashboard/etc')
-rw-r--r--dashboard/etc/config.ini1
1 files changed, 1 insertions, 0 deletions
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]