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/soledad-benchmark.json | 20 -------------------- elastic/dashboard/template.mustache | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 elastic/dashboard/soledad-benchmark.json create mode 100644 elastic/dashboard/template.mustache (limited to 'elastic/dashboard') diff --git a/elastic/dashboard/soledad-benchmark.json b/elastic/dashboard/soledad-benchmark.json deleted file mode 100644 index 71d9279..0000000 --- a/elastic/dashboard/soledad-benchmark.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "title": "Soledad-Benchmarks", - "hits": 0, - "description": "All Soledad benchmak tests run on Weasel", - "panelsJSON": "[{\"col\":1,\"id\":\"test_upload_20_500k\",\"panelIndex\":1,\"row\":1,\"size_x\":5,\"size_y\":4,\"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\":\"*\"}}}]}" - } -} 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