summaryrefslogtreecommitdiff
path: root/elastic/templates/dashboard.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'elastic/templates/dashboard.mustache')
-rw-r--r--elastic/templates/dashboard.mustache20
1 files changed, 20 insertions, 0 deletions
diff --git a/elastic/templates/dashboard.mustache b/elastic/templates/dashboard.mustache
new file mode 100644
index 0000000..e54a019
--- /dev/null
+++ b/elastic/templates/dashboard.mustache
@@ -0,0 +1,20 @@
+{
+ "title": "Soledad-Benchmarks",
+ "hits": 0,
+ "description": "All Soledad benchmak tests run on Weasel",
+ "panelsJSON": {{{panels_json}}},
+ "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\":\"*\"}}}]}"
+ }
+}