From f82a901670d44ced621841110380d1ff0476c994 Mon Sep 17 00:00:00 2001 From: drebs Date: Fri, 7 Jul 2017 18:54:31 -0300 Subject: [elastic] create one dashboard per test --- elastic/templates/dashboard-per-test.mustache | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 elastic/templates/dashboard-per-test.mustache (limited to 'elastic/templates/dashboard-per-test.mustache') diff --git a/elastic/templates/dashboard-per-test.mustache b/elastic/templates/dashboard-per-test.mustache new file mode 100644 index 0000000..d9b8b52 --- /dev/null +++ b/elastic/templates/dashboard-per-test.mustache @@ -0,0 +1,20 @@ +{ + "title": "Benchmarks for {{{test_name}}}", + "hits": 0, + "description": "All Soledad benchmak tests run on Weasel", + "panelsJSON": "[{\"size_x\":6,\"size_y\":3,\"panelIndex\":1,\"type\":\"visualization\",\"id\":\"{{{test_name}}}_time\",\"col\":1,\"row\":1},{\"size_x\":6,\"size_y\":3,\"panelIndex\":2,\"type\":\"visualization\",\"id\":\"{{{test_name}}}_resources\",\"col\":7,\"row\":1}]", + "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