I am new to Grafana and I am having some issues and would greatly appreciate some guidance.
Grafana 8.2.4
Plugins used: alexanderzobnin-zabbix-app(To create Zabbix as a data source).
I am creating a dashboard to show the current problems reported from zabbix for some printers we have monitored. We have a group that goes out an fixes issues when they get alerted. I want to create a dashboard that shows all the printers that are having issues and what the issue is.
When I pull problems into a table it creates 1 column named `Problems` and each row is json. I would like to parse that data and create 2 columns "Host" and "Description". I have tried several transforms but have not had any success.
Any help would be appreciated.
Grafana 8.2.4
Plugins used: alexanderzobnin-zabbix-app(To create Zabbix as a data source).
I am creating a dashboard to show the current problems reported from zabbix for some printers we have monitored. We have a group that goes out an fixes issues when they get alerted. I want to create a dashboard that shows all the printers that are having issues and what the issue is.
When I pull problems into a table it creates 1 column named `Problems` and each row is json. I would like to parse that data and create 2 columns "Host" and "Description". I have tried several transforms but have not had any success.
Any help would be appreciated.
Comment