Hello
Using the HTLM5 Dashboard App what do you consider is the best approach to make a bar chart:
- with the top N devices (top 10, for example) with more alarms in a period of time (24h, for example)
- showing the alarm number
- with option / feed to be filtered by protocol?
Can I have a feed that filters by view and protocol at the same time?
Thank you.
Best regards
Bruno Sousa
At this moment, the bar chart you referring to is a chart based on functionality we added in the past for DataMiner Reporter. This implementation has limited filtering capabilities (limited to view, time span & severity). The view selection can be implemented as a feed. Protocol filtering is not possible atm.
With a new feature GQI (MVP available in 10.0.13 feature release / 10.1.0 main release), we'll open the door to create charts on many more data sources and much more flexibility in filtering. The MVP version will not allow you to take 'alarm data' as data source, but in one of the 10.1.x feature releases, this will be added. GQI is definitely something to keep track on if you are looking for more chart capabilities in DataMiner Dashboards.
Hi Bruno,
I tried answering that in https://community.dataminer.services/question/new-dashboard-app-upgrade/, but don’t hesitate to ask more details if things are not clear.
Hi Pieter,
With GQI in place, how would this be possible today?
Hi Jeroen,
That would be via the ‘GetAlarms’ data source, filtering on ‘from’ and ‘to’ from a timerange feed, then aggregating on any column and group by ‘Element name’. Finally you can end with a ‘top X’ operator with x=10.
Hello Pieter,
I’m quite curious about GQI, I confess.
One doubt..
Is it possible to install the feature release in a environment thar already has a major release?
Thank you.