summaryrefslogtreecommitdiffstats
path: root/utils/test/dashboard/etc
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-09-22 15:25:05 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-09-22 15:25:05 +0000
commit1b3487ca931821ef762ad103a32118dc99a6fb71 (patch)
treea517f172a5cc6b353165e0ead0a1a5fceeaa5414 /utils/test/dashboard/etc
parent279e9db83e49f7f7b1358071b3d669f4a810cbb6 (diff)
parente7b7bb64bf2f3f03980504d80f304e4859146ed2 (diff)
Merge "rebuild directory structure of Kibana dashboard"
Diffstat (limited to 'utils/test/dashboard/etc')
-rw-r--r--utils/test/dashboard/etc/config.ini14
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