Fix Client MAC OUI Breakdown in UAP Insights InfluxDB dashboard

This commit is contained in:
ChiefGyk3D 2025-12-01 09:03:15 -05:00
parent 0a94fb16e9
commit 7fa64eee80
1 changed files with 1 additions and 1 deletions

View File

@ -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",