diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2016-09-22 16:15:58 +0800 |
---|---|---|
committer | SerenaFeng <feng.xiaowei@zte.com.cn> | 2016-09-22 16:15:58 +0800 |
commit | 39d1381bb4b7d6041a8f05b198db911c9e583da5 (patch) | |
tree | 49faaca654d96fc9f47a7702ae9ae90cd985af2e /dashboard/etc | |
parent | 71edb3b92cbbf4a4f648dc4442efea29b76a157e (diff) |
rebuild directory structure of Kibana dashboard
JIRA: FUNCTEST-465
Change-Id: Icecd350b2f67105c8aaa9d71fd76d24827515545
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'dashboard/etc')
-rw-r--r-- | dashboard/etc/config.ini | 14 |
1 files changed, 14 insertions, 0 deletions
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 |