This dashboard focuses on tracking organizations activity through all the available data sources. Different from the Overview dashboard, the activity is split between code contributions and the rest of the contributions.
This dashboard is built on top of:
all_enriched
that combines all available physical indexes corresponding to the
different data sources. This allows us to easily build the visualizations shown in the dashboard.
Git data is filtered out from the visualizations as it shown on its own visualizations. Jenkins
data is also filtered out because does not contain any contribution or contributor information.
all_enriched
allow us to use any field present on any of the indexes it combines.To use this dashboard with your own GrimoireLab deployment you need to:
all_enriched
index is available on your GrimoireLab instance
(grimoirelab-sirmordred automatically creates this alias for you).Index Pattern | —– | Dashboard |
Once you have the data in place, if you need to manually upload the dashboard execute the following commands:
kidash -e https://user:pass@localhost:443/data --import all_enriched-index-pattern.json
kidash -e https://user:pass@localhost:443/data --import organization_tracking_overview.json
Edit this doc