Fixed
Details
Assignee
Jesse WhiteJesse WhiteReporter
Dino YanceyDino YanceyComponents
Sprint
NoneFix versions
Affects versions
Priority
Minor
Details
Details
Assignee
Jesse White
Jesse WhiteReporter
Dino Yancey
Dino YanceyComponents
Sprint
None
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created June 14, 2019 at 8:01 PM
Updated June 20, 2019 at 1:47 PM
Resolved June 20, 2019 at 1:47 PM
In some circumstances, e.g. Eventlog monitoring via Ws-Man, it would be extremely helpful to store the number of "nodes" returned by an enumeration, so that a user can create thresholds on that count.
For instance, using a WQL filter in a collection group such as:
select * from Win32_NTLogEvent where LogFile = 'Some-Application-Specific-Logfile/Operational' AND EventCode = '1234'
...we don't necessarily care about the content of each event (we obviously know what they are), but we want to know if the number of events increases to gauge when new events are created.