diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2016-10-18 15:00:01 +0800 |
---|---|---|
committer | SerenaFeng <feng.xiaowei@zte.com.cn> | 2016-10-18 15:00:01 +0800 |
commit | ea4bc2d21e08d678eba855f1d3f516d2fa58f299 (patch) | |
tree | 1344dab0d3721560a1ae619b4e5e8e7aa8119b17 /utils/test/dashboard/etc/config.ini | |
parent | 307a8f07e8c17800ed1214394a3aacf02045a03a (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 'utils/test/dashboard/etc/config.ini')
-rw-r--r-- | utils/test/dashboard/etc/config.ini | 1 |
1 files changed, 1 insertions, 0 deletions
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] |