summaryrefslogtreecommitdiffstats
path: root/scripts/config.ini
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2016-09-21 14:56:08 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2016-09-21 14:56:08 +0800
commit71edb3b92cbbf4a4f648dc4442efea29b76a157e (patch)
tree403bf5e1cb1b778834ac085402f067b213aff167 /scripts/config.ini
parentba82fe1c099a41e428ed3b78431021ba52ff3296 (diff)
use configure file rather than arguments to organize the configuration
JIRA: FUNCTEST-480 Change-Id: Id5706de5f05d6841a1e9d8bafae7df0255c22a26 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'scripts/config.ini')
-rw-r--r--scripts/config.ini14
1 files changed, 14 insertions, 0 deletions
diff --git a/scripts/config.ini b/scripts/config.ini
new file mode 100644
index 0000000..63d283d
--- /dev/null
+++ b/scripts/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/kibana/app/kibana
+js = true
+js_path = /usr/share/nginx/html/kibana_dashboards/conf.js