From 9e58bdb4ca0982aefa1f76f46c7064ffd05dcfcd Mon Sep 17 00:00:00 2001 From: varac Date: Mon, 10 Apr 2017 19:02:04 +0200 Subject: Add soledad-benchmark dashboard --- elastic/README.md | 12 ++++++++++++ elastic/dashboard/soledad-benchmark.json | 20 ++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 elastic/README.md create mode 100644 elastic/dashboard/soledad-benchmark.json diff --git a/elastic/README.md b/elastic/README.md new file mode 100644 index 0000000..7d786c6 --- /dev/null +++ b/elastic/README.md @@ -0,0 +1,12 @@ +# Kibana Soledad Benchmark Dashboard + +## Upload configs + +Provide kibana admin credentials in your `~/.netrc` file. +Then upload dashboard configs: + + ./load.sh -l https://moose.leap.se:9200 + +## Browse Dashboard + + https://moose.leap.se/app/kibana#/dashboard/soledad-benchmark diff --git a/elastic/dashboard/soledad-benchmark.json b/elastic/dashboard/soledad-benchmark.json new file mode 100644 index 0000000..71d9279 --- /dev/null +++ b/elastic/dashboard/soledad-benchmark.json @@ -0,0 +1,20 @@ +{ + "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\":\"*\"}}}]}" + } +} -- cgit v1.2.3