Comments
-
That worked thanks
-
thanks i'll give this a go. I've set up a search built I just want to safeguard it from returning too many results for broad search terms. currently limiting using time scale but obviously that will exclude stuff that might otherwise show.
-
The legacy application
-
NPM 11.5.2
-
As per my post. Top 10 works in reporting. It doesn’t work with the Custom Query Resource.
-
an example would be: Works in both Web reports and Custom Query resource: SELECT Caption FROM Orion.Nodes Works in Web Reports but NOT in Custom Query resource: SELECT TOP 10 Caption FROM Orion.Nodes
-
Thanks for your reply. I tried that also but still didn’t work
-
I've set Record to 0 on the Event type in the database. seems to have done the trick. not sure how or if its possible to toggle this value through the web UI?
-
strangely it appeared to work if I put a white space in from of the string, I also got it working by adding more specifics like matches after the IP address like - > or to... Still have no idea why ALL traps were match when I set to match against an IP address string where most of the traps didn't have an IP address as…
-
its worth noting that when I use the following it actually matches every trap even ones without IP addresses. \d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3} however, I have discovered if I do the follwoing: \d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\( then this actually matches traps with an IP address with a "(" directly after. This has got…
-
i'm working on a similar issue. I am trying to report on the Percentage bandwidth reduction over time. I found that the Agg on the LAN resets around 4GB. this is because the values are stored as counter32 which means the value is wrapped when it hits 32 bits (4294967295). The only way I see of being able to do this is if…
-
i'm working on a similar issue. I am trying to report on the Percentage bandwidth reduction over time. I found that the Agg on the LAN resets around 4GB. this is because the values are stored as counter32 which means the value is wrapped when it hits 32 bits (4294967295). The only way I see of being able to do this is if…
-
i'm working on a similar issue. I am trying to report on the Percentage bandwidth reduction over time. I found that the Agg on the LAN resets around 4GB. this is because the values are stored as counter32 which means the value is wrapped when it hits 32 bits (4294967295). The only way I see of being able to do this is if…
-
i'm working on a similar issue. I am trying to report on the Percentage bandwidth reduction over time. I found that the Agg on the LAN resets around 4GB. this is because the values are stored as counter32 which means the value is wrapped when it hits 32 bits (4294967295). The only way I see of being able to do this is if…