summaryrefslogtreecommitdiff
path: root/elastic/dashboard/template.mustache
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2017-04-13 14:08:00 +0200
committervarac <varacanero@zeromail.org>2017-04-13 14:08:00 +0200
commit618647ca01ded6c1e92618ac71d4c4e1cff7b76b (patch)
tree1c6f2a5f3082fbeb900c9b5339d5fb643e21d198 /elastic/dashboard/template.mustache
parentbb50e1acf02dd4ec3c084f27a5336e87c9ad1bee (diff)
Add dashboard template
Diffstat (limited to 'elastic/dashboard/template.mustache')
-rw-r--r--elastic/dashboard/template.mustache20
1 files changed, 20 insertions, 0 deletions
diff --git a/elastic/dashboard/template.mustache b/elastic/dashboard/template.mustache
new file mode 100644
index 0000000..4d66954
--- /dev/null
+++ b/elastic/dashboard/template.mustache
@@ -0,0 +1,20 @@
+{
+ "title": "Soledad-Benchmarks",
+ "hits": 0,
+ "description": "All Soledad benchmak tests run on Weasel",
+ "panelsJSON": "[{{#tests}} {\"col\":1,\"id\":\"{{name}}\",\"panelIndex\":1,\"row\":1,\"size_x\":6,\"size_y\":3,\"type\":\"visualization\"}, {{/tests}}{\"col\":1,\"id\":\"test_decrypt_doc_1M\",\"panelIndex\":1,\"row\":1,\"size_x\":6,\"size_y\":3,\"type\":\"visualization\"} ]",
+ "optionsJSON": "{\"darkTheme\":true}",
+ "uiStateJSON": "{}",
+ "version": 1,
+ "timeRestore": true,
+ "timeTo": "now",
+ "timeFrom": "now/y",
+ "refreshInterval": {
+ "display": "Off",
+ "pause": false,
+ "value": 0
+ },
+ "kibanaSavedObjectMeta": {
+ "searchSourceJSON": "{\"filter\":[{\"query\":{\"query_string\":{\"analyze_wildcard\":true,\"query\":\"*\"}}}]}"
+ }
+}