From 71edb3b92cbbf4a4f648dc4442efea29b76a157e Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Wed, 21 Sep 2016 14:56:08 +0800 Subject: use configure file rather than arguments to organize the configuration JIRA: FUNCTEST-480 Change-Id: Id5706de5f05d6841a1e9d8bafae7df0255c22a26 Signed-off-by: SerenaFeng --- scripts/config.ini | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 scripts/config.ini (limited to 'scripts/config.ini') 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 -- cgit 1.2.3-korg