From 581a54663c7d0dcfdb46e4107de7c9ecededfc34 Mon Sep 17 00:00:00 2001 From: Matija Petrunic Date: Mon, 27 Sep 2021 15:09:03 +0200 Subject: [PATCH] Add README for creating kibana dashboards --- tools/kibana/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tools/kibana/README.md diff --git a/tools/kibana/README.md b/tools/kibana/README.md new file mode 100644 index 000000000..e4e451bbb --- /dev/null +++ b/tools/kibana/README.md @@ -0,0 +1,14 @@ +## Lotus Kibana Dashboard + +This folder contains configuration files to create Kibana dashboards to track peer scores and block propagation +throughout Filecoin network. + +### Importing dashboard + +The peer score and block propagation dashboard configuration is imported via Kibana import saved object [functionality](https://www.elastic.co/guide/en/kibana/current/managing-saved-objects.html#managing-saved-objects-export-objects). + +The index patterns will be created automatically when importing dashboards. + +#### Custom index + +By default, the dashboards target `lotus-pubsub` index which is the default one when running node. The index can be customised via edit on dashboard visualizations.