Hi Dojo,
I have some specific case with alarm table. I've created an alarm filter on Cube and saved. Then, I'm using this filter on the alarm tab component with active alarms. The point is that I would like to use this same filter with an alarm historic and export the table as csv file.
Alarm table export does not available, and I didn't find the possibility to filter a Get Alarm query by a saved filter.
Are there any way to export this alarm table filtered? Or are there any way to filter a Get Alarm GQI with a saved filter?
Thanks!
Hi Daniel,
Indeed if you would use GQI and visualize it within a table component in Dashboards you are able to export the data to CSV.
It is not possible to use a saved filter to filter the alarm data source in a GQI query.
Have you tried recreating the saved filter by using the Filter operator while constructing the GQI query? (Are you missing any specific filter capabilities?)
Best regards, Ward
Hi,
Maybe an option could be using the adhoc data source SLC-GQIDS-ActiveAlarmsUsingFilter:
https://github.com/SkylineCommunications/SLC-GQIDS-ActiveAlarmsUsingFilter
This adhoc data source allows you to use a saved filter in a GQI query.
Thanks Miguel for linking that ad hoc data source. That seems to be a good solution. Daniel can you check if that ad hoc data source helps you with your use case? Let me know if you have any questions.
Hi Ward,
The point here is that the intention should be to update the saved filter on DataMiner Cube, and automatically the table on Dashboard could be updated. I think that I will be able to recreate the filter, but when saved filter change, Dashboards will need to be updated manually.
Do you have something related to this topic/question in your road map? I think that it could be very useful.
Thanks!