Comments
-
Something I have noticed, is that either syntax works in the 'Top 10 Errors & Discards Today' chart, but neither work in the 'High Errors & Discards Today' chart.
-
NPM 11.5.2. Tried the following and received the same error: Nodes.MachineType NOT LIKE '%37XX%'
-
I copied and pasted your filter directly into the field; this is now exactly what I have in the filter field, and it still tells me it is incorrectly formatted. (Nodes.Status=1 AND (Nodes.MachineType NOT LIKE '%37XX%' AND Interfaces.OutDiscardsThisHour > 1000))
-
When I paste in this filter syntax: Nodes.Status=1 AND (Nodes.MachineType NOT LIKE '%37XX%' AND Interfaces.OutDiscardsThisHour > 1000)) I receive this error on the High Errors & Discards graph: Custom SQL filter is incorrectly formatted. What am I doing wrong?
-
I'm using NPM 11.5.2. I just enabled heat maps late last week and I am going through the same issue trying to add the hostnames to the client locations on the heat maps, but I'd like them to be shown elsewhere also. I made a copy of the config file, then added the line and restarted the web console as this link suggested,…