From e7b7bb64bf2f3f03980504d80f304e4859146ed2 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Thu, 22 Sep 2016 16:15:58 +0800 Subject: rebuild directory structure of Kibana dashboard JIRA: FUNCTEST-465 Change-Id: Icecd350b2f67105c8aaa9d71fd76d24827515545 Signed-off-by: SerenaFeng --- utils/test/dashboard/etc/config.ini | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 utils/test/dashboard/etc/config.ini (limited to 'utils/test/dashboard/etc') diff --git a/utils/test/dashboard/etc/config.ini b/utils/test/dashboard/etc/config.ini new file mode 100644 index 000000000..b94ac7b4f --- /dev/null +++ b/utils/test/dashboard/etc/config.ini @@ -0,0 +1,14 @@ +# to add a new parameter in the config file, +# the CONF object in config.ini must be updated +[elastic] +url = http://localhost:9200 +creds = + +[output] +# elasticsearch or console +destination = elasticsearch + +[kibana] +url = http://10.63.243.17:5601/app/kibana +js = true +js_path = /usr/share/nginx/html/kibana_dashboards/conf.js -- cgit 1.2.3-korg