diff options
author | Serena Feng <feng.xiaowei@zte.com.cn> | 2016-10-13 01:16:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-13 01:16:42 +0000 |
commit | f6e627f49fbcf8086b2a641ff9761fc884db968a (patch) | |
tree | 96853994a56eb0fbe48d90ded10ccf5c11c8344e /utils | |
parent | b2be8319a7a293737f8f2b5f258ecc754f20a97b (diff) | |
parent | 898fbb54b0bd1f0c576d15f516a8e67130c1268e (diff) |
Merge "rename elasticsearch index of kibana_dashboard"
Diffstat (limited to 'utils')
-rw-r--r-- | utils/test/dashboard/dashboard/elastic2kibana/main.py | 2 | ||||
-rw-r--r-- | utils/test/dashboard/dashboard/mongo2elastic/main.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/test/dashboard/dashboard/elastic2kibana/main.py b/utils/test/dashboard/dashboard/elastic2kibana/main.py index 9ee894279..4542c31ec 100644 --- a/utils/test/dashboard/dashboard/elastic2kibana/main.py +++ b/utils/test/dashboard/dashboard/elastic2kibana/main.py @@ -132,7 +132,7 @@ class KibanaConstructor(object): }) elastic_data = elastic_access.get_docs( - urlparse.urljoin(CONF.es_url, '/test_results/mongo2elastic'), + urlparse.urljoin(CONF.es_url, '/testapi/results'), CONF.es_creds, query) diff --git a/utils/test/dashboard/dashboard/mongo2elastic/main.py b/utils/test/dashboard/dashboard/mongo2elastic/main.py index 303d82c6f..8c7300b79 100644 --- a/utils/test/dashboard/dashboard/mongo2elastic/main.py +++ b/utils/test/dashboard/dashboard/mongo2elastic/main.py @@ -241,7 +241,7 @@ class DocumentsPublisher(object): def main(): - base_elastic_url = urlparse.urljoin(CONF.es_url, '/test_results/mongo2elastic') + base_elastic_url = urlparse.urljoin(CONF.es_url, '/testapi/results') days = args.latest_days es_creds = CONF.es_creds |