X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Ftest%2Fdashboard%2Fdashboard%2Fmongo2elastic%2Fmain.py;h=c2a8d114965dc30e3cc80f455f7895331b645c31;hb=307a8f07e8c17800ed1214394a3aacf02045a03a;hp=3f92c5699af75110307613d5858685ffc9b71636;hpb=58d0476d664392ad321e6cdcc9b5a1196724743f;p=releng.git diff --git a/utils/test/dashboard/dashboard/mongo2elastic/main.py b/utils/test/dashboard/dashboard/mongo2elastic/main.py index 3f92c5699..c2a8d1149 100644 --- a/utils/test/dashboard/dashboard/mongo2elastic/main.py +++ b/utils/test/dashboard/dashboard/mongo2elastic/main.py @@ -242,7 +242,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