This dashboard focuses on Mattermost activity, active users and channels.
To filter bots there is a filter on top of the dashboard. Server Activity is excluded from specific visualizations (see Excluding Server Activity).
The metrics provided are:
Server messages are filtered out of these metrics. Specifically we exclude messages corresponding to the following subtypes:
system_channel_deleted
system_join_channel
system_leave_channel
To use this dashboard with your own GrimoireLab deployment you need to:
mattermost
index is available on your GrimoireLab instance
(see grimoirelab-sirmordred documentation for details on how to deploy it).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 mattermost-index-pattern.json
kidash -e https://user:pass@localhost:443/data --import mattermost.json
Edit this doc