From 39d1381bb4b7d6041a8f05b198db911c9e583da5 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 --- dashboard/etc/config.ini | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dashboard/etc/config.ini (limited to 'dashboard/etc') diff --git a/dashboard/etc/config.ini b/dashboard/etc/config.ini new file mode 100644 index 0000000..b94ac7b --- /dev/null +++ b/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