Fix Client MAC OUI Breakdown in UAP Insights InfluxDB dashboard
This commit is contained in:
parent
0a94fb16e9
commit
7fa64eee80
|
|
@ -348,7 +348,7 @@
|
|||
"measurement": "clients",
|
||||
"orderByTime": "ASC",
|
||||
"policy": "default",
|
||||
"query": "select count(distinct(hostname)) FROM \"clients\" WHERE $timeFilter AND ap_name =~ /^${AP:regex}$/ AND site_name =~ /^${Site:regex}$/ GROUP BY \"oui\"",
|
||||
"query": "select count(distinct(hostname)) FROM \"clients\" WHERE $timeFilter AND ap_name =~ /^${AP:regex}$/ AND site_name =~ /^${Site:regex}$/ AND \"oui\" != '' GROUP BY \"oui\"",
|
||||
"rawQuery": true,
|
||||
"refId": "A",
|
||||
"resultFormat": "time_series",
|
||||
|
|
|
|||
Loading…
Reference in New Issue