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 | e7b7bb64bf2f3f03980504d80f304e4859146ed2 (patch) | |
tree | b51669d1a1932e4397ee366c67f66c6ffad4593e /utils/test/dashboard/etc | |
parent | 9f7616b1e09a5d1aa2828f91c2b6f0e534e7a85f (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 'utils/test/dashboard/etc')
-rw-r--r-- | utils/test/dashboard/etc/config.ini | 14 |
1 files changed, 14 insertions, 0 deletions
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 |