From 618647ca01ded6c1e92618ac71d4c4e1cff7b76b Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 13 Apr 2017 14:08:00 +0200 Subject: Add dashboard template --- elastic/dashboard/template.mustache | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 elastic/dashboard/template.mustache (limited to 'elastic/dashboard/template.mustache') 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\":\"*\"}}}]}" + } +} -- cgit v1.2.3