From 2cf09ffecd09d7e19d8a8da8b7914ac04d9986af Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 17 Jul 2017 08:53:24 -0300 Subject: [elastic] remove all elastic-related stuff All this was moved to the puppet repository so kibana is autoconfigured and the website is autogenerated. --- elastic/README.md | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 elastic/README.md (limited to 'elastic/README.md') diff --git a/elastic/README.md b/elastic/README.md deleted file mode 100644 index 2898fcd..0000000 --- a/elastic/README.md +++ /dev/null @@ -1,40 +0,0 @@ -# Kibana Soledad Benchmark Dashboard - -## Generate visualisations from template - - ./generate-config.py - -## 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 - -## Changing the Dashboard - -Currently, the dashboard is generated from a series of template files that can -be found in the `templates/` directory. Each graph is a "visualization" which -is create from a search and different visualization states. Many graphs are -combined in a "dashboard". - -In order to have a new graph in dashboard, you need to: - -* maybe create a new search. -* create a new visualization. -* add the new visualization to the dashboard. - -The way we have been doing is to first create temporary searches, -visualizations and dashboards by hand in kibana, and then export them and use -the exported data as a basis to modify the templates in this repository. To -export these objects, go to the main kibana page, and then click Management -> -Saved Objects -> Select the appropriate object -> Export. - -If you add or modify fields you might also have to update the index pattern. To -export the index pattern, do the following: - - curl --netrc -X GET https://moose.leap.se:9200/.kibana/dashboard#/benchmark* -- cgit v1.2.3