inishchith / gsoc

Project Tracker for GSoC 2019 🔆 : Adding support of Source Code Related Metrics to GrimoireLab [ /w @chaoss ]
6 stars 2 forks source link

[visualization] Creation Import & Export of Kibana Dashboards #5

Closed inishchith closed 5 years ago

inishchith commented 5 years ago

The task involves learning the process of creation of visualizations, import, and export of Kibana dashboards using appropriate Grimoirelab components

Components Involved

inishchith commented 5 years ago

Context

p2o.py --enrich --index git_raw --index-enrich git -e http://localhost:9200 --no_inc git https://github.com/chaoss/grimoirelab-graal.git
inishchith commented 5 years ago

Now we can work on the Kibiter instance on http://localhost:5601 to visualize the results.

kidash -g -e https://admin:admin@localhost:9200 --dashboard <index-id> --export <dashboard-name>.json

After exporting, in order to import them again we need to include these panels in /json directory of grimoirelab-sigils.

kidash -g -e https://admin:admin@localhost:9200 --import <dashboard-name>.json