summaryrefslogtreecommitdiffstats
path: root/scripts/create_kibana_dashboards.py
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2016-09-13 13:53:46 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2016-09-14 00:34:42 +0800
commitb176405bc9c60989493483a9d1f11aea2f2cb5d1 (patch)
tree4151d905e0f5359ed5f038036c004fbe03afdac9 /scripts/create_kibana_dashboards.py
parentf8c3682b609b5fa238385d69e34e397ec6ec1bfd (diff)
merge N days and whole database process and not publish existed data any way
JIRA: FUNCTEST-473 Change-Id: I2631fa04b0922afda2746cfd6be6f35587d534ba Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'scripts/create_kibana_dashboards.py')
-rw-r--r--scripts/create_kibana_dashboards.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create_kibana_dashboards.py b/scripts/create_kibana_dashboards.py
index 59666c1..efa6e17 100644
--- a/scripts/create_kibana_dashboards.py
+++ b/scripts/create_kibana_dashboards.py
@@ -273,7 +273,7 @@ def _get_pods_and_scenarios(project_name, case_name, installer):
}
})
- elastic_data = shared_utils.get_elastic_data(urlparse.urljoin(base_elastic_url, '/test_results/mongo2elastic'),
+ elastic_data = shared_utils.get_elastic_docs(urlparse.urljoin(base_elastic_url, '/test_results/mongo2elastic'),
es_creds, query_json)
pods_and_scenarios = {}