I have imported this dashboard and all the other related dashboards, only this dashboard is not show any data.
the Dashboard is connected to the same datasource, all other dashboards have data, only this one does not.
Do you have any pointers or ideas how I can get it populated?
this is the query for one of the graphs.
SELECT last("rx_bytes")+last("tx_bytes") FROM "clientdpi" WHERE ("category" =~ /^${Category:regex}$/ AND "source" =~ /^${Controller:regex}$/ AND "site_name" =~ /^${Site:regex}$/ AND "name" =~ /^${Client:regex}$/ AND "application" != 'TOTAL') AND $timeFilter GROUP BY "application", "category"
Thanks
Lawrence
I have imported this dashboard and all the other related dashboards, only this dashboard is not show any data.
the Dashboard is connected to the same datasource, all other dashboards have data, only this one does not.
Do you have any pointers or ideas how I can get it populated?
this is the query for one of the graphs.
SELECT last("rx_bytes")+last("tx_bytes") FROM "clientdpi" WHERE ("category" =~ /^${Category:regex}$/ AND "source" =~ /^${Controller:regex}$/ AND "site_name" =~ /^${Site:regex}$/ AND "name" =~ /^${Client:regex}$/ AND "application" != 'TOTAL') AND $timeFilter GROUP BY "application", "category"
Thanks
Lawrence