Hello
I dont understand why my "where" condition doesnt work
could you help me please?
| inputlookup host.csv
| lookup PanaBatteryStatus.csv "Hostname00" as host OUTPUT HealthState00 |where HealthState00 > 99 | stats count by host
↧