summaryrefslogtreecommitdiff
path: root/elastic/templates/dashboard-per-test.mustache
blob: d9b8b521dc96b4aa6745f00a3f77e06bc1f816db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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\":\"*\"}}}]}"
  }
}