Grafana version : 4.6.0
Datasource : Zabbix (Plugin from GitHub - grafana/grafana-zabbix: Zabbix plugin for Grafana dashboard)
OS : Ubuntu 14.04
Hello! I’m still in the process of learning how to handle grafana properly and I’m at the point I need some help.
I’m pulling from Zabbix an epoch timestamp in seconds, which is easier to handle with triggers than string dates, in a Singlestat panel.
The problem is that I need grafana to show a human readable date, whatever the format is (need year, month, day, hour, minute and second).
I couldn’t do anything useful with “options/unit” because it gaves me a date from 1970.
I tried to find equivalent issues but found nothing close to this, or closed issued without useful informations. I tried to configure Zabbix so it knows it’s a “unixtime” unit but always returns it in an epoch timestamp format in Grafana. I also tried to look if I could work something with the functions in query mode but found nothing.
Am I missing something that could do the job? Should I open an issue to ask for a feature that could handle epoch timestmap in pretty format?