diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-10-18 14:14:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-18 14:14:02 +0000 |
commit | 2e33555126ca31778fd1d5df6fa1b10052692d89 (patch) | |
tree | 1489aea7067cb6412898ca4a67d89828f5c992ea /utils/test/dashboard/etc | |
parent | d30f7afdd2d39302174a788e9e008feb61b25596 (diff) | |
parent | ea4bc2d21e08d678eba855f1d3f516d2fa58f299 (diff) |
Merge "make elastic index configurable rather than settled in code"
Diffstat (limited to 'utils/test/dashboard/etc')
-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] |